Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hlavki committed May 31, 2019
1 parent 0048245 commit 1f1da1f
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>
<artifactId>gsync-dist</artifactId>
<packaging>karaf-assembly</packaging>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>
<artifactId>gsync-features</artifactId>
<packaging>feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion plugins/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync-plugins</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-plugin-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-plugins</artifactId>
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 @@

<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -21,7 +21,7 @@

<scm>
<connection>scm:git:ssh://git@github.com:hlavki/g-suite-identity-sync.git</connection>
<tag>HEAD</tag>
<tag>v0.4.2</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion services/config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync-services</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-services-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/facade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync-services</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-services-facade</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/google/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync-services-google</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-services-google-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/google/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync-services-google</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-services-google-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/google/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync-services</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-services-google</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/google/push/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync-services-google</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-services-google-push</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/ldap/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync-services-ldap</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-services-ldap-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync-services</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-services-ldap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/synchronize/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync-services-synchronize</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-services-synchronize-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/synchronize/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync-services-synchronize</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-services-synchronize-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/synchronize/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync-services</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-services-synchronize</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/synchronize/scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync-services-synchronize</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>gsync-services-synchronize-scheduler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.hlavki.identity</groupId>
<artifactId>gsync</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>
<artifactId>gsync-web</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit 1f1da1f

Please sign in to comment.