Skip to content

Commit

Permalink
bump version 0.6.0 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-sdk-js committed Jul 6, 2023
1 parent 9a359a7 commit 7f590ff
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion api-parent/access-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.sap.cloud.environment.servicebinding.api</groupId>
<artifactId>java-api-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>
<artifactId>java-access-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion api-parent/consumption-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.sap.cloud.environment.servicebinding.api</groupId>
<artifactId>java-api-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>
<artifactId>java-consumption-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion api-parent/core-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.sap.cloud.environment.servicebinding.api</groupId>
<artifactId>java-api-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>
<artifactId>java-core-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion api-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.sap.cloud.environment.servicebinding</groupId>
<artifactId>java-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>
<groupId>com.sap.cloud.environment.servicebinding.api</groupId>
<artifactId>java-api-parent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.sap.cloud.environment.servicebinding</groupId>
<artifactId>java-bom</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
<packaging>pom</packaging>
<name>java-bom</name>
<description>Bill of Material (BOM) for the Java client library to access BTP environment service bindings</description>
Expand Down Expand Up @@ -44,7 +44,7 @@
</distributionManagement>

<properties>
<cloud-environment.version>0.6.0</cloud-environment.version>
<cloud-environment.version>0.7.0</cloud-environment.version>
<org.json.version>20230618</org.json.version>
<junit-jupiter.version>5.9.3</junit-jupiter.version>
<assertj-core.version>3.24.2</assertj-core.version>
Expand Down
4 changes: 2 additions & 2 deletions modules-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.sap.cloud.environment.servicebinding</groupId>
<artifactId>java-modules-bom</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
<packaging>pom</packaging>
<name>java-modules-bom</name>
<description>Bill of Material (BOM) for modules of the Java client library to access BTP environment service bindings</description>
Expand Down Expand Up @@ -44,7 +44,7 @@
</distributionManagement>

<properties>
<cloud-environment.version>0.6.0</cloud-environment.version>
<cloud-environment.version>0.7.0</cloud-environment.version>
</properties>

<dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sap.cloud.environment.servicebinding</groupId>
<artifactId>java-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
<packaging>pom</packaging>
<name>java-parent</name>
<description>Java Client Library to access BTP environment service bindings</description>
Expand Down Expand Up @@ -60,7 +60,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<cloud-environment.version>0.6.0</cloud-environment.version>
<cloud-environment.version>0.7.0</cloud-environment.version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down Expand Up @@ -496,4 +496,4 @@
</build>
</profile>
</profiles>
</project>
</project>
2 changes: 1 addition & 1 deletion sap-service-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sap.cloud.environment.servicebinding</groupId>
<artifactId>java-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>
<artifactId>java-sap-service-operator</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion sap-vcap-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sap.cloud.environment.servicebinding</groupId>
<artifactId>java-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</parent>
<artifactId>java-sap-vcap-services</artifactId>

Expand Down

0 comments on commit 7f590ff

Please sign in to comment.