Author: ate
Date: Thu May 1 12:56:51 2008
New Revision: 652636
URL: http://svn.apache.org/viewvc?rev=652636&view=rev
Log:
Fix groupId for j2-admin: it does belong to (and remains so)
org.apache.portals.jetspeed-2
Modified:
portals/jetspeed-2/applications/j2-admin/trunk/pom.xml
Modified: portals/jetspeed-2/applications/j2-admin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/pom.xml?rev=652636&r1=652635&r2=652636&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/pom.xml (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/pom.xml Thu May 1 12:56:51
2008
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
- $Id:$
+ $Id$
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -25,7 +25,7 @@
<prerequisites>
<maven>2.0.7</maven>
</prerequisites>
- <groupId>org.apache.portals.applications</groupId>
+ <groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>j2-admin</artifactId>
<packaging>war</packaging>
<version>2.2-SNAPSHOT</version>
@@ -163,7 +163,7 @@
<dependency>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>portals-gems</artifactId>
- <version>${jetspeed-2.version}</version>
+ <version>2.1.3</version>
</dependency>
<dependency>
<groupId>velocity</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]