Skip to content

Commit

Permalink
Introduce new snapshot version 0.0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed May 20, 2022
2 parents ee3ceeb + b90b2ba commit 1857188
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 19 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2] - 2022-05-20

## [0.0.1] - 2022-05-13

[Unreleased]: https://github.com/catenax-ng/product-edc/compare/0.0.1...HEAD
[Unreleased]: https://github.com/catenax-ng/product-edc/compare/0.0.2...HEAD

[0.0.2]: https://github.com/catenax-ng/product-edc/compare/0.0.1...0.0.2

[0.0.1]: https://github.com/catenax-ng/product-edc/compare/a02601306fed39a88a3b3b18fae98b80791157b9...0.0.1
7 changes: 3 additions & 4 deletions deployment/helm/edc-controlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
apiVersion: v2
name: edc-controlplane
description: >-
EDC Control-Plane - The Eclipse DataSpaceConnector administration layer with
responsibility of resource management and govern contracts and data transfers
EDC Control-Plane - The Eclipse DataSpaceConnector administration layer with responsibility of resource management and govern contracts and data transfers
home: https://github.com/catenax-ng/product-edc/deployment/helm/edc-controlplane
type: application
appVersion: "0.0.1"
version: 0.0.1
appVersion: "0.0.2"
version: 0.0.2
maintainers: []
7 changes: 3 additions & 4 deletions deployment/helm/edc-dataplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
apiVersion: v2
name: edc-dataplane
description: >-
EDC Data-Plane - The Eclipse DataSpaceConnector data layer with
responsibility of transferring and receiving data streams
EDC Data-Plane - The Eclipse DataSpaceConnector data layer with responsibility of transferring and receiving data streams
home: https://github.com/catenax-ng/product-edc/deployment/helm/edc-dataplane
type: application
appVersion: "0.0.1"
version: 0.0.1
appVersion: "0.0.2"
version: 0.0.2
maintainers: []
2 changes: 1 addition & 1 deletion edc-controlplane/edc-controlplane-cosmosdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>edc-controlplane</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-controlplane/edc-controlplane-memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>edc-controlplane</artifactId>
<groupId>net.catenax.edc</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-controlplane/edc-controlplane-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>edc-controlplane</artifactId>
<groupId>net.catenax.edc</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-controlplane/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>product-edc-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
</parent>

<artifactId>edc-controlplane</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edc-dataplane/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>product-edc-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
</parent>
<artifactId>edc-dataplane</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/aas-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>net.catenax.edc.extensions</groupId>
<artifactId>edc-extensions</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
</parent>

<artifactId>aas-controller</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/business-partner-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>net.catenax.edc.extensions</groupId>
<artifactId>edc-extensions</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
</parent>
<artifactId>business-partner-validation</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>product-edc-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
</parent>

<groupId>net.catenax.edc.extensions</groupId>
Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/postgresql-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>edc-extensions</artifactId>
<groupId>net.catenax.edc.extensions</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>net.catenax.edc</groupId>
<artifactId>product-edc-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 1857188

Please sign in to comment.