-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release analytics-parent-3.5.0
- Loading branch information
1 parent
79c4f71
commit 5e0b13d
Showing
6 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -189,7 +189,7 @@ | |
<version>1.5</version> | ||
<style>GOOGLE</style> | ||
</googleJavaFormat> | ||
<removeUnusedImports/> | ||
<removeUnusedImports /> | ||
</java> | ||
</configuration> | ||
</plugin> | ||
|
@@ -229,7 +229,7 @@ | |
</goals> | ||
</pluginExecutionFilter> | ||
<action> | ||
<ignore/> | ||
<ignore /> | ||
</action> | ||
</pluginExecution> | ||
</pluginExecutions> | ||
|
@@ -276,7 +276,7 @@ | |
<format>html</format> | ||
<format>xml</format> | ||
</formats> | ||
<check/> | ||
<check /> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
|