Skip to content

Commit 677bd27

Browse files
committed
[maven-release-plugin] copy for tag APPFUSE_2.0.1
1 parent 1c77803 commit 677bd27

File tree

26 files changed

+115
-115
lines changed

26 files changed

+115
-115
lines changed

archetypes/appfuse-basic-jsf/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@
2020
<parent>
2121
<groupId>org.appfuse</groupId>
2222
<artifactId>appfuse</artifactId>
23-
<version>2.0.1-SNAPSHOT</version>
23+
<version>2.0.1</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

2727
<groupId>org.appfuse.archetypes</groupId>
2828
<artifactId>appfuse-basic-jsf</artifactId>
2929
<name>AppFuse Basic Archetype - JSF</name>
30-
<version>2.0.1-SNAPSHOT</version>
30+
<version>2.0.1</version>
3131

3232
<description>
3333
Maven 2 archetype that creates a web application with AppFuse embedded in it.
3434
</description>
3535

3636
<scm>
37-
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-basic-jsf</connection>
38-
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-basic-jsf</developerConnection>
39-
<url>https://appfuse.dev.java.net/source/browse/appfuse/trunk/archetypes/appfuse-basic-jsf</url>
37+
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-basic-jsf</connection>
38+
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-basic-jsf</developerConnection>
39+
<url>https://appfuse.dev.java.net/source/browse/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-basic-jsf</url>
4040
</scm>
4141

4242
</project>

archetypes/appfuse-basic-spring/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
<parent>
66
<groupId>org.appfuse</groupId>
77
<artifactId>appfuse</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

1212
<groupId>org.appfuse.archetypes</groupId>
1313
<artifactId>appfuse-basic-spring</artifactId>
1414
<name>AppFuse Basic Archetype - Spring MVC</name>
15-
<version>2.0.1-SNAPSHOT</version>
15+
<version>2.0.1</version>
1616

1717
<description>
1818
Maven 2 archetype that creates a web application with AppFuse embedded in it.
1919
</description>
2020

2121
<scm>
22-
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-basic-spring</connection>
23-
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-basic-spring</developerConnection>
24-
<url>https://appfuse.dev.java.net/source/browse/appfuse/trunk/archetypes/appfuse-basic-spring</url>
22+
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-basic-spring</connection>
23+
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-basic-spring</developerConnection>
24+
<url>https://appfuse.dev.java.net/source/browse/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-basic-spring</url>
2525
</scm>
2626

2727
</project>

archetypes/appfuse-basic-struts/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
<parent>
66
<groupId>org.appfuse</groupId>
77
<artifactId>appfuse</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

1212
<groupId>org.appfuse.archetypes</groupId>
1313
<artifactId>appfuse-basic-struts</artifactId>
1414
<name>AppFuse Basic Archetype - Struts</name>
15-
<version>2.0.1-SNAPSHOT</version>
15+
<version>2.0.1</version>
1616

1717
<description>
1818
Maven 2 archetype that creates a web application with AppFuse embedded in it.
1919
</description>
2020

2121
<scm>
22-
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-basic-struts</connection>
23-
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-basic-struts</developerConnection>
24-
<url>https://appfuse.dev.java.net/source/browse/appfuse/trunk/archetypes/appfuse-basic-struts</url>
22+
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-basic-struts</connection>
23+
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-basic-struts</developerConnection>
24+
<url>https://appfuse.dev.java.net/source/browse/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-basic-struts</url>
2525
</scm>
2626

2727
</project>

archetypes/appfuse-basic-tapestry/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@
2020
<parent>
2121
<groupId>org.appfuse</groupId>
2222
<artifactId>appfuse</artifactId>
23-
<version>2.0.1-SNAPSHOT</version>
23+
<version>2.0.1</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

2727
<groupId>org.appfuse.archetypes</groupId>
2828
<artifactId>appfuse-basic-tapestry</artifactId>
2929
<name>AppFuse Basic Archetype - Tapestry</name>
30-
<version>2.0.1-SNAPSHOT</version>
30+
<version>2.0.1</version>
3131

3232
<description>
3333
Maven 2 archetype that creates a web application with AppFuse embedded in it.
3434
</description>
3535

3636
<scm>
37-
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-basic-tapestry</connection>
38-
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-basic-tapestry</developerConnection>
39-
<url>https://appfuse.dev.java.net/source/browse/appfuse/trunk/archetypes/appfuse-basic-tapestry</url>
37+
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-basic-tapestry</connection>
38+
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-basic-tapestry</developerConnection>
39+
<url>https://appfuse.dev.java.net/source/browse/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-basic-tapestry</url>
4040
</scm>
4141

4242
</project>

archetypes/appfuse-core/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
<parent>
66
<groupId>org.appfuse</groupId>
77
<artifactId>appfuse</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

1212
<groupId>org.appfuse.archetypes</groupId>
1313
<artifactId>appfuse-core</artifactId>
1414
<name>AppFuse Core Archetype</name>
15-
<version>2.0.1-SNAPSHOT</version>
15+
<version>2.0.1</version>
1616

1717
<description>
1818
Maven 2 archetype that creates a backend (Managers, DAOs and Web Services)
1919
application with AppFuse embedded in it.
2020
</description>
2121

2222
<scm>
23-
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-core</connection>
24-
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-core</developerConnection>
25-
<url>https://appfuse.dev.java.net/source/browse/appfuse/trunk/archetypes/appfuse-core</url>
23+
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-core</connection>
24+
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-core</developerConnection>
25+
<url>https://appfuse.dev.java.net/source/browse/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-core</url>
2626
</scm>
2727

2828
</project>

archetypes/appfuse-modular-jsf/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<groupId>org.appfuse</groupId>
77
<artifactId>appfuse</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

1212
<groupId>org.appfuse.archetypes</groupId>
1313
<artifactId>appfuse-modular-jsf</artifactId>
1414
<name>AppFuse Modular Archetype - JSF</name>
15-
<version>2.0.1-SNAPSHOT</version>
15+
<version>2.0.1</version>
1616

1717
<description>
1818
Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
@@ -21,9 +21,9 @@
2121
</description>
2222

2323
<scm>
24-
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-modular-jsf</connection>
25-
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-modular-jsf</developerConnection>
26-
<url>https://appfuse.dev.java.net/source/browse/appfuse/trunk/archetypes/appfuse-modular-jsf</url>
24+
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-modular-jsf</connection>
25+
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-modular-jsf</developerConnection>
26+
<url>https://appfuse.dev.java.net/source/browse/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-modular-jsf</url>
2727
</scm>
2828

2929
</project>

archetypes/appfuse-modular-spring/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<groupId>org.appfuse</groupId>
77
<artifactId>appfuse</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

1212
<groupId>org.appfuse.archetypes</groupId>
1313
<artifactId>appfuse-modular-spring</artifactId>
1414
<name>AppFuse Modular Archetype - Spring</name>
15-
<version>2.0.1-SNAPSHOT</version>
15+
<version>2.0.1</version>
1616

1717
<description>
1818
Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
@@ -21,9 +21,9 @@
2121
</description>
2222

2323
<scm>
24-
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-modular-spring</connection>
25-
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-modular-spring</developerConnection>
26-
<url>https://appfuse.dev.java.net/source/browse/appfuse/trunk/archetypes/appfuse-modular-spring</url>
24+
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-modular-spring</connection>
25+
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-modular-spring</developerConnection>
26+
<url>https://appfuse.dev.java.net/source/browse/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-modular-spring</url>
2727
</scm>
2828

2929
</project>

archetypes/appfuse-modular-struts/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<groupId>org.appfuse</groupId>
77
<artifactId>appfuse</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

1212
<groupId>org.appfuse.archetypes</groupId>
1313
<artifactId>appfuse-modular-struts</artifactId>
1414
<name>AppFuse Modular Archetype - Struts</name>
15-
<version>2.0.1-SNAPSHOT</version>
15+
<version>2.0.1</version>
1616

1717
<description>
1818
Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
@@ -21,9 +21,9 @@
2121
</description>
2222

2323
<scm>
24-
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-modular-struts</connection>
25-
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-modular-struts</developerConnection>
26-
<url>https://appfuse.dev.java.net/source/browse/appfuse/trunk/archetypes/appfuse-modular-struts</url>
24+
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-modular-struts</connection>
25+
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-modular-struts</developerConnection>
26+
<url>https://appfuse.dev.java.net/source/browse/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-modular-struts</url>
2727
</scm>
2828

2929
</project>

archetypes/appfuse-modular-tapestry/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<groupId>org.appfuse</groupId>
77
<artifactId>appfuse</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

1212
<groupId>org.appfuse.archetypes</groupId>
1313
<artifactId>appfuse-modular-tapestry</artifactId>
1414
<name>AppFuse Modular Archetype - Tapestry</name>
15-
<version>2.0.1-SNAPSHOT</version>
15+
<version>2.0.1</version>
1616

1717
<description>
1818
Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
@@ -21,9 +21,9 @@
2121
</description>
2222

2323
<scm>
24-
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-modular-tapestry</connection>
25-
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes/appfuse-modular-tapestry</developerConnection>
26-
<url>https://appfuse.dev.java.net/source/browse/appfuse/trunk/archetypes/appfuse-modular-tapestry</url>
24+
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-modular-tapestry</connection>
25+
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-modular-tapestry</developerConnection>
26+
<url>https://appfuse.dev.java.net/source/browse/appfuse/tags/APPFUSE_2.0.1/archetypes/appfuse-modular-tapestry</url>
2727
</scm>
2828

2929
</project>

archetypes/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.appfuse</groupId>
77
<artifactId>appfuse</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
</parent>
1010

1111
<groupId>org.appfuse</groupId>
1212
<artifactId>appfuse-archetypes</artifactId>
13-
<version>2.0.1-SNAPSHOT</version>
13+
<version>2.0.1</version>
1414
<packaging>pom</packaging>
1515
<name>AppFuse Archetype Modules</name>
1616

@@ -19,9 +19,9 @@
1919
</description>
2020

2121
<scm>
22-
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes</connection>
23-
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/archetypes</developerConnection>
24-
<url>https://appfuse.dev.java.net/source/browse/appfuse/trunk/archetypes</url>
22+
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes</connection>
23+
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/archetypes</developerConnection>
24+
<url>https://appfuse.dev.java.net/source/browse/appfuse/tags/APPFUSE_2.0.1/archetypes</url>
2525
</scm>
2626

2727
<modules>

data/common/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.appfuse</groupId>
2323
<artifactId>appfuse-data</artifactId>
24-
<version>2.0.1-SNAPSHOT</version>
24+
<version>2.0.1</version>
2525
</parent>
2626

2727
<artifactId>appfuse-data-common</artifactId>
@@ -34,9 +34,9 @@
3434
</description>
3535

3636
<scm>
37-
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/data/common</connection>
38-
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/data/common</developerConnection>
39-
<url>https://appfuse.dev.java.net/source/browse/appfuse/trunk/data/common</url>
37+
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/data/common</connection>
38+
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/data/common</developerConnection>
39+
<url>https://appfuse.dev.java.net/source/browse/appfuse/tags/APPFUSE_2.0.1/data/common</url>
4040
</scm>
4141

4242
<dependencies>

data/hibernate/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.appfuse</groupId>
2323
<artifactId>appfuse-data</artifactId>
24-
<version>2.0.1-SNAPSHOT</version>
24+
<version>2.0.1</version>
2525
</parent>
2626

2727
<artifactId>appfuse-hibernate</artifactId>
@@ -33,9 +33,9 @@
3333
</description>
3434

3535
<scm>
36-
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/data/hibernate</connection>
37-
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/data/hibernate</developerConnection>
38-
<url>https://appfuse.dev.java.net/source/browse/appfuse/trunk/data/hibernate</url>
36+
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/data/hibernate</connection>
37+
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/data/hibernate</developerConnection>
38+
<url>https://appfuse.dev.java.net/source/browse/appfuse/tags/APPFUSE_2.0.1/data/hibernate</url>
3939
</scm>
4040

4141
<build>

data/ibatis/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.appfuse</groupId>
2525
<artifactId>appfuse-data</artifactId>
26-
<version>2.0.1-SNAPSHOT</version>
26+
<version>2.0.1</version>
2727
</parent>
2828

2929
<artifactId>appfuse-ibatis</artifactId>
@@ -35,9 +35,9 @@
3535
</description>
3636

3737
<scm>
38-
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/data/ibatis</connection>
39-
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/data/ibatis</developerConnection>
40-
<url>https://appfuse.dev.java.net/source/browse/appfuse/trunk/data/ibatis</url>
38+
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/data/ibatis</connection>
39+
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/data/ibatis</developerConnection>
40+
<url>https://appfuse.dev.java.net/source/browse/appfuse/tags/APPFUSE_2.0.1/data/ibatis</url>
4141
</scm>
4242

4343
<build>

data/jpa/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.appfuse</groupId>
77
<artifactId>appfuse-data</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
</parent>
1010

1111
<artifactId>appfuse-jpa</artifactId>
@@ -17,9 +17,9 @@
1717
</description>
1818

1919
<scm>
20-
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/data/hibernate</connection>
21-
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/trunk/data/hibernate</developerConnection>
22-
<url>https://appfuse.dev.java.net/source/browse/appfuse/trunk/data/hibernate</url>
20+
<connection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/data/hibernate</connection>
21+
<developerConnection>scm:svn:https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/data/hibernate</developerConnection>
22+
<url>https://appfuse.dev.java.net/source/browse/appfuse/tags/APPFUSE_2.0.1/data/hibernate</url>
2323
</scm>
2424

2525
<build>

0 commit comments

Comments
 (0)