Skip to content

Commit f278097

Browse files
author
Maven Central Release Script
committed
Update to version 0.0.1
1 parent 58a82df commit f278097

File tree

11 files changed

+17
-21
lines changed

11 files changed

+17
-21
lines changed

bom-buildpack/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.sap.cloud.sdk</groupId>
55
<artifactId>sdk-sjb-bom</artifactId>
6-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
77
<packaging>pom</packaging>
88
<name>SAP Cloud SDK - SAP Java Buildpack BOM</name>
99
<description>Bill of Materials (BOM) for SAP Java Buildpack and SAP Java Cloud SDK dependencies.</description>
@@ -34,7 +34,7 @@
3434
<x-sap-release-audience>Public</x-sap-release-audience>
3535
<x-sap-release-maturity>Stable</x-sap-release-maturity>
3636
<!-- do not modify the following line, it is updated by the versioning script -->
37-
<sdk.version>0.0.1-SNAPSHOT</sdk.version>
37+
<sdk.version>0.0.1</sdk.version>
3838
</properties>
3939
<dependencyManagement>
4040
<dependencies>

bom/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<groupId>com.sap.cloud.sdk</groupId>
75
<artifactId>sdk-bom</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
97
<packaging>pom</packaging>
108
<name>SAP Cloud SDK - Modules and Dependencies BOM</name>
119
<description>Bill of Materials (BOM) of the SAP Cloud SDK modules and dependencies.</description>
@@ -36,7 +34,7 @@
3634
<x-sap-release-audience>Public</x-sap-release-audience>
3735
<x-sap-release-maturity>Stable</x-sap-release-maturity>
3836
<!-- do not modify the following line, it is updated by the versioning script -->
39-
<sdk.version>0.0.1-SNAPSHOT</sdk.version>
37+
<sdk.version>0.0.1</sdk.version>
4038
<service-binding.version>0.6.0</service-binding.version>
4139
<!-- HTTP stuff -->
4240
<httpcore.version>4.4.16</httpcore.version>

datamodel/fluent-result/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.cloud.sdk.datamodel</groupId>
66
<artifactId>datamodel-parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
88
</parent>
99
<artifactId>fluent-result</artifactId>
1010
<name>Data Model - Fluent Result</name>

datamodel/odata/odata-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.cloud.sdk.datamodel</groupId>
66
<artifactId>odata-parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
88
</parent>
99
<artifactId>odata-core</artifactId>
1010
<packaging>jar</packaging>

datamodel/odata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.cloud.sdk.datamodel</groupId>
66
<artifactId>datamodel-parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
88
</parent>
99
<artifactId>odata-parent</artifactId>
1010
<packaging>pom</packaging>

datamodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.cloud.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
88
</parent>
99
<groupId>com.sap.cloud.sdk.datamodel</groupId>
1010
<artifactId>datamodel-parent</artifactId>

modules-bom/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<groupId>com.sap.cloud.sdk</groupId>
75
<artifactId>sdk-modules-bom</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
97
<packaging>pom</packaging>
108
<name>SAP Cloud SDK - Modules BOM</name>
119
<description>Bill of Materials (BOM) of the SAP Cloud SDK modules.</description>
@@ -36,7 +34,7 @@
3634
<x-sap-release-audience>Public</x-sap-release-audience>
3735
<x-sap-release-maturity>Stable</x-sap-release-maturity>
3836
<!-- do not modify the following line, it is updated by the versioning script -->
39-
<sdk.version>0.0.1-SNAPSHOT</sdk.version>
37+
<sdk.version>0.0.1</sdk.version>
4038
</properties>
4139
<dependencyManagement>
4240
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.sap.cloud.sdk</groupId>
55
<artifactId>sdk-parent</artifactId>
6-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
77
<packaging>pom</packaging>
88
<name>SAP Cloud SDK - Parent POM</name>
99
<description>Parent POM of the SAP Cloud SDK.</description>
@@ -38,7 +38,7 @@
3838
<x-sap-release-audience>Public</x-sap-release-audience>
3939
<x-sap-release-maturity>Stable</x-sap-release-maturity>
4040
<!-- do not modify the following line, it is updated by the versioning script -->
41-
<sdk.version>0.0.1-SNAPSHOT</sdk.version>
41+
<sdk.version>0.0.1</sdk.version>
4242
<maven.version>3.5</maven.version>
4343
<java.version>8</java.version>
4444
<java.failOnWarning>true</java.failOnWarning>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.cloud.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
88
</parent>
99
<groupId>com.sap.cloud.sdk.tests</groupId>
1010
<artifactId>tests-parent</artifactId>

testutil/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.cloud.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
88
</parent>
99
<groupId>com.sap.cloud.sdk.testutil</groupId>
1010
<artifactId>testutil-parent</artifactId>

0 commit comments

Comments
 (0)