Skip to content

Commit

Permalink
Fix version mess & adjust for changes in main SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
MatKuhr committed Aug 11, 2023
1 parent 75470ef commit 2e0cbea
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 21 deletions.
2 changes: 1 addition & 1 deletion datamodel/openapi/openapi-api-sample/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>openapi-parent</artifactId>
<version>5.0.0-alpha-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>openapi-api-sample</artifactId>
<name>Data Model - OpenAPI Services - Sample API</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import com.google.common.annotations.Beta;
import com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties;
import com.sap.cloud.sdk.datamodel.openapi.sample.model.Order; //NOPMD
import com.sap.cloud.sdk.datamodel.openapi.sample.model.Order; // NOPMD
import com.sap.cloud.sdk.services.openapi.apiclient.ApiClient;
import com.sap.cloud.sdk.services.openapi.core.AbstractOpenApiService;
import com.sap.cloud.sdk.services.openapi.core.OpenApiRequestException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

import com.google.common.annotations.Beta;
import com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties;
import com.sap.cloud.sdk.datamodel.openapi.sample.model.Soda; //NOPMD
import com.sap.cloud.sdk.datamodel.openapi.sample.model.SodaWithId; //NOPMD
import com.sap.cloud.sdk.datamodel.openapi.sample.model.Soda; // NOPMD
import com.sap.cloud.sdk.datamodel.openapi.sample.model.SodaWithId; // NOPMD
import com.sap.cloud.sdk.services.openapi.apiclient.ApiClient;
import com.sap.cloud.sdk.services.openapi.core.AbstractOpenApiService;
import com.sap.cloud.sdk.services.openapi.core.OpenApiRequestException;
Expand Down
4 changes: 3 additions & 1 deletion datamodel/openapi/openapi-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>openapi-parent</artifactId>
<version>5.0.0-alpha-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>openapi-core</artifactId>
<name>Data Model - OpenAPI Services - Core</name>
Expand Down Expand Up @@ -43,10 +43,12 @@
<dependency>
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
<artifactId>cloudplatform-connectivity</artifactId>
<version>5.0.0-alpha-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sap.cloud.sdk.frameworks</groupId>
<artifactId>apache-httpclient5</artifactId>
<version>5.0.0-alpha-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion datamodel/openapi/openapi-generator-cli/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>openapi-parent</artifactId>
<version>5.0.0-alpha-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>openapi-generator-cli</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion datamodel/openapi/openapi-generator-maven-plugin/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>openapi-parent</artifactId>
<version>5.0.0-alpha-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>openapi-generator-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.company</groupId>
<artifactId>application</artifactId>
<version>5.0.0-alpha-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>

<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.company</groupId>
<artifactId>application</artifactId>
<version>5.0.0-alpha-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>

<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.company</groupId>
<artifactId>application</artifactId>
<version>5.0.0-alpha-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>

<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.company</groupId>
<artifactId>application</artifactId>
<version>5.0.0-alpha-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>

<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.company</groupId>
<artifactId>application</artifactId>
<version>5.0.0-alpha-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>

<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.company</groupId>
<artifactId>application</artifactId>
<version>5.0.0-alpha-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>

<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.company</groupId>
<artifactId>application</artifactId>
<version>5.0.0-alpha-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion datamodel/openapi/openapi-generator/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>openapi-parent</artifactId>
<version>5.0.0-alpha-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>openapi-generator</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion datamodel/openapi/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>5.0.0-alpha-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>openapi-parent</artifactId>
<packaging>pom</packaging>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,15 @@
<byte-buddy.version>1.14.4</byte-buddy.version>
<hamcrest-core.version>2.2</hamcrest-core.version>
<snakeyaml.version>1.33</snakeyaml.version>
<jsr305.optional>true</jsr305.optional>
</properties>
<dependencyManagement>
<dependencies>
<!--Dependencies with import scope-->
<dependency>
<groupId>com.sap.cloud.sdk</groupId>
<artifactId>sdk-bom</artifactId>
<version>4.12.0</version>
<version>5.0.0-alpha-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -832,6 +833,11 @@
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<optional>${jsr305.optional}</optional>
</dependency>
</dependencies>
<build>
<resources>
Expand Down
4 changes: 0 additions & 4 deletions testutil/testutil-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@
<groupId>com.sap.cloud.sdk.s4hana</groupId>
<artifactId>s4hana-core</artifactId>
</dependency>
<dependency>
<groupId>com.sap.cloud.sdk.s4hana</groupId>
<artifactId>s4hana-connectivity</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 2e0cbea

Please sign in to comment.