You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/08/19 15:05:04 UTC

svn commit: r1515394 - in /commons/proper/jci/trunk: compilers/eclipse/pom.xml compilers/groovy/pom.xml compilers/janino/pom.xml compilers/javac/pom.xml compilers/jsr199/pom.xml compilers/rhino/pom.xml core/pom.xml examples/pom.xml fam/pom.xml pom.xml

Author: sebb
Date: Mon Aug 19 13:05:04 2013
New Revision: 1515394

URL: http://svn.apache.org/r1515394
Log:
Centralise version control in parent pom

Modified:
    commons/proper/jci/trunk/compilers/eclipse/pom.xml
    commons/proper/jci/trunk/compilers/groovy/pom.xml
    commons/proper/jci/trunk/compilers/janino/pom.xml
    commons/proper/jci/trunk/compilers/javac/pom.xml
    commons/proper/jci/trunk/compilers/jsr199/pom.xml
    commons/proper/jci/trunk/compilers/rhino/pom.xml
    commons/proper/jci/trunk/core/pom.xml
    commons/proper/jci/trunk/examples/pom.xml
    commons/proper/jci/trunk/fam/pom.xml
    commons/proper/jci/trunk/pom.xml

Modified: commons/proper/jci/trunk/compilers/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/eclipse/pom.xml?rev=1515394&r1=1515393&r2=1515394&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/eclipse/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/eclipse/pom.xml Mon Aug 19 13:05:04 2013
@@ -37,6 +37,11 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.eclipse.jdt.core.compiler</groupId>
+            <artifactId>ecj</artifactId>
+        </dependency>
+        <!-- test dependencies -->
+        <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
             <version>${project.version}</version>
@@ -46,14 +51,8 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.2</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.eclipse.jdt.core.compiler</groupId>
-            <artifactId>ecj</artifactId>
-            <version>4.2.2</version>
-        </dependency>
     </dependencies>
     <properties>
         <commons.componentid>jci-eclipse</commons.componentid>

Modified: commons/proper/jci/trunk/compilers/groovy/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/groovy/pom.xml?rev=1515394&r1=1515393&r2=1515394&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/groovy/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/groovy/pom.xml Mon Aug 19 13:05:04 2013
@@ -37,6 +37,11 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.codehaus.groovy</groupId>
+            <artifactId>groovy-all</artifactId>
+        </dependency>
+        <!-- test dependencies -->
+        <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
             <version>${project.version}</version>
@@ -46,14 +51,8 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.2</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.codehaus.groovy</groupId>
-            <artifactId>groovy-all</artifactId>
-            <version>1.7.7</version>
-        </dependency>
     </dependencies>
     <properties>
         <commons.componentid>jci-groovy</commons.componentid>

Modified: commons/proper/jci/trunk/compilers/janino/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/janino/pom.xml?rev=1515394&r1=1515393&r2=1515394&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/janino/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/janino/pom.xml Mon Aug 19 13:05:04 2013
@@ -37,6 +37,11 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.codehaus.janino</groupId>
+            <artifactId>janino</artifactId>
+        </dependency>
+        <!-- test dependencies -->
+        <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
             <version>${project.version}</version>
@@ -46,14 +51,8 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.2</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.codehaus.janino</groupId>
-            <artifactId>janino</artifactId>
-            <version>2.6.1</version>
-        </dependency>
     </dependencies>
     <properties>
         <commons.componentid>jci-janino</commons.componentid>

Modified: commons/proper/jci/trunk/compilers/javac/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/javac/pom.xml?rev=1515394&r1=1515393&r2=1515394&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/javac/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/javac/pom.xml Mon Aug 19 13:05:04 2013
@@ -37,6 +37,11 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.vafer</groupId>
+            <artifactId>dependency</artifactId>
+        </dependency>
+        <!-- test dependencies -->
+        <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
             <version>${project.version}</version>
@@ -46,14 +51,8 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.2</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.vafer</groupId>
-            <artifactId>dependency</artifactId>
-            <version>0.2</version>
-        </dependency>
     </dependencies>
     <properties>
         <commons.componentid>jci-javac</commons.componentid>

Modified: commons/proper/jci/trunk/compilers/jsr199/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/jsr199/pom.xml?rev=1515394&r1=1515393&r2=1515394&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/jsr199/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/jsr199/pom.xml Mon Aug 19 13:05:04 2013
@@ -36,6 +36,7 @@
             <artifactId>commons-jci-core</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <!-- test dependencies -->
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
@@ -46,7 +47,6 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Modified: commons/proper/jci/trunk/compilers/rhino/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/rhino/pom.xml?rev=1515394&r1=1515393&r2=1515394&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/rhino/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/rhino/pom.xml Mon Aug 19 13:05:04 2013
@@ -37,6 +37,11 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>rhino</groupId>
+            <artifactId>js</artifactId>
+        </dependency>
+        <!-- test dependencies -->
+        <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
             <version>${project.version}</version>
@@ -46,14 +51,8 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.2</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>rhino</groupId>
-            <artifactId>js</artifactId>
-            <version>1.7R2</version>
-        </dependency>
     </dependencies>
     <properties>
         <commons.componentid>jci-rhino</commons.componentid>

Modified: commons/proper/jci/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/core/pom.xml?rev=1515394&r1=1515393&r2=1515394&view=diff
==============================================================================
--- commons/proper/jci/trunk/core/pom.xml (original)
+++ commons/proper/jci/trunk/core/pom.xml Mon Aug 19 13:05:04 2013
@@ -31,12 +31,6 @@
     </description>
     <dependencies>
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.2</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-fam</artifactId>
             <version>${project.version}</version>
@@ -44,23 +38,25 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>1.4</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>3.1</version>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-            <version>1.1.1</version>
         </dependency>
+        <!-- test dependencies -->
         <dependency>
             <groupId>asm</groupId>
             <artifactId>asm</artifactId>
-            <version>3.3</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>

Modified: commons/proper/jci/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/examples/pom.xml?rev=1515394&r1=1515393&r2=1515394&view=diff
==============================================================================
--- commons/proper/jci/trunk/examples/pom.xml (original)
+++ commons/proper/jci/trunk/examples/pom.xml Mon Aug 19 13:05:04 2013
@@ -46,12 +46,10 @@
         <dependency>
             <groupId>commons-cli</groupId>
             <artifactId>commons-cli</artifactId>
-            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
-            <version>2.4</version>
         </dependency>
     </dependencies>
     <properties>

Modified: commons/proper/jci/trunk/fam/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/fam/pom.xml?rev=1515394&r1=1515393&r2=1515394&view=diff
==============================================================================
--- commons/proper/jci/trunk/fam/pom.xml (original)
+++ commons/proper/jci/trunk/fam/pom.xml Mon Aug 19 13:05:04 2013
@@ -31,20 +31,18 @@
     </description>
     <dependencies>
         <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-            <version>1.4</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-            <version>1.1.1</version>
         </dependency>
+        <!-- test dependencies -->
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.2</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>

Modified: commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1515394&r1=1515393&r2=1515394&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Mon Aug 19 13:05:04 2013
@@ -228,4 +228,85 @@
         <commons.jira.pid>12310650</commons.jira.pid>
         <release.tag>1.1-RC1</release.tag>
     </properties>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+                <version>1.1.1</version>
+            </dependency>
+            <!-- compiler-eclipse -->
+            <dependency>
+                <groupId>org.eclipse.jdt.core.compiler</groupId>
+                <artifactId>ecj</artifactId>
+                <version>4.2.2</version>
+            </dependency>
+            <!-- compiler-groovy -->
+            <dependency>
+                <groupId>org.codehaus.groovy</groupId>
+                <artifactId>groovy-all</artifactId>
+                <version>1.7.7</version>
+            </dependency>
+            <!-- compiler-janino -->
+            <dependency>
+                <groupId>org.codehaus.janino</groupId>
+                <artifactId>janino</artifactId>
+                <version>2.6.1</version>
+            </dependency>
+            <!-- compiler-javac -->
+            <dependency>
+                <groupId>org.vafer</groupId>
+                <artifactId>dependency</artifactId>
+                <version>0.2</version>
+            </dependency>
+            <!-- compiler-rhino -->
+            <dependency>
+                <groupId>rhino</groupId>
+                <artifactId>js</artifactId>
+                <version>1.7R2</version>
+            </dependency>
+            <!-- core -->
+            <dependency>
+                <groupId>commons-io</groupId>
+                <artifactId>commons-io</artifactId>
+                <version>1.4</version>
+            </dependency>
+            <!-- examples -->
+            <dependency>
+                <groupId>commons-cli</groupId>
+                <artifactId>commons-cli</artifactId>
+                <version>1.0</version>
+            </dependency>
+            <!-- examples -->
+            <dependency>
+                <groupId>javax.servlet</groupId>
+                <artifactId>servlet-api</artifactId>
+                <version>2.4</version>
+            </dependency>
+
+            <!-- test dependencies -->
+            <dependency>
+                <!-- core -->
+                <groupId>asm</groupId>
+                <artifactId>asm</artifactId>
+                <version>3.3</version>
+            </dependency>
+            <dependency>
+                 <!-- core -->
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-lang3</artifactId>
+                <version>3.1</version>
+            </dependency>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>4.11</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-io</groupId>
+                <artifactId>commons-io</artifactId>
+                <version>1.4</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
 </project>