You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/06/03 11:27:53 UTC

svn commit: r1130958 - /commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml

Author: simonetripodi
Date: Fri Jun  3 09:27:53 2011
New Revision: 1130958

URL: http://svn.apache.org/viewvc?rev=1130958&view=rev
Log:
fixed artifactId

Modified:
    commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml

Modified: commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml?rev=1130958&r1=1130957&r2=1130958&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml (original)
+++ commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml Fri Jun  3 09:27:53 2011
@@ -24,7 +24,7 @@
     <relativePath>../../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>commons-digester3-samples-edsl</artifactId>
+  <artifactId>commons-digester3-samples-edsl-atom</artifactId>
   <packaging>jar</packaging>
   <name>Apache Commons Digester :: Examples :: EDSL :: Atom</name>
   <build>