Skip to content

Commit 5e0b13d

Browse files
committed
[maven-release-plugin] prepare release analytics-parent-3.5.0
1 parent 79c4f71 commit 5e0b13d

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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.4.1-SNAPSHOT</version>
9+
<version>3.5.0</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.4.1-SNAPSHOT</version>
9+
<version>3.5.0</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.4.1-SNAPSHOT</version>
9+
<version>3.5.0</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.4.1-SNAPSHOT</version>
9+
<version>3.5.0</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.4.1-SNAPSHOT</version>
9+
<version>3.5.0</version>
1010
</parent>
1111

1212
<artifactId>analytics</artifactId>

pom.xml

Lines changed: 5 additions & 5 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.4.1-SNAPSHOT</version>
14+
<version>3.5.0</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:[email protected]:segmentio/analytics-java.git</developerConnection>
56-
<tag>HEAD</tag>
56+
<tag>analytics-parent-3.5.0</tag>
5757
</scm>
5858

5959
<issueManagement>
@@ -189,7 +189,7 @@
189189
<version>1.5</version>
190190
<style>GOOGLE</style>
191191
</googleJavaFormat>
192-
<removeUnusedImports/>
192+
<removeUnusedImports />
193193
</java>
194194
</configuration>
195195
</plugin>
@@ -229,7 +229,7 @@
229229
</goals>
230230
</pluginExecutionFilter>
231231
<action>
232-
<ignore/>
232+
<ignore />
233233
</action>
234234
</pluginExecution>
235235
</pluginExecutions>
@@ -276,7 +276,7 @@
276276
<format>html</format>
277277
<format>xml</format>
278278
</formats>
279-
<check/>
279+
<check />
280280
</configuration>
281281
</plugin>
282282
<plugin>

0 commit comments

Comments
 (0)