Skip to content

Commit

Permalink
[maven-release-plugin] prepare release analytics-parent-3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg committed Sep 27, 2023
1 parent 79c4f71 commit 5e0b13d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion analytics-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>analytics-parent</artifactId>
<groupId>com.segment.analytics.java</groupId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>analytics-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion analytics-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.segment.analytics.java</groupId>
<artifactId>analytics-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>analytics-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion analytics-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>analytics-parent</artifactId>
<groupId>com.segment.analytics.java</groupId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>analytics-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion analytics-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.segment.analytics.java</groupId>
<artifactId>analytics-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>analytics-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.segment.analytics.java</groupId>
<artifactId>analytics-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>analytics</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.segment.analytics.java</groupId>
<artifactId>analytics-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5.0</version>
<packaging>pom</packaging>
<name>Analytics for Java (Parent)</name>
<description>The hassle-free way to add analytics to your Android app.</description>
Expand Down Expand Up @@ -53,7 +53,7 @@
<url>https://github.com/segmentio/analytics-java/</url>
<connection>scm:git:https://github.com/segmentio/analytics-java.git</connection>
<developerConnection>scm:git:[email protected]:segmentio/analytics-java.git</developerConnection>
<tag>HEAD</tag>
<tag>analytics-parent-3.5.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -189,7 +189,7 @@
<version>1.5</version>
<style>GOOGLE</style>
</googleJavaFormat>
<removeUnusedImports/>
<removeUnusedImports />
</java>
</configuration>
</plugin>
Expand Down Expand Up @@ -229,7 +229,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -276,7 +276,7 @@
<format>html</format>
<format>xml</format>
</formats>
<check/>
<check />
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 5e0b13d

Please sign in to comment.