From: Vance K. <va...@us...> - 2007-01-17 04:30:25
|
User: vancek Date: 07/01/16 20:30:25 Modified: profiles pom.xml profiles/uml-1.4/seam pom.xml profiles/uml-1.4 pom.xml Log: reset seam profile back to org.andromda.profiles.uml14:andromda-profile-seam Revision Changes Path 1.2 +1 -1 plugins/profiles/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/profiles/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- pom.xml 7 Dec 2006 01:27:54 -0000 1.1 +++ pom.xml 17 Jan 2007 04:30:25 -0000 1.2 @@ -7,7 +7,7 @@ <artifactId>andromda-plugins</artifactId> <version>1.0-SNAPSHOT</version> </parent> - <groupId>org.andromda.plugins.profiles</groupId> + <groupId>org.andromda.profiles</groupId> <artifactId>andromda-plugins-profiles</artifactId> <packaging>pom</packaging> <name>AndroMDA Plugins Profiles</name> 1.3 +2 -2 plugins/profiles/uml-1.4/seam/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/profiles/uml-1.4/seam/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- pom.xml 19 Dec 2006 05:51:40 -0000 1.2 +++ pom.xml 17 Jan 2007 04:30:25 -0000 1.3 @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.andromda.plugins.profiles.uml14</groupId> + <groupId>org.andromda.profiles.uml14</groupId> <artifactId>andromda-plugins-profiles-uml14</artifactId> <version>1.0-SNAPSHOT</version> </parent> <packaging>xml.zip</packaging> - <artifactId>andromda-plugins-profile-seam</artifactId> + <artifactId>andromda-profile-seam</artifactId> <name>AndroMDA Plugins UML 1.4 Seam Profile</name> <version>1.1-SNAPSHOT</version> <description>Seam UML 1.4 profile which can be used with the AndroMDA Seam-EJB3 cartridges</description> 1.2 +2 -2 plugins/profiles/uml-1.4/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/profiles/uml-1.4/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- pom.xml 7 Dec 2006 01:27:54 -0000 1.1 +++ pom.xml 17 Jan 2007 04:30:25 -0000 1.2 @@ -3,11 +3,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.andromda.plugins.profiles</groupId> + <groupId>org.andromda.profiles</groupId> <artifactId>andromda-plugins-profiles</artifactId> <version>1.0-SNAPSHOT</version> </parent> - <groupId>org.andromda.plugins.profiles.uml14</groupId> + <groupId>org.andromda.profiles.uml14</groupId> <artifactId>andromda-plugins-profiles-uml14</artifactId> <name>AndroMDA Plugins UML 1.4 Profile</name> <packaging>pom</packaging> |