Skip to content

Commit 1749266

Browse files
committed
[maven-release-plugin] prepare release analytics-parent-2.0.0-RC5
1 parent a2ffe09 commit 1749266

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

analytics-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>analytics-parent</artifactId>
88
<groupId>com.segment.analytics.java</groupId>
9-
<version>2.0.0-RC5-SNAPSHOT</version>
9+
<version>2.0.0-RC5</version>
1010
</parent>
1111

1212
<artifactId>analytics-cli</artifactId>
@@ -36,7 +36,7 @@
3636
<artifactId>kotlin-maven-plugin</artifactId>
3737
<groupId>org.jetbrains.kotlin</groupId>
3838
<version>${kotlin.version}</version>
39-
<configuration/>
39+
<configuration />
4040
<executions>
4141
<execution>
4242
<id>compile</id>

analytics-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.segment.analytics.java</groupId>
88
<artifactId>analytics-parent</artifactId>
9-
<version>2.0.0-RC5-SNAPSHOT</version>
9+
<version>2.0.0-RC5</version>
1010
</parent>
1111

1212
<artifactId>analytics-core</artifactId>

analytics-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>analytics-parent</artifactId>
88
<groupId>com.segment.analytics.java</groupId>
9-
<version>2.0.0-RC5-SNAPSHOT</version>
9+
<version>2.0.0-RC5</version>
1010
</parent>
1111

1212
<artifactId>analytics-sample</artifactId>

analytics-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.segment.analytics.java</groupId>
88
<artifactId>analytics-parent</artifactId>
9-
<version>2.0.0-RC5-SNAPSHOT</version>
9+
<version>2.0.0-RC5</version>
1010
</parent>
1111

1212
<artifactId>analytics-spring-boot-starter</artifactId>

analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.segment.analytics.java</groupId>
88
<artifactId>analytics-parent</artifactId>
9-
<version>2.0.0-RC5-SNAPSHOT</version>
9+
<version>2.0.0-RC5</version>
1010
</parent>
1111

1212
<artifactId>analytics</artifactId>

pom.xml

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

1212
<groupId>com.segment.analytics.java</groupId>
1313
<artifactId>analytics-parent</artifactId>
14-
<version>2.0.0-RC5-SNAPSHOT</version>
14+
<version>2.0.0-RC5</version>
1515
<packaging>pom</packaging>
1616
<name>Analytics for Java (Parent)</name>
1717
<description>The hassle-free way to add analytics to your Android app.</description>
@@ -52,7 +52,7 @@
5252
<url>https://github.com/segmentio/analytics-java/</url>
5353
<connection>scm:git:https://github.com/segmentio/analytics-java.git</connection>
5454
<developerConnection>scm:git:[email protected]:segmentio/analytics-java.git</developerConnection>
55-
<tag>HEAD</tag>
55+
<tag>analytics-parent-2.0.0-RC5</tag>
5656
</scm>
5757

5858
<issueManagement>

0 commit comments

Comments
 (0)