Skip to content

Commit

Permalink
Update to version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maven Central Release Script committed Jun 15, 2023
1 parent 58a82df commit f278097
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 21 deletions.
4 changes: 2 additions & 2 deletions bom-buildpack/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.sdk</groupId>
<artifactId>sdk-sjb-bom</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>
<name>SAP Cloud SDK - SAP Java Buildpack BOM</name>
<description>Bill of Materials (BOM) for SAP Java Buildpack and SAP Java Cloud SDK dependencies.</description>
Expand Down Expand Up @@ -34,7 +34,7 @@
<x-sap-release-audience>Public</x-sap-release-audience>
<x-sap-release-maturity>Stable</x-sap-release-maturity>
<!-- do not modify the following line, it is updated by the versioning script -->
<sdk.version>0.0.1-SNAPSHOT</sdk.version>
<sdk.version>0.0.1</sdk.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
8 changes: 3 additions & 5 deletions bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sap.cloud.sdk</groupId>
<artifactId>sdk-bom</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>
<name>SAP Cloud SDK - Modules and Dependencies BOM</name>
<description>Bill of Materials (BOM) of the SAP Cloud SDK modules and dependencies.</description>
Expand Down Expand Up @@ -36,7 +34,7 @@
<x-sap-release-audience>Public</x-sap-release-audience>
<x-sap-release-maturity>Stable</x-sap-release-maturity>
<!-- do not modify the following line, it is updated by the versioning script -->
<sdk.version>0.0.1-SNAPSHOT</sdk.version>
<sdk.version>0.0.1</sdk.version>
<service-binding.version>0.6.0</service-binding.version>
<!-- HTTP stuff -->
<httpcore.version>4.4.16</httpcore.version>
Expand Down
2 changes: 1 addition & 1 deletion datamodel/fluent-result/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sap.cloud.sdk.datamodel</groupId>
<artifactId>datamodel-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>fluent-result</artifactId>
<name>Data Model - Fluent Result</name>
Expand Down
2 changes: 1 addition & 1 deletion datamodel/odata/odata-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sap.cloud.sdk.datamodel</groupId>
<artifactId>odata-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>odata-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion datamodel/odata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sap.cloud.sdk.datamodel</groupId>
<artifactId>datamodel-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>odata-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion datamodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sap.cloud.sdk</groupId>
<artifactId>sdk-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<groupId>com.sap.cloud.sdk.datamodel</groupId>
<artifactId>datamodel-parent</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions modules-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sap.cloud.sdk</groupId>
<artifactId>sdk-modules-bom</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>
<name>SAP Cloud SDK - Modules BOM</name>
<description>Bill of Materials (BOM) of the SAP Cloud SDK modules.</description>
Expand Down Expand Up @@ -36,7 +34,7 @@
<x-sap-release-audience>Public</x-sap-release-audience>
<x-sap-release-maturity>Stable</x-sap-release-maturity>
<!-- do not modify the following line, it is updated by the versioning script -->
<sdk.version>0.0.1-SNAPSHOT</sdk.version>
<sdk.version>0.0.1</sdk.version>
</properties>
<dependencyManagement>
<dependencies>
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.sdk</groupId>
<artifactId>sdk-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>
<name>SAP Cloud SDK - Parent POM</name>
<description>Parent POM of the SAP Cloud SDK.</description>
Expand Down Expand Up @@ -38,7 +38,7 @@
<x-sap-release-audience>Public</x-sap-release-audience>
<x-sap-release-maturity>Stable</x-sap-release-maturity>
<!-- do not modify the following line, it is updated by the versioning script -->
<sdk.version>0.0.1-SNAPSHOT</sdk.version>
<sdk.version>0.0.1</sdk.version>
<maven.version>3.5</maven.version>
<java.version>8</java.version>
<java.failOnWarning>true</java.failOnWarning>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sap.cloud.sdk</groupId>
<artifactId>sdk-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<groupId>com.sap.cloud.sdk.tests</groupId>
<artifactId>tests-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testutil/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sap.cloud.sdk</groupId>
<artifactId>sdk-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<groupId>com.sap.cloud.sdk.testutil</groupId>
<artifactId>testutil-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testutil/testutil-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sap.cloud.sdk.testutil</groupId>
<artifactId>testutil-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>testutil-core</artifactId>
<name>Test Utilities - Core</name>
Expand Down

0 comments on commit f278097

Please sign in to comment.