You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by an...@apache.org on 2012/01/24 11:16:17 UTC

svn commit: r1235196 - /abdera/abdera2/examples/pom.xml

Author: antelder
Date: Tue Jan 24 10:16:17 2012
New Revision: 1235196

URL: http://svn.apache.org/viewvc?rev=1235196&view=rev
Log:
Update examples artifact and name to use v2 naming

Modified:
    abdera/abdera2/examples/pom.xml

Modified: abdera/abdera2/examples/pom.xml
URL: http://svn.apache.org/viewvc/abdera/abdera2/examples/pom.xml?rev=1235196&r1=1235195&r2=1235196&view=diff
==============================================================================
--- abdera/abdera2/examples/pom.xml (original)
+++ abdera/abdera2/examples/pom.xml Tue Jan 24 10:16:17 2012
@@ -5,9 +5,9 @@
     <version>2.0-SNAPSHOT</version>  
   </parent>  
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>abdera-examples</artifactId>
+  <artifactId>abdera2-examples</artifactId>
   <packaging>jar</packaging>
-  <name>Abdera Examples</name>
+  <name>Abdera2 Examples</name>
   <version>2.0-SNAPSHOT</version>  
   <description>Atom Specification Implementation Examples</description>