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/10/20 17:33:04 UTC

svn commit: r1400473 - in /jena/trunk: apache-jena/pom.xml jena-arq/pom.xml jena-core/pom.xml jena-examples/pom.xml jena-fuseki/pom.xml jena-iri/pom.xml jena-larq/pom.xml jena-parent/pom.xml jena-sdb/pom.xml jena-tdb/pom.xml pom.xml

Author: andy
Date: Sat Oct 20 15:33:03 2012
New Revision: 1400473

URL: http://svn.apache.org/viewvc?rev=1400473&view=rev
Log:
Reset; clean up version properties

Modified:
    jena/trunk/apache-jena/pom.xml
    jena/trunk/jena-arq/pom.xml
    jena/trunk/jena-core/pom.xml
    jena/trunk/jena-examples/pom.xml
    jena/trunk/jena-fuseki/pom.xml
    jena/trunk/jena-iri/pom.xml
    jena/trunk/jena-larq/pom.xml
    jena/trunk/jena-parent/pom.xml
    jena/trunk/jena-sdb/pom.xml
    jena/trunk/jena-tdb/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=1400473&r1=1400472&r2=1400473&view=diff
==============================================================================
--- jena/trunk/apache-jena/pom.xml (original)
+++ jena/trunk/apache-jena/pom.xml Sat Oct 20 15:33:03 2012
@@ -16,7 +16,9 @@
    limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" 
+	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+	 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <!-- Build the Jena download file.
        Assumes it is run as part of the module build (not run standalone)
@@ -30,12 +32,12 @@
   <name>apache-jena</name>
   <description />
   <url>http://jena.apache.org/</url>
-  <version>2.7.5-SNAPSHOT</version>
+  <version>2.7.4-SNAPSHOT</version>
 
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>5-SNAPSHOT</version>
+    <version>4-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent> 
 
@@ -62,73 +64,73 @@
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-arq</artifactId>
-      <version>2.9.5-SNAPSHOT</version>
+      <version>2.9.4-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-arq</artifactId>
-      <version>2.9.5-SNAPSHOT</version>
+      <version>2.9.4-SNAPSHOT</version>
       <classifier>sources</classifier>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-arq</artifactId>
-      <version>2.9.5-SNAPSHOT</version>
+      <version>2.9.4-SNAPSHOT</version>
       <classifier>javadoc</classifier>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-core</artifactId>
-      <version>2.7.5-SNAPSHOT</version>
+      <version>2.7.4-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-core</artifactId>
-      <version>2.7.5-SNAPSHOT</version>
+      <version>2.7.4-SNAPSHOT</version>
       <classifier>sources</classifier>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-core</artifactId>
-      <version>2.7.5-SNAPSHOT</version>
+      <version>2.7.4-SNAPSHOT</version>
       <classifier>javadoc</classifier>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-tdb</artifactId>
-      <version>0.9.5-SNAPSHOT</version>
+      <version>0.9.4-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-tdb</artifactId>
-      <version>0.9.5-SNAPSHOT</version>
+      <version>0.9.4-SNAPSHOT</version>
       <classifier>sources</classifier>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-tdb</artifactId>
-      <version>0.9.5-SNAPSHOT</version>
+      <version>0.9.4-SNAPSHOT</version>
       <classifier>javadoc</classifier>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-iri</artifactId>
-      <version>0.9.5-SNAPSHOT</version>
+      <version>0.9.4-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-iri</artifactId>
-      <version>0.9.5-SNAPSHOT</version>
+      <version>0.9.4-SNAPSHOT</version>
       <classifier>sources</classifier>
     </dependency>
 

Modified: jena/trunk/jena-arq/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/pom.xml?rev=1400473&r1=1400472&r2=1400473&view=diff
==============================================================================
--- jena/trunk/jena-arq/pom.xml (original)
+++ jena/trunk/jena-arq/pom.xml Sat Oct 20 15:33:03 2012
@@ -16,19 +16,20 @@
    limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" 
+	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+	 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-arq</artifactId>
   <packaging>jar</packaging>
   <name>jena-arq</name>
-  <!--<version>${ver.arq}</version>-->
-  <version>2.9.5-SNAPSHOT</version>
+  <version>2.9.4-SNAPSHOT</version>
 
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>5-SNAPSHOT</version>
+    <version>4-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent>
 
@@ -54,10 +55,6 @@
 
   <properties>
     <this.root>${project.artifactId}-${project.version}</this.root>
-
-    <ver.iri>0.9.2</ver.iri>
-    <ver.jena>2.7.2</ver.jena>
-
     <ver.httpclient>4.1.2</ver.httpclient>
     <ver.httpcore>4.1.3</ver.httpcore>
     <ver.commons-codec>1.5</ver.commons-codec>
@@ -70,14 +67,14 @@
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-core</artifactId>
-      <version>2.7.5-SNAPSHOT</version>
+      <version>2.7.4-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-core</artifactId>
       <classifier>tests</classifier>
-      <version>2.7.5-SNAPSHOT</version>
+      <version>2.7.4-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 

Modified: jena/trunk/jena-core/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/pom.xml?rev=1400473&r1=1400472&r2=1400473&view=diff
==============================================================================
--- jena/trunk/jena-core/pom.xml (original)
+++ jena/trunk/jena-core/pom.xml Sat Oct 20 15:33:03 2012
@@ -16,18 +16,20 @@
    limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" 
+	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+	 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-core</artifactId>
   <packaging>jar</packaging>
   <name>jena-core</name>
-  <version>2.7.5-SNAPSHOT</version>
+  <version>2.7.4-SNAPSHOT</version>
 
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>5-SNAPSHOT</version>
+    <version>4-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent>
 
@@ -53,7 +55,6 @@
 
   <properties>
     <ver.xerces>2.10.0</ver.xerces>
-    <ver.iri>0.9.2</ver.iri>
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
     <build.time.xsd>${maven.build.timestamp}</build.time.xsd>
   </properties>
@@ -63,7 +64,7 @@
     <dependency>
        <groupId>org.apache.jena</groupId>
        <artifactId>jena-iri</artifactId>
-       <version>0.9.5-SNAPSHOT</version>
+       <version>0.9.4-SNAPSHOT</version>
     </dependency>
 
      <dependency>

Modified: jena/trunk/jena-examples/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-examples/pom.xml?rev=1400473&r1=1400472&r2=1400473&view=diff
==============================================================================
--- jena/trunk/jena-examples/pom.xml (original)
+++ jena/trunk/jena-examples/pom.xml Sat Oct 20 15:33:03 2012
@@ -31,6 +31,7 @@
   <url>http://jena.apache.org/</url>
 
   <properties>
+    <ver.jena-tdb>0.9.4</ver.jena-tdb>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 
@@ -41,6 +42,11 @@
 
   <dependencies>
     <dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-tdb</artifactId>
+      <version>${ver.jena-tdb}</version>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.10</version>
@@ -48,11 +54,6 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.jena</groupId>
-      <artifactId>jena-tdb</artifactId>
-      <version>0.9.3</version>
-    </dependency>
-    <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
       <version>1.2</version>

Modified: jena/trunk/jena-fuseki/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/pom.xml?rev=1400473&r1=1400472&r2=1400473&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/pom.xml (original)
+++ jena/trunk/jena-fuseki/pom.xml Sat Oct 20 15:33:03 2012
@@ -16,20 +16,22 @@
    limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" 
+	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+	 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-fuseki</artifactId>
   <packaging>jar</packaging>
   <name>jena-fuseki</name>
-  <version>0.2.6-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <description>Jena SPARQL Server</description>
   <url>http://jena.apache.org/</url>
 
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>5-SNAPSHOT</version>
+    <version>4-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent> 
 
@@ -74,7 +76,6 @@
     <assembly.soh.name>${this.root}</assembly.soh.name>
     <assembly.zip.name>${this.root}</assembly.zip.name>
 
-    <!-- 7.6.5.v20120716 -->
     <!-- 8.1.5.v20120716 -->
     <ver.jetty>7.6.5.v20120716</ver.jetty>
     <ver.velocity>1.7</ver.velocity>
@@ -83,8 +84,6 @@
     <ver.httpcore>4.1.3</ver.httpcore>
     <ver.commons-fileupload>1.2.2</ver.commons-fileupload>
     <ver.commons-codec>1.5</ver.commons-codec>
-    <ver.slf4j>1.6.4</ver.slf4j>
-    <ver.log4j>1.2.16</ver.log4j>
     
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
     <build.time.xsd>${maven.build.timestamp}</build.time.xsd>
@@ -95,19 +94,19 @@
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-arq</artifactId>
-      <version>2.9.5-SNAPSHOT</version>
+      <version>2.9.4-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-core</artifactId>
-      <version>2.7.5-SNAPSHOT</version>
+      <version>2.7.4-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-tdb</artifactId>
-      <version>0.9.5-SNAPSHOT</version>
+      <version>0.9.4-SNAPSHOT</version>
     </dependency>
 
     <!--

Modified: jena/trunk/jena-iri/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-iri/pom.xml?rev=1400473&r1=1400472&r2=1400473&view=diff
==============================================================================
--- jena/trunk/jena-iri/pom.xml (original)
+++ jena/trunk/jena-iri/pom.xml Sat Oct 20 15:33:03 2012
@@ -18,20 +18,21 @@
 
 <!-- POM file for Jena IRI library -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" 
+	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+	 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-iri</artifactId>
   <packaging>jar</packaging>
   <name>jena-iri</name>
-  <!--<version>${ver.iri}</version>-->
-  <version>0.9.5-SNAPSHOT</version>
+  <version>0.9.4-SNAPSHOT</version>
   <description />
 
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>5-SNAPSHOT</version>
+    <version>4-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent> 
 

Modified: jena/trunk/jena-larq/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-larq/pom.xml?rev=1400473&r1=1400472&r2=1400473&view=diff
==============================================================================
--- jena/trunk/jena-larq/pom.xml (original)
+++ jena/trunk/jena-larq/pom.xml Sat Oct 20 15:33:03 2012
@@ -55,8 +55,8 @@
 
   <properties>
     <ver.lucene>3.6.1</ver.lucene>
-    <ver.arq>2.9.4-SNAPSHOT</ver.arq>
-    <ver.tdb>0.9.4-SNAPSHOT</ver.tdb>
+    <ver.arq>2.9.4</ver.arq>
+    <ver.tdb>0.9.4</ver.tdb>
   </properties>
 
   <dependencies>

Modified: jena/trunk/jena-parent/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-parent/pom.xml?rev=1400473&r1=1400472&r2=1400473&view=diff
==============================================================================
--- jena/trunk/jena-parent/pom.xml (original)
+++ jena/trunk/jena-parent/pom.xml Sat Oct 20 15:33:03 2012
@@ -15,7 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" 
+	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+	 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <name>jena-parent</name>
@@ -23,7 +25,7 @@
   <artifactId>jena-parent</artifactId>
   <packaging>pom</packaging>
   <url>http://jena.apache.org/</url>
-  <version>5-SNAPSHOT</version>
+  <version>4-SNAPSHOT</version>
 
   <parent>
     <groupId>org.apache</groupId>
@@ -51,11 +53,13 @@
   </scm>
 
   <properties>
-    <ver.junit>4.9</ver.junit>
     <ver.slf4j>1.6.4</ver.slf4j>
     <ver.log4j>1.2.16</ver.log4j>
+    <ver.junit>4.9</ver.junit>
+
     <jdk.version>1.6</jdk.version>
     <targetJdk>${jdk.version}</targetJdk> <!-- MPMD-86 workaround -->
+
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
     <build.time.xsd>${maven.build.timestamp}</build.time.xsd>

Modified: jena/trunk/jena-sdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/pom.xml?rev=1400473&r1=1400472&r2=1400473&view=diff
==============================================================================
--- jena/trunk/jena-sdb/pom.xml (original)
+++ jena/trunk/jena-sdb/pom.xml Sat Oct 20 15:33:03 2012
@@ -16,7 +16,9 @@
    limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+	 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-sdb</artifactId>
@@ -27,7 +29,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>3</version>
+    <version>4</version>
     <relativePath>../jena-parent</relativePath>
   </parent> 
 
@@ -41,8 +43,8 @@
 
   <properties>
     <this.root>${project.artifactId}-${project.version}</this.root>
-    <ver.jena>2.7.4-SNAPSHOT</ver.jena>
-    <ver.arq>2.9.4-SNAPSHOT</ver.arq>
+    <ver.jena>2.7.4</ver.jena>
+    <ver.arq>2.9.4</ver.arq>
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
     <build.time.xsd>${maven.build.timestamp}</build.time.xsd>
   </properties>

Modified: jena/trunk/jena-tdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/pom.xml?rev=1400473&r1=1400472&r2=1400473&view=diff
==============================================================================
--- jena/trunk/jena-tdb/pom.xml (original)
+++ jena/trunk/jena-tdb/pom.xml Sat Oct 20 15:33:03 2012
@@ -16,18 +16,20 @@
    limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+	 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-tdb</artifactId>
   <packaging>jar</packaging>
   <name>jena-tdb</name>
-  <version>0.9.5-SNAPSHOT</version>
+  <version>0.9.4-SNAPSHOT</version>
 
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>5-SNAPSHOT</version>
+    <version>4-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent> 
 
@@ -53,55 +55,37 @@
   
   <properties>
     <this.root>${project.artifactId}-${project.version}</this.root>
-
-    <ver.jena>2.7.2-SNAPSHOT</ver.jena>
-    <ver.arq>2.9.2-SNAPSHOT</ver.arq>
-    
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
     <build.time.xsd>${maven.build.timestamp}</build.time.xsd>
- 
   </properties>
 
-  <!-- Testing against staged artifacts - ->
-  <repositories>
-    <repository>
-      <id>apache.jena.staging</id>
-      <name>Apache jena Staging Repository</name>
-      <url>https://repository.apache.org/content/repositories/releases/</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-    </repository>
-  </repositories>
-  -->
-
   <dependencies>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-arq</artifactId>
-      <version>2.9.5-SNAPSHOT</version>
+      <version>2.9.4-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-arq</artifactId>
       <classifier>tests</classifier>
-      <version>2.9.5-SNAPSHOT</version>
+      <version>2.9.4-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 
      <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-core</artifactId>
-      <version>2.7.5-SNAPSHOT</version>
+      <version>2.7.4-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-core</artifactId>
       <classifier>tests</classifier>
-      <version>2.7.5-SNAPSHOT</version>
+      <version>2.7.4-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 

Modified: jena/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/pom.xml?rev=1400473&r1=1400472&r2=1400473&view=diff
==============================================================================
--- jena/trunk/pom.xml (original)
+++ jena/trunk/pom.xml Sat Oct 20 15:33:03 2012
@@ -23,7 +23,7 @@
   <artifactId>jena</artifactId>
   <packaging>pom</packaging>
   <url>http://jena.apache.org/</url>
-  <version>2.7.5-SNAPSHOT</version>
+  <version>2.7.4-SNAPSHOT</version>
 
   <!-- Needed for -Papache-release -->
   <parent>