Skip to content

Commit

Permalink
Update pom versions to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-workflows-version-updater committed Feb 9, 2024
1 parent 11a4953 commit 1bb8a66
Show file tree
Hide file tree
Showing 18 changed files with 67 additions and 67 deletions.
12 changes: 6 additions & 6 deletions odm-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-cli</artifactId>
<description>Open Data Mesh Platform's CLI</description>
<name>ODM CLI MODULE</name>
<version>0.7.2</version>
<version>0.7.3</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>
<properties>
<java.version>11</java.version>
Expand Down Expand Up @@ -72,24 +72,24 @@
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-dpds-parser</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-commons</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-blueprint-api</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-registry-api</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions platform-core/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ License.
<parent>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-commons</artifactId>
<name>ODM Platform Commons</name>
<description>Open Data Mesh Platform's Commons</description>
<version>0.7.2</version>
<version>0.7.3</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions platform-core/dpds-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ License.
<parent>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-dpds-parser</artifactId>
<name>ODM Platform DPDS</name>
<description>Open Data Mesh Platform's DPDS</description>
<version>0.7.2</version>
<version>0.7.3</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>


Expand Down
4 changes: 2 additions & 2 deletions platform-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ License.
<parent>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core</artifactId>
<name>ODM Platform CORE MODULES</name>

<description>Open Data Mesh Core Modules</description>
<version>0.7.2</version>
<version>0.7.3</version>
<url>https://github.com/opendatamesh-initiative/odm-platform-pp-services</url>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ License.
<name>ODM Platform</name>

<description>Open Data Mesh Platform</description>
<version>0.7.2</version>
<version>0.7.3</version>
<url>https://github.com/opendatamesh-initiative/odm-platform-pp-services</url>
<packaging>pom</packaging>

Expand Down
8 changes: 4 additions & 4 deletions product-plane-services/blueprint-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-services</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-blueprint-api</artifactId>
<name>ODM Platform Blueprint API</name>
<description>Open Data Mesh Platform's Blueprint service API</description>
<version>0.7.2</version>
<version>0.7.3</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>

<licenses>
Expand Down Expand Up @@ -91,13 +91,13 @@
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-dpds-parser</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-commons</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions product-plane-services/blueprint-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-services</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-blueprint-server</artifactId>
<name>ODM Platform Blueprint Server</name>
<description>Open Data Mesh Platform's Blueprint service server</description>
<version>0.7.2</version>
<version>0.7.3</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>


Expand Down Expand Up @@ -241,13 +241,13 @@
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-dpds-parser</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-blueprint-api</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions product-plane-services/devops-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ License.
<parent>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-services</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-devops-api</artifactId>
<name>ODM Platform DevOps API</name>
<description>Open Data Mesh Platform's DevOps service API</description>
<version>0.7.2</version>
<version>0.7.3</version>

<licenses>
<license>
Expand Down Expand Up @@ -167,13 +167,13 @@ License.
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-dpds-parser</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-commons</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>

Expand Down
14 changes: 7 additions & 7 deletions product-plane-services/devops-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ License.
<parent>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-services</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-devops-server</artifactId>
<name>ODM Platform DevOps Server</name>
<description>Open Data Mesh Platform's DevOps service server</description>
<version>0.7.2</version>
<version>0.7.3</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>


Expand Down Expand Up @@ -234,31 +234,31 @@ License.
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-dpds-parser</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-registry-api</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-devops-api</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-up-executor-api</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-up-notification-api</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions product-plane-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ License.
<parent>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-services</artifactId>
<name>ODM Platform PRODUCT PLANE SERVICES</name>

<description>Open Data Mesh Platform Utility Plane Services</description>
<version>0.7.2</version>
<version>0.7.3</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>
<packaging>pom</packaging>

Expand Down
8 changes: 4 additions & 4 deletions product-plane-services/registry-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ License.
<parent>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-services</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-registry-api</artifactId>
<name>ODM Platform Registry API</name>
<description>Open Data Mesh Platform's registry service API</description>
<version>0.7.2</version>
<version>0.7.3</version>


<licenses>
Expand Down Expand Up @@ -158,13 +158,13 @@ License.
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-dpds-parser</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-commons</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
14 changes: 7 additions & 7 deletions product-plane-services/registry-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ License.
<parent>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-services</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-registry-server</artifactId>
<name>ODM Platform Registry Server</name>
<description>Open Data Mesh Platform's registry service server</description>
<version>0.7.2</version>
<version>0.7.3</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>


Expand Down Expand Up @@ -264,31 +264,31 @@ License.
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-dpds-parser</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-commons</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-registry-api</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-up-notification-api</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-up-policy-api</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<scope>compile</scope>
</dependency>

Expand Down
Loading

0 comments on commit 1bb8a66

Please sign in to comment.