You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/05/21 16:45:19 UTC

svn commit: r1341057 - in /jena/trunk: apache-jena/pom.xml pom.xml

Author: andy
Date: Mon May 21 14:45:19 2012
New Revision: 1341057

URL: http://svn.apache.org/viewvc?rev=1341057&view=rev
Log:
Version number (tweaks for module build and testing)

Modified:
    jena/trunk/apache-jena/pom.xml
    jena/trunk/pom.xml

Modified: jena/trunk/apache-jena/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/apache-jena/pom.xml?rev=1341057&r1=1341056&r2=1341057&view=diff
==============================================================================
--- jena/trunk/apache-jena/pom.xml (original)
+++ jena/trunk/apache-jena/pom.xml Mon May 21 14:45:19 2012
@@ -22,7 +22,7 @@
   <artifactId>apache-jena</artifactId>
   <packaging>pom</packaging>
   <name>apache-jena</name>
-  <!--<version>${ver.jena}</version>-->
+  <!-- Same as version from Jena/pom.xml, repeated for standalone testing -->
   <version>2.7.1-SNAPSHOT</version>
   <description />
   <url>http://jena.apache.org/</url>
@@ -137,6 +137,4 @@
     </plugins>
   </build>
 
-
-
 </project>

Modified: jena/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/pom.xml?rev=1341057&r1=1341056&r2=1341057&view=diff
==============================================================================
--- jena/trunk/pom.xml (original)
+++ jena/trunk/pom.xml Mon May 21 14:45:19 2012
@@ -23,9 +23,9 @@
   <artifactId>jena</artifactId>
   <packaging>pom</packaging>
   <url>http://jena.apache.org/</url>
-  <version>2.7.X-SNAPSHOT</version>
+  <version>2.7.1-SNAPSHOT</version>
 
-  <!-- Needed for -Psource-release -->
+  <!-- Needed for -Papache-release -->
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
@@ -100,5 +100,14 @@
     <system>JIRA</system>
     <url>http://issues.apache.org/jira/browse/JENA</url>
   </issueManagement>
+
+  <distributionManagement>
+    <snapshotRepository>
+      <id>jena-repo-dev</id>
+      <name>Jena development repo</name>
+      <url>sftp://openjena.org/var/repo-dev</url>
+      <layout>default</layout>
+    </snapshotRepository>
+  </distributionManagement>
   
 </project>