Skip to content

Commit

Permalink
bump version 0.10.0 -> 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-sdk-js committed Oct 26, 2023
1 parent 5fa204b commit cf2da26
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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.10.0</version>
<version>0.10.1</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.10.0</version>
<version>0.10.1</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.10.0</version>
<version>0.10.1</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.10.0</version>
<version>0.10.1</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.10.0</version>
<version>0.10.1</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.10.0</cloud-environment.version>
<cloud-environment.version>0.10.1</cloud-environment.version>
<org.json.version>20231013</org.json.version>
<junit-jupiter.version>5.10.0</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.10.0</version>
<version>0.10.1</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.10.0</cloud-environment.version>
<cloud-environment.version>0.10.1</cloud-environment.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 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.10.0</version>
<version>0.10.1</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.10.0</cloud-environment.version>
<cloud-environment.version>0.10.1</cloud-environment.version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
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.10.0</version>
<version>0.10.1</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.10.0</version>
<version>0.10.1</version>
</parent>
<artifactId>java-sap-vcap-services</artifactId>

Expand Down

0 comments on commit cf2da26

Please sign in to comment.