Author: dbaeli
Date: 2009-11-16 23:43:50 -0500 (Mon, 16 Nov 2009)
New Revision: 619
Modified:
portal/trunk/packaging/pkg/pom.xml
Log:
GTNPORTAL-256: Replace the exopackage structure with maven tooling
* rollback usage of embedded exopackage until mvn install in packaging/ performs
correctely the goals included in exopackage
Modified: portal/trunk/packaging/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/pkg/pom.xml 2009-11-17 04:42:52 UTC (rev 618)
+++ portal/trunk/packaging/pkg/pom.xml 2009-11-17 04:43:50 UTC (rev 619)
@@ -34,10 +34,10 @@
<dependencies>
<dependency>
- <groupId>org.exoplatform.portal</groupId>
+ <groupId>org.exoplatform.tool</groupId>
<artifactId>exopackage</artifactId>
<type>zip</type>
- <version>3.0.0-CR01-SNAPSHOT</version>
+ <version>1.1.0-Beta05</version>
</dependency>
<dependency>
@@ -104,7 +104,7 @@
<overWriteSnapshots>true</overWriteSnapshots>
<artifactItems>
<artifactItem>
- <groupId>org.exoplatform.portal</groupId>
+ <groupId>org.exoplatform.tool</groupId>
<artifactId>exopackage</artifactId>
<type>zip</type>
<outputDirectory>target/exopackage</outputDirectory>
Show replies by date