You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2013/08/18 18:53:57 UTC

svn commit: r1515168 - in /commons/proper/jci/trunk: core/pom.xml pom.xml

Author: ebourg
Date: Sun Aug 18 16:53:57 2013
New Revision: 1515168

URL: http://svn.apache.org/r1515168
Log:
Build fam with the other modules

Modified:
    commons/proper/jci/trunk/core/pom.xml
    commons/proper/jci/trunk/pom.xml

Modified: commons/proper/jci/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/core/pom.xml?rev=1515168&r1=1515167&r2=1515168&view=diff
==============================================================================
--- commons/proper/jci/trunk/core/pom.xml (original)
+++ commons/proper/jci/trunk/core/pom.xml Sun Aug 18 16:53:57 2013
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-fam</artifactId>
-            <version>1.0</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>

Modified: commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1515168&r1=1515167&r2=1515168&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Sun Aug 18 16:53:57 2013
@@ -39,6 +39,7 @@
         <url>https://issues.apache.org/jira/browse/JCI</url>
     </issueManagement>
     <modules>
+        <module>fam</module>
         <module>core</module>
         <module>compilers/eclipse</module>
         <module>compilers/janino</module>