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 13:03:55 UTC

svn commit: r1515359 - /commons/proper/jci/trunk/examples/pom.xml

Author: sebb
Date: Mon Aug 19 11:03:54 2013
New Revision: 1515359

URL: http://svn.apache.org/r1515359
Log:
Branding
Fix up versions

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

Modified: commons/proper/jci/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/examples/pom.xml?rev=1515359&r1=1515358&r2=1515359&view=diff
==============================================================================
--- commons/proper/jci/trunk/examples/pom.xml (original)
+++ commons/proper/jci/trunk/examples/pom.xml Mon Aug 19 11:03:54 2013
@@ -27,7 +27,7 @@
     <version>1.1-SNAPSHOT</version>
     <name>examples</name>
     <description>
-        Commons JCI examples.
+        Apache Commons JCI examples.
     </description>
     <reporting>
         <excludeDefaults>true</excludeDefaults>
@@ -36,12 +36,12 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
-            <version>1.0</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-eclipse</artifactId>
-            <version>1.0</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>commons-cli</groupId>