Skip to content

Commit

Permalink
Merge pull request #22 from hborisov/version-bump
Browse files Browse the repository at this point in the history
Version Bump
  • Loading branch information
hborisov authored May 3, 2019
2 parents f8a85f3 + 625d80f commit 7e0f915
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>SAP SCIMono Library</name>
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.1-SNAPSHOT</version>
<version>0.0.2-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.1-SNAPSHOT</version>
<version>0.0.2-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.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 5 additions & 5 deletions scimono-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<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>
<parent>
<artifactId>scimono-parent</artifactId>
<groupId>com.sap.scimono</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</parent>

<artifactId>scimono-server</artifactId>
<packaging>jar</packaging>

<properties>
<jersey-2-version>2.28</jersey-2-version>
</properties>

<artifactId>scimono-server</artifactId>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 7e0f915

Please sign in to comment.