Repository: qpid-jms
Updated Branches:
  refs/heads/master f29381d98 -> 5cd279a62


update to latest apache parent pom v16, remove some version overrides, remove 
some unused properties


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/5cd279a6
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/5cd279a6
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/5cd279a6

Branch: refs/heads/master
Commit: 5cd279a627f78248dc1c4a4085c6efc45a0136fc
Parents: 546eb45
Author: Robert Gemmell <rob...@apache.org>
Authored: Tue Mar 3 15:56:46 2015 +0000
Committer: Robert Gemmell <rob...@apache.org>
Committed: Tue Mar 3 16:52:01 2015 +0000

----------------------------------------------------------------------
 pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/5cd279a6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4adef38..8852b01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>14</version>
+    <version>16</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -57,12 +57,8 @@
 
     <!-- Maven Plugin Versions for this Project -->
     <maven-javacc-plugin-version>2.6</maven-javacc-plugin-version>
-    <maven-surefire-plugin-version>2.16</maven-surefire-plugin-version>
-    <maven-assembly-plugin-version>2.4</maven-assembly-plugin-version>
-    <maven-release-plugin-version>2.4.1</maven-release-plugin-version>
     <maven-eclipse-plugin-version>2.9</maven-eclipse-plugin-version>
     <maven-idea-plugin-version>2.5</maven-idea-plugin-version>
-    <maven-compiler-plugin-version>3.1</maven-compiler-plugin-version>
     <findbugs-maven-plugin-version>3.0.0</findbugs-maven-plugin-version>
     <jacoco-plugin-version>0.7.2.201409121644</jacoco-plugin-version>
 
@@ -165,7 +161,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>${maven-surefire-plugin-version}</version>
           <configuration>
             <runOrder>${surefire.runOrder}</runOrder>
             
<redirectTestOutputToFile>${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
@@ -200,11 +195,6 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>${maven-compiler-plugin-version}</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <autoVersionSubmodules>true</autoVersionSubmodules>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to