Skip to content

Commit 1f1da1f

Browse files
committed
[maven-release-plugin] prepare release v0.4.2
1 parent 0048245 commit 1f1da1f

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.hlavki.identity</groupId>
66
<artifactId>gsync</artifactId>
7-
<version>0.4.2-SNAPSHOT</version>
7+
<version>0.4.2</version>
88
</parent>
99
<artifactId>gsync-dist</artifactId>
1010
<packaging>karaf-assembly</packaging>

features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.hlavki.identity</groupId>
66
<artifactId>gsync</artifactId>
7-
<version>0.4.2-SNAPSHOT</version>
7+
<version>0.4.2</version>
88
</parent>
99
<artifactId>gsync-features</artifactId>
1010
<packaging>feature</packaging>

plugins/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.hlavki.identity</groupId>
66
<artifactId>gsync-plugins</artifactId>
7-
<version>0.4.2-SNAPSHOT</version>
7+
<version>0.4.2</version>
88
</parent>
99

1010
<artifactId>gsync-plugin-api</artifactId>

plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.hlavki.identity</groupId>
77
<artifactId>gsync</artifactId>
8-
<version>0.4.2-SNAPSHOT</version>
8+
<version>0.4.2</version>
99
</parent>
1010

1111
<artifactId>gsync-plugins</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>eu.hlavki.identity</groupId>
55
<artifactId>gsync</artifactId>
6-
<version>0.4.2-SNAPSHOT</version>
6+
<version>0.4.2</version>
77
<packaging>pom</packaging>
88

99
<properties>
@@ -21,7 +21,7 @@
2121

2222
<scm>
2323
<connection>scm:git:ssh://git@github.com:hlavki/g-suite-identity-sync.git</connection>
24-
<tag>HEAD</tag>
24+
<tag>v0.4.2</tag>
2525
</scm>
2626

2727
<modules>

services/config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.hlavki.identity</groupId>
66
<artifactId>gsync-services</artifactId>
7-
<version>0.4.2-SNAPSHOT</version>
7+
<version>0.4.2</version>
88
</parent>
99

1010
<artifactId>gsync-services-config</artifactId>

services/facade/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.hlavki.identity</groupId>
66
<artifactId>gsync-services</artifactId>
7-
<version>0.4.2-SNAPSHOT</version>
7+
<version>0.4.2</version>
88
</parent>
99

1010
<artifactId>gsync-services-facade</artifactId>

services/google/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.hlavki.identity</groupId>
66
<artifactId>gsync-services-google</artifactId>
7-
<version>0.4.2-SNAPSHOT</version>
7+
<version>0.4.2</version>
88
</parent>
99

1010
<artifactId>gsync-services-google-api</artifactId>

services/google/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.hlavki.identity</groupId>
66
<artifactId>gsync-services-google</artifactId>
7-
<version>0.4.2-SNAPSHOT</version>
7+
<version>0.4.2</version>
88
</parent>
99

1010
<artifactId>gsync-services-google-client</artifactId>

services/google/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.hlavki.identity</groupId>
77
<artifactId>gsync-services</artifactId>
8-
<version>0.4.2-SNAPSHOT</version>
8+
<version>0.4.2</version>
99
</parent>
1010

1111
<artifactId>gsync-services-google</artifactId>

0 commit comments

Comments
 (0)