You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/02/17 15:10:35 UTC

svn commit: r1569002 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/pom.xml

Author: lofwyr
Date: Mon Feb 17 14:10:35 2014
New Revision: 1569002

URL: http://svn.apache.org/r1569002
Log:
only using the CDI addressbook

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/pom.xml?rev=1569002&r1=1569001&r2=1569002&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/pom.xml Mon Feb 17 14:10:35 2014
@@ -22,7 +22,7 @@
     <artifactId>tobago-example</artifactId>
     <version>3.0.0-alpha-1-SNAPSHOT</version>
   </parent>
-  <artifactId>tobago-example-addressbook-cdi</artifactId>
+  <artifactId>tobago-example-addressbook</artifactId>
   <packaging>war</packaging>
   <name>Tobago Example Addressbook (Java EE 6)</name>
   <description>A simple, but full functional application with persistence.</description>
@@ -33,7 +33,7 @@
     <myfaces-extcdi.version>1.0.5</myfaces-extcdi.version>
   </properties>
   <build>
-    <finalName>tobago-example-addressbook-cdi</finalName>
+    <finalName>tobago-example-addressbook</finalName>
     <plugins>
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>