You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ma...@apache.org on 2013/08/12 13:32:27 UTC

git commit: Remove version tags in 'org.apache.maven.plugins' in child pom files

Updated Branches:
  refs/heads/master 795a6ad9b -> 45e21077d


Remove version tags in 'org.apache.maven.plugins' in child pom files


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/45e21077
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/45e21077
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/45e21077

Branch: refs/heads/master
Commit: 45e21077dc856c594910a94493c9a87da8723b8d
Parents: 795a6ad
Author: Manula Thantriwatte <ma...@wso2.com>
Authored: Mon Aug 12 17:00:21 2013 +0530
Committer: Manula Thantriwatte <ma...@wso2.com>
Committed: Mon Aug 12 17:00:21 2013 +0530

----------------------------------------------------------------------
 .../dependency-reduced-pom.xml                                  | 1 -
 components/org.apache.stratos.autoscaler.service/pom.xml        | 1 -
 components/org.apache.stratos.cloud.controller/pom.xml          | 1 -
 components/org.apache.stratos.deployment/pom.xml                | 1 -
 components/org.apache.stratos.lb.agent/pom.xml                  | 2 --
 components/org.apache.stratos.lb.common/pom.xml                 | 1 -
 components/org.apache.stratos.usage.ui/pom.xml                  | 2 +-
 components/pom.xml                                              | 5 +----
 .../org.apache.stratos.cloud.controller.feature/pom.xml         | 1 -
 features/pom.xml                                                | 1 -
 products/cloud-controller/modules/distribution/pom.xml          | 1 -
 products/cloud-controller/modules/p2-profile/pom.xml            | 1 -
 products/cloud-controller/pom.xml                               | 1 -
 products/elb/modules/distribution/pom.xml                       | 1 -
 products/elb/modules/p2-profile/pom.xml                         | 1 -
 products/elb/pom.xml                                            | 1 -
 products/stratos-agent/modules/distribution/pom.xml             | 1 -
 products/stratos-agent/modules/p2-profile/pom.xml               | 1 -
 products/stratos-agent/pom.xml                                  | 1 -
 products/stratos-controller/modules/distribution/pom.xml        | 1 -
 products/stratos-controller/modules/p2-profile-gen/pom.xml      | 1 -
 products/stratos-controller/pom.xml                             | 1 -
 .../stratos-controller/resources/cloud-services-icons/pom.xml   | 1 -
 service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml | 1 -
 24 files changed, 2 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/components/org.apache.stratos.autoscaler.service/dependency-reduced-pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler.service/dependency-reduced-pom.xml b/components/org.apache.stratos.autoscaler.service/dependency-reduced-pom.xml
index 3e67132..df65f1b 100644
--- a/components/org.apache.stratos.autoscaler.service/dependency-reduced-pom.xml
+++ b/components/org.apache.stratos.autoscaler.service/dependency-reduced-pom.xml
@@ -15,7 +15,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>1.7.1</version>
         <executions>
           <execution>
             <phase>package</phase>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/components/org.apache.stratos.autoscaler.service/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler.service/pom.xml b/components/org.apache.stratos.autoscaler.service/pom.xml
index ba0e8a9..ed6a4c5 100644
--- a/components/org.apache.stratos.autoscaler.service/pom.xml
+++ b/components/org.apache.stratos.autoscaler.service/pom.xml
@@ -40,7 +40,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>1.7.1</version>
                 <executions>
                     <execution>
                         <phase>package</phase>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/components/org.apache.stratos.cloud.controller/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml
index 7e660aa..5229a98 100644
--- a/components/org.apache.stratos.cloud.controller/pom.xml
+++ b/components/org.apache.stratos.cloud.controller/pom.xml
@@ -39,7 +39,6 @@
             <!--plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>1.7.1</version>
                 <executions>
                     <execution>
                         <phase>package</phase>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/components/org.apache.stratos.deployment/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml
index 845a8f2..8c2025a 100644
--- a/components/org.apache.stratos.deployment/pom.xml
+++ b/components/org.apache.stratos.deployment/pom.xml
@@ -36,7 +36,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.0</version>
                 <configuration>
                     <source>1.5</source>
                     <target>1.5</target>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/components/org.apache.stratos.lb.agent/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.lb.agent/pom.xml b/components/org.apache.stratos.lb.agent/pom.xml
index afb2347..3eb7345 100644
--- a/components/org.apache.stratos.lb.agent/pom.xml
+++ b/components/org.apache.stratos.lb.agent/pom.xml
@@ -42,12 +42,10 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.2</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/components/org.apache.stratos.lb.common/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.lb.common/pom.xml b/components/org.apache.stratos.lb.common/pom.xml
index ec6f68b..d3f0897 100644
--- a/components/org.apache.stratos.lb.common/pom.xml
+++ b/components/org.apache.stratos.lb.common/pom.xml
@@ -78,7 +78,6 @@
             <!--plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.12</version>
                 <configuration>
                   <suiteXmlFiles>
                     <suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/components/org.apache.stratos.usage.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.usage.ui/pom.xml b/components/org.apache.stratos.usage.ui/pom.xml
index bfe4665..c0fe8a6 100644
--- a/components/org.apache.stratos.usage.ui/pom.xml
+++ b/components/org.apache.stratos.usage.ui/pom.xml
@@ -102,7 +102,7 @@
         <dependency>
             <groupId>org.eclipse.equinox</groupId>
             <artifactId>javax.servlet</artifactId>
-	    <version>3.0.0.v201112011016</version>
+	        <version>3.0.0.v201112011016</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index f2aae83..73bc43c 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -109,17 +109,14 @@
 	            <plugin>
 	               <groupId>org.apache.maven.plugins</groupId>
 	               <artifactId>maven-compiler-plugin</artifactId>
-	               <version>2.3.2</version>
-	            </plugin>
+                </plugin>
 	            <plugin>
 	               <groupId>org.apache.maven.plugins</groupId>
 	               <artifactId>maven-surefire-plugin</artifactId>
-	               <version>2.12</version>
 	            </plugin>
 	            <plugin>
 	               <groupId>org.apache.maven.plugins</groupId>
 	               <artifactId>maven-resources-plugin</artifactId>
-	               <version>2.5</version>
 	            </plugin>
 	        </plugins>
 	    </build>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml
----------------------------------------------------------------------
diff --git a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml
index 2649c44..07b5695 100644
--- a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml
+++ b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml
@@ -267,7 +267,6 @@
             <!--plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
                 <executions>
                     <execution>
                         <id>clean resources</id>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/features/pom.xml
----------------------------------------------------------------------
diff --git a/features/pom.xml b/features/pom.xml
index 2482ffc..7c4ff12 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -61,7 +61,6 @@
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-resources-plugin</artifactId>
-               <version>2.5</version>
             </plugin>
         </plugins>
     </build>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/products/cloud-controller/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/cloud-controller/modules/distribution/pom.xml b/products/cloud-controller/modules/distribution/pom.xml
index 367848a..c63dc82 100644
--- a/products/cloud-controller/modules/distribution/pom.xml
+++ b/products/cloud-controller/modules/distribution/pom.xml
@@ -80,7 +80,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.0-alpha-4</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/products/cloud-controller/modules/p2-profile/pom.xml
----------------------------------------------------------------------
diff --git a/products/cloud-controller/modules/p2-profile/pom.xml b/products/cloud-controller/modules/p2-profile/pom.xml
index 54e7862..db2634f 100644
--- a/products/cloud-controller/modules/p2-profile/pom.xml
+++ b/products/cloud-controller/modules/p2-profile/pom.xml
@@ -40,7 +40,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.0-alpha-4</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/products/cloud-controller/pom.xml
----------------------------------------------------------------------
diff --git a/products/cloud-controller/pom.xml b/products/cloud-controller/pom.xml
index 88042e9..d63d751 100644
--- a/products/cloud-controller/pom.xml
+++ b/products/cloud-controller/pom.xml
@@ -74,7 +74,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.0-alpha-3</version>
                         <executions>
                             <execution>
                                 <id>sign-artifacts</id>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/products/elb/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/elb/modules/distribution/pom.xml b/products/elb/modules/distribution/pom.xml
index 1a7192f..fa530e8 100755
--- a/products/elb/modules/distribution/pom.xml
+++ b/products/elb/modules/distribution/pom.xml
@@ -462,7 +462,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.0-alpha-4</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/products/elb/modules/p2-profile/pom.xml
----------------------------------------------------------------------
diff --git a/products/elb/modules/p2-profile/pom.xml b/products/elb/modules/p2-profile/pom.xml
index 431d92f..c0745bb 100755
--- a/products/elb/modules/p2-profile/pom.xml
+++ b/products/elb/modules/p2-profile/pom.xml
@@ -39,7 +39,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.0-alpha-4</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/products/elb/pom.xml
----------------------------------------------------------------------
diff --git a/products/elb/pom.xml b/products/elb/pom.xml
index 0d61386..d4eac08 100755
--- a/products/elb/pom.xml
+++ b/products/elb/pom.xml
@@ -75,7 +75,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.0-alpha-3</version>
                         <executions>
                             <execution>
                                 <id>sign-artifacts</id>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/products/stratos-agent/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-agent/modules/distribution/pom.xml b/products/stratos-agent/modules/distribution/pom.xml
index f48e581..82e19fa 100755
--- a/products/stratos-agent/modules/distribution/pom.xml
+++ b/products/stratos-agent/modules/distribution/pom.xml
@@ -461,7 +461,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.0-alpha-4</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/products/stratos-agent/modules/p2-profile/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-agent/modules/p2-profile/pom.xml b/products/stratos-agent/modules/p2-profile/pom.xml
index 0585729..05f5922 100755
--- a/products/stratos-agent/modules/p2-profile/pom.xml
+++ b/products/stratos-agent/modules/p2-profile/pom.xml
@@ -39,7 +39,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.0-alpha-4</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/products/stratos-agent/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-agent/pom.xml b/products/stratos-agent/pom.xml
index 9a215c9..243679c 100755
--- a/products/stratos-agent/pom.xml
+++ b/products/stratos-agent/pom.xml
@@ -76,7 +76,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.0-alpha-3</version>
                         <executions>
                             <execution>
                                 <id>sign-artifacts</id>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/products/stratos-controller/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/distribution/pom.xml b/products/stratos-controller/modules/distribution/pom.xml
index 5f94049..527f28c 100755
--- a/products/stratos-controller/modules/distribution/pom.xml
+++ b/products/stratos-controller/modules/distribution/pom.xml
@@ -464,7 +464,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.0-alpha-4</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/products/stratos-controller/modules/p2-profile-gen/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/p2-profile-gen/pom.xml b/products/stratos-controller/modules/p2-profile-gen/pom.xml
index 88a7d55..e2ce68b 100644
--- a/products/stratos-controller/modules/p2-profile-gen/pom.xml
+++ b/products/stratos-controller/modules/p2-profile-gen/pom.xml
@@ -39,7 +39,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.0-alpha-4</version>
                 <inherited>false</inherited>
                 <executions>
                    <execution>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/products/stratos-controller/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-controller/pom.xml b/products/stratos-controller/pom.xml
index 097b122..be2923d 100755
--- a/products/stratos-controller/pom.xml
+++ b/products/stratos-controller/pom.xml
@@ -300,7 +300,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.0-alpha-3</version>
                         <executions>
                             <execution>
                                 <id>sign-artifacts</id>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/products/stratos-controller/resources/cloud-services-icons/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/pom.xml b/products/stratos-controller/resources/cloud-services-icons/pom.xml
index 68d1b5d..98902da 100755
--- a/products/stratos-controller/resources/cloud-services-icons/pom.xml
+++ b/products/stratos-controller/resources/cloud-services-icons/pom.xml
@@ -33,7 +33,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
-                <version>2.1.1</version>
                 <executions>
                     <execution>
 			<id>war</id>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45e21077/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml
index e4ea4c7..4a7dce8 100644
--- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml
+++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml
@@ -37,7 +37,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
                 <executions>
                     <execution>
                         <id>source-code-generation</id>