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 2011/10/11 10:26:26 UTC

svn commit: r1181656 - /incubator/jena/Jena2/TDB/trunk/pom.xml

Author: andy
Date: Tue Oct 11 08:26:26 2011
New Revision: 1181656

URL: http://svn.apache.org/viewvc?rev=1181656&view=rev
Log:
Artifact name is tdb when built off-Apache.

Modified:
    incubator/jena/Jena2/TDB/trunk/pom.xml

Modified: incubator/jena/Jena2/TDB/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/TDB/trunk/pom.xml?rev=1181656&r1=1181655&r2=1181656&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/pom.xml (original)
+++ incubator/jena/Jena2/TDB/trunk/pom.xml Tue Oct 11 08:26:26 2011
@@ -7,9 +7,9 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>com.hp.hpl.jena</groupId>
-  <artifactId>tx-tdb</artifactId>
+  <artifactId>tdb</artifactId>
   <packaging>jar</packaging>
-  <name>TxTDB</name>
+  <name>TDB</name>
   <version>0.9.0-SNAPSHOT</version>
 
   <description>TDB is a storage subsystem for Jena and ARQ</description>