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:47:54 UTC

git commit: Remove version tags in 'org.apache.maven.plugins' in parent pom file

Updated Branches:
  refs/heads/master 45e21077d -> 9ef2a45a3


Remove version tags in 'org.apache.maven.plugins' in parent pom file


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

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

----------------------------------------------------------------------
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9ef2a45a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f2935fe..645e8da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.3.1</version>
                 <configuration>
                     <encoding>UTF-8</encoding>
                     <source>1.6</source>
@@ -185,7 +184,6 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
-                    <version>2.1.2</version>
                     <executions>
                         <execution>
                             <id>attach-sources</id>
@@ -203,7 +201,6 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-project-info-reports-plugin</artifactId>
-                    <version>2.4</version>
                 </plugin>
             </plugins>
         </pluginManagement>