aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml20
1 files changed, 12 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 155d98dd..b75c9790 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
- <version>2.10</version>
+ <version>2.10.1</version>
<packaging>pom</packaging>
<name>Gson Parent</name>
@@ -28,13 +28,14 @@
<url>https://github.com/google/gson/</url>
<connection>scm:git:https://github.com/google/gson.git</connection>
<developerConnection>scm:git:git@github.com:google/gson.git</developerConnection>
- <tag>gson-parent-2.10</tag>
+ <tag>gson-parent-2.10.1</tag>
</scm>
<developers>
<developer>
+ <id>google</id>
<organization>Google</organization>
- <organizationUrl>http://www.google.com</organizationUrl>
+ <organizationUrl>https://www.google.com</organizationUrl>
</developer>
</developers>
@@ -137,17 +138,18 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>3.0.0-M6</version>
+ <version>3.0.0-M7</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<!-- Disable Maven Super POM release profile and instead use own one -->
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<!-- Run custom goals to replace version references, see plugin configuration below -->
- <!-- Also run `package`; otherwise goals fail for modules depending on each; possibly
- same issue as https://issues.apache.org/jira/browse/MRELEASE-271 -->
+ <!-- Also run `verify` to make sure tests still pass with new version number;
+ also seems to be necessary because without `package`, goals fail for modules depending
+ on each other; possibly same issue as https://issues.apache.org/jira/browse/MRELEASE-271 -->
<preparationGoals>
- package -DskipTests
+ clean verify
antrun:run@replace-version-placeholders
antrun:run@replace-old-version-references
antrun:run@git-add-changed
@@ -210,6 +212,8 @@
<target>
<exec executable="git" dir="${project.basedir}" failonerror="true">
<arg value="add" />
+ <!-- Don't add (unrelated) not yet tracked files -->
+ <arg value="--update" />
<arg value="." />
</exec>
</target>
@@ -221,7 +225,7 @@
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
- <version>0.16.0</version>
+ <version>0.17.1</version>
<configuration>
<oldVersion>
<dependency>