Skip to content

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielefantiniblindata committed Dec 10, 2024
1 parent 7e5f7f0 commit dc1e449
Show file tree
Hide file tree
Showing 21 changed files with 78 additions and 78 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>1.0.8</version>
<version>1.0.9</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-cli</artifactId>
<description>Open Data Mesh Platform's CLI</description>
<name>ODM Platform CLI</name>
<version>1.0.8</version>
<version>1.0.9</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>
<properties>
<java.version>11</java.version>
Expand Down Expand Up @@ -72,25 +72,25 @@
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-commons</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-blueprint-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-registry-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-policy-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</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>1.0.8</version>
<version>1.0.9</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>1.0.8</version>
<version>1.0.9</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>

<licenses>
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>1.0.8</version>
<version>1.0.9</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>1.0.8</version>
<version>1.0.9</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>1.0.8</version>
<version>1.0.9</version>
<url>https://github.com/opendatamesh-initiative/odm-platform-pp-services</url>
<packaging>pom</packaging>

Expand Down
6 changes: 3 additions & 3 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>1.0.8</version>
<version>1.0.9</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>1.0.8</version>
<version>1.0.9</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>

<licenses>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-commons</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 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>1.0.8</version>
<version>1.0.9</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>1.0.8</version>
<version>1.0.9</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>

<licenses>
Expand Down Expand Up @@ -242,7 +242,7 @@
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-blueprint-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</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>1.0.8</version>
<version>1.0.9</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>1.0.8</version>
<version>1.0.9</version>

<licenses>
<license>
Expand Down Expand Up @@ -167,13 +167,13 @@ License.
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-commons</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-up-executor-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>

Expand Down
16 changes: 8 additions & 8 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>1.0.8</version>
<version>1.0.9</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>1.0.8</version>
<version>1.0.9</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>


Expand Down Expand Up @@ -241,37 +241,37 @@ License.
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-registry-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-devops-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-up-executor-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-up-observer-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-policy-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-notification-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions product-plane-services/notification-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>1.0.8</version>
<version>1.0.9</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-notification-api</artifactId>
<name>ODM Platform Notification API</name>
<description>Open Data Mesh Platform's Notification Service API</description>
<version>1.0.8</version>
<version>1.0.9</version>

<licenses>
<license>
Expand Down Expand Up @@ -87,7 +87,7 @@ License.
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-commons</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions product-plane-services/notification-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>1.0.8</version>
<version>1.0.9</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-notification-server</artifactId>
<name>ODM Platform Notification Server</name>
<description>Open Data Mesh Platform's Notification service server</description>
<version>1.0.8</version>
<version>1.0.9</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>

<licenses>
Expand Down Expand Up @@ -226,17 +226,17 @@ License.
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-commons</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-notification-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-up-observer-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions product-plane-services/params-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ License.
<parent>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-services</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<relativePath>../</relativePath>
</parent>

<artifactId>odm-platform-pp-params-api</artifactId>
<name>ODM Platform Params API</name>
<description>Open Data Mesh Platform's Params Service API</description>
<version>1.0.8</version>
<version>1.0.9</version>

<licenses>
<license>
Expand Down Expand Up @@ -83,7 +83,7 @@ License.
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-core-commons</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions product-plane-services/params-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>1.0.8</version>
<version>1.0.9</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-params-server</artifactId>
<name>ODM Platform Params Server</name>
<description>Open Data Mesh Platform's Params service server</description>
<version>1.0.8</version>
<version>1.0.9</version>
<url>https://github.com/opendatamesh-initiative/odm-platform</url>

<licenses>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>org.opendatamesh</groupId>
<artifactId>odm-platform-pp-params-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>

Expand Down
Loading

0 comments on commit dc1e449

Please sign in to comment.