Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Revert Broken Release #258

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.20.0</version>
<version>0.10.5</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.20.0</version>
<version>0.10.5</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.20.0</version>
<version>0.10.5</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.20.0</version>
<version>0.10.5</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.20.0</version>
<version>0.10.5</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.20.0</cloud-environment.version>
<cloud-environment.version>0.10.5</cloud-environment.version>
<org.json.version>20240303</org.json.version>
<junit-jupiter.version>5.11.3</junit-jupiter.version>
<assertj-core.version>3.26.3</assertj-core.version>
Expand Down
6 changes: 3 additions & 3 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.20.0</version>
<version>0.10.5</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.20.0</cloud-environment.version>
<cloud-environment.version>0.10.5</cloud-environment.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -190,4 +190,4 @@
</profile>
</profiles>

</project>
</project>
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.20.0</version>
<version>0.10.5</version>
<packaging>pom</packaging>
<name>java-parent</name>
<description>Java Client Library to access BTP environment service bindings</description>
Expand Down Expand Up @@ -62,7 +62,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<cloud-environment.version>0.20.0</cloud-environment.version>
<cloud-environment.version>0.10.5</cloud-environment.version>

<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down Expand Up @@ -499,4 +499,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.20.0</version>
<version>0.10.5</version>
</parent>
<artifactId>java-sap-service-operator</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions sap-spring-properties/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.20.0</version>
<version>0.10.5</version>
</parent>
<artifactId>java-sap-spring-properties</artifactId>

Expand Down Expand Up @@ -72,4 +72,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
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.20.0</version>
<version>0.10.5</version>
</parent>
<artifactId>java-sap-vcap-services</artifactId>

Expand Down