You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2010/11/05 16:11:51 UTC

svn commit: r1031617 - /incubator/isis/trunk/release/pom.xml

Author: danhaywood
Date: Fri Nov  5 15:11:50 2010
New Revision: 1031617

URL: http://svn.apache.org/viewvc?rev=1031617&view=rev
Log:
fixes to release\pom.xml

Modified:
    incubator/isis/trunk/release/pom.xml

Modified: incubator/isis/trunk/release/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/release/pom.xml?rev=1031617&r1=1031616&r2=1031617&view=diff
==============================================================================
--- incubator/isis/trunk/release/pom.xml (original)
+++ incubator/isis/trunk/release/pom.xml Fri Nov  5 15:11:50 2010
@@ -11,7 +11,10 @@
         <version>7</version>
     </parent>
 
+    <groupId>org.apache.isis</groupId>
     <artifactId>release</artifactId>
+    <version>0.1-SNAPSHOT</version>
+    
     <name>Apache Isis Release</name>
 
     <description>
@@ -275,12 +278,12 @@
             <dependency>
                 <groupId>org.apache.isis.alternatives.progmodel</groupId>
                 <artifactId>wrapper-applib</artifactId>
-                <version>${isis.alternatives-progmodel-headless.version}</version>
+                <version>${isis.alternatives-progmodel-wrapper.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.alternatives.progmodel</groupId>
                 <artifactId>wrapper-embedded</artifactId>
-                <version>${isis.alternatives-progmodel-headless.version}</version>
+                <version>${isis.alternatives-progmodel-wrapper.version}</version>
             </dependency>
 
             <!-- alternatives: progmodel: groovy -->