Skip to content

Commit 38607b6

Browse files
committed
Various changes
1 parent 871d2f7 commit 38607b6

11 files changed

Lines changed: 12 additions & 12 deletions

File tree

archetypes/liberty-ejb32-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.wasdev.maven.tools</groupId>
5-
<artifactId>liberty-osgi-ejb31-archetype</artifactId>
5+
<artifactId>liberty-ejb32-archetype</artifactId>
66
<version>1.0</version>
77
<packaging>maven-archetype</packaging>
88

archetypes/liberty-osgi-ejb30-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.wasdev.maven.tools</groupId>
5-
<artifactId>liberty-osgi-ejb31-archetype</artifactId>
5+
<artifactId>liberty-osgi-ejb30-archetype</artifactId>
66
<version>1.0</version>
77
<packaging>maven-archetype</packaging>
88

archetypes/liberty-osgi-ejb30-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
6-
partial="false" name="WebSphere Liberty OSGi EJB31 Archetype">
6+
partial="false" name="WebSphere Liberty OSGi EJB30 Archetype">
77

88
</archetype-descriptor>

archetypes/liberty-osgi-web30-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.wasdev.maven.tools</groupId>
5-
<artifactId>liberty-osgi-ejb31-archetype</artifactId>
5+
<artifactId>liberty-osgi-web30-archetype</artifactId>
66
<version>1.0</version>
77
<packaging>maven-archetype</packaging>
88

archetypes/liberty-osgi-web31-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.wasdev.maven.tools</groupId>
5-
<artifactId>liberty-osgi-ejb31-archetype</artifactId>
5+
<artifactId>liberty-osgi-web31-archetype</artifactId>
66
<version>1.0</version>
77
<packaging>maven-archetype</packaging>
88

archetypes/liberty-osgi-web31-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
6-
partial="false" name="WebSphere Liberty OSGi EJB31 Archetype">
6+
partial="false" name="WebSphere Liberty OSGi WEB31 Archetype">
77

88
</archetype-descriptor>

archetypes/liberty-web30-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.wasdev.maven.tools</groupId>
5-
<artifactId>liberty-osgi-ejb31-archetype</artifactId>
5+
<artifactId>liberty-web30-archetype</artifactId>
66
<version>1.0</version>
77
<packaging>maven-archetype</packaging>
88

archetypes/liberty-web30-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
6-
partial="false" name="WebSphere Liberty OSGi EJB31 Archetype">
6+
partial="false" name="WebSphere Liberty WEB30 Archetype">
77

88
</archetype-descriptor>

archetypes/liberty-web31-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.wasdev.maven.tools</groupId>
5-
<artifactId>liberty-osgi-ejb31-archetype</artifactId>
5+
<artifactId>liberty-web31-archetype</artifactId>
66
<version>1.0</version>
77
<packaging>maven-archetype</packaging>
88

archetypes/liberty-web31-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
6-
partial="false" name="WebSphere Liberty OSGi EJB31 Archetype">
6+
partial="false" name="WebSphere Liberty WEB31 Archetype">
77

88
</archetype-descriptor>

0 commit comments

Comments
 (0)