Skip to content

Commit

Permalink
Next Development Version (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
hborisov committed Mar 1, 2024
1 parent 5fcbc9a commit bab180d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.sap.scimono</groupId>
<artifactId>scimono-parent</artifactId>
<version>0.0.78-SNAPSHOT</version>
<version>0.0.79-SNAPSHOT</version>
<packaging>pom</packaging>

<name>SAP SCIMono Library</name>
Expand Down Expand Up @@ -218,7 +218,7 @@
<configuration>
<skip>false</skip>
<additionalparam>-Xdoclint:none</additionalparam>
<javadocExecutable>${java.home}/../bin/javadoc</javadocExecutable>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion scimono-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scimono-parent</artifactId>
<groupId>com.sap.scimono</groupId>
<version>0.0.78-SNAPSHOT</version>
<version>0.0.79-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion scimono-compliance-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scimono-parent</artifactId>
<groupId>com.sap.scimono</groupId>
<version>0.0.78-SNAPSHOT</version>
<version>0.0.79-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion scimono-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scimono-parent</artifactId>
<groupId>com.sap.scimono</groupId>
<version>0.0.78-SNAPSHOT</version>
<version>0.0.79-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion scimono-examples/simple-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scimono-examples</artifactId>
<groupId>com.sap.scimono.examples</groupId>
<version>0.0.78-SNAPSHOT</version>
<version>0.0.79-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion scimono-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>scimono-parent</artifactId>
<groupId>com.sap.scimono</groupId>
<version>0.0.78-SNAPSHOT</version>
<version>0.0.79-SNAPSHOT</version>
</parent>

<artifactId>scimono-server</artifactId>
Expand Down

0 comments on commit bab180d

Please sign in to comment.