Skip to content

Commit 924efe1

Browse files
committed
[maven-release-plugin] prepare release analytics-parent-3.5.2
1 parent 26519bc commit 924efe1

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

analytics-cli/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>3.5.2-SNAPSHOT</version>
9+
<version>3.5.2</version>
1010
</parent>
1111

1212
<artifactId>analytics-cli</artifactId>

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>3.5.2-SNAPSHOT</version>
9+
<version>3.5.2</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>3.5.2-SNAPSHOT</version>
9+
<version>3.5.2</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>3.5.2-SNAPSHOT</version>
9+
<version>3.5.2</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>3.5.2-SNAPSHOT</version>
9+
<version>3.5.2</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>3.5.2-SNAPSHOT</version>
14+
<version>3.5.2</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>
@@ -53,7 +53,7 @@
5353
<url>https://github.com/segmentio/analytics-java/</url>
5454
<connection>scm:git:https://github.com/segmentio/analytics-java.git</connection>
5555
<developerConnection>scm:git:git@github.com:segmentio/analytics-java.git</developerConnection>
56-
<tag>HEAD</tag>
56+
<tag>analytics-parent-3.5.2</tag>
5757
</scm>
5858

5959
<issueManagement>

0 commit comments

Comments
 (0)