Skip to content

Commit adf2129

Browse files
committed
[maven-release-plugin] prepare release v2.0.168
1 parent 67b78cc commit adf2129

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.groupbyinc</groupId>
77
<artifactId>api-java</artifactId>
8-
<version>2.0.168-SNAPSHOT</version>
8+
<version>2.0.168</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

flux/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.groupbyinc</groupId>
77
<artifactId>api-java</artifactId>
8-
<version>2.0.168-SNAPSHOT</version>
8+
<version>2.0.168</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -20,7 +20,7 @@
2020
<url>https://github.com/groupby/api-java</url>
2121
<connection>scm:git:git@github.com:groupby/api-java.git</connection>
2222
<developerConnection>scm:git:git@github.com:groupby/api-java.git</developerConnection>
23-
<tag>HEAD</tag>
23+
<tag>v2.0.168</tag>
2424
</scm>
2525

2626
<build>

gsa/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.groupbyinc</groupId>
77
<artifactId>api-java</artifactId>
8-
<version>2.0.168-SNAPSHOT</version>
8+
<version>2.0.168</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -20,7 +20,7 @@
2020
<url>https://github.com/groupby/api-java</url>
2121
<connection>scm:git:git@github.com:groupby/api-java.git</connection>
2222
<developerConnection>scm:git:git@github.com:groupby/api-java.git</developerConnection>
23-
<tag>HEAD</tag>
23+
<tag>v2.0.168</tag>
2424
</scm>
2525

2626
<build>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>api-java</artifactId>
13-
<version>2.0.168-SNAPSHOT</version>
13+
<version>2.0.168</version>
1414

1515
<packaging>pom</packaging>
1616

@@ -27,7 +27,7 @@
2727
<url>https://github.com/groupby/api-java</url>
2828
<connection>scm:git:git@github.com:groupby/api-java.git</connection>
2929
<developerConnection>scm:git:git@github.com:groupby/api-java.git</developerConnection>
30-
<tag>HEAD</tag>
30+
<tag>v2.0.168</tag>
3131
</scm>
3232

3333
<properties>

0 commit comments

Comments
 (0)