pom file cleanup Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/2ad5237a Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/2ad5237a Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/2ad5237a
Branch: refs/heads/master Commit: 2ad5237ae08686296d6d8737ecf1b1a8e7c9ce20 Parents: f1ff5ef Author: Timothy Bish <[email protected]> Authored: Thu Aug 6 16:29:37 2015 -0400 Committer: Timothy Bish <[email protected]> Committed: Thu Aug 6 16:29:37 2015 -0400 ---------------------------------------------------------------------- maven-cpptools-plugin/pom.xml | 1 + pom.xml | 14 +++++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/2ad5237a/maven-cpptools-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-cpptools-plugin/pom.xml b/maven-cpptools-plugin/pom.xml index 3db6aca..e29cfa6 100644 --- a/maven-cpptools-plugin/pom.xml +++ b/maven-cpptools-plugin/pom.xml @@ -85,6 +85,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> + <version>${maven-eclipse-plugin-version}</version> </plugin> </plugins> <pluginManagement> http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/2ad5237a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9c384ff..2bbcb81 100644 --- a/pom.xml +++ b/pom.xml @@ -72,8 +72,14 @@ <activemq-client-dir>${ACTIVEMQ_SRC_HOME}/activemq-client/</activemq-client-dir> <activemq-cpp-openwire-generator-version>2.0</activemq-cpp-openwire-generator-version> <junit-version>4.12</junit-version> + <assembly-plugin-version>2.4</assembly-plugin-version> + <apache-rat-plugin-version>0.11</apache-rat-plugin-version> <maven-exec-version>1.4.0</maven-exec-version> + <maven-release-plugin-version>2.4.1</maven-release-plugin-version> + <maven-gpg-plugin>1.6</maven-gpg-plugin> + <maven-antrun-plugin-version>1.7</maven-antrun-plugin-version> + <maven-eclipse-plugin-version>2.9</maven-eclipse-plugin-version> </properties> <modules> @@ -119,7 +125,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>1.6</version> + <version>${maven-antrun-plugin-version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -132,7 +138,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.7</version> + <version>${apache-rat-plugin-version}</version> <configuration> <excludeSubProjects>false</excludeSubProjects> <excludes> @@ -165,13 +171,14 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.2.1</version> + <version>${maven-release-plugin-version}</version> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> <allowTimestampedSnapshots>false</allowTimestampedSnapshots> <preparationGoals>clean install</preparationGoals> <arguments>-Prelease</arguments> <goals>deploy</goals> + <tagNameFormat>activemq-cpp-@{project.version}</tagNameFormat> </configuration> </plugin> </plugins> @@ -201,6 +208,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> + <version>${maven-gpg-plugin}</version> <inherited>true</inherited> <configuration> <passphrase>${gpg.passphrase}</passphrase>
