Skip to content

Commit d4765f0

Browse files
author
Howard Lewis Ship
committed
Roll version number forward to 5.0.6-SNAPSHOT.
Fix a few dependency scope problems uncoverred by Maven 2.0.7. git-svn-id: https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk@552116 13f79535-47bb-0310-9956-ffa450edef68
1 parent e50314e commit d4765f0

File tree

10 files changed

+11
-29
lines changed

10 files changed

+11
-29
lines changed

quickstart/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<parent>
99
<groupId>org.apache.tapestry</groupId>
1010
<artifactId>tapestry-project</artifactId>
11-
<version>5.0.5</version>
12-
<relativePath>../tapestry-project/pom.xml</relativePath>
11+
<version>5.0.6-SNAPSHOT</version>
1312
</parent>
1413
<name>Tapestry 5 Quickstart Archetype</name>
1514
<inceptionYear>2007</inceptionYear>

tapestry-component-report/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<parent>
1212
<groupId>org.apache.tapestry</groupId>
1313
<artifactId>tapestry-project</artifactId>
14-
<version>5.0.5</version>
15-
<relativePath>../tapestry-project/pom.xml</relativePath>
14+
<version>5.0.6-SNAPSHOT</version>
1615
</parent>
1716

1817
<inceptionYear>2007</inceptionYear>

tapestry-core/pom.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<parent>
99
<groupId>org.apache.tapestry</groupId>
1010
<artifactId>tapestry-project</artifactId>
11-
<version>5.0.5</version>
12-
<relativePath>../tapestry-project/pom.xml</relativePath>
11+
<version>5.0.6-SNAPSHOT</version>
1312
</parent>
1413
<name>Tapestry Core Library</name>
1514
<inceptionYear>2006</inceptionYear>
@@ -27,10 +26,6 @@
2726
</dependency>
2827
<!-- This should be a transitive dependency from tapestry-ioc, but for some reason,
2928
it needs to be explicitly listed. -->
30-
<dependency>
31-
<groupId>commons-logging</groupId>
32-
<artifactId>commons-logging</artifactId>
33-
</dependency>
3429
<dependency>
3530
<groupId>commons-codec</groupId>
3631
<artifactId>commons-codec</artifactId>

tapestry-hibernate/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
<parent>
1111
<groupId>org.apache.tapestry</groupId>
1212
<artifactId>tapestry-project</artifactId>
13-
<version>5.0.5</version>
14-
<relativePath>../tapestry-project/pom.xml</relativePath>
13+
<version>5.0.6-SNAPSHOT</version>
1514
</parent>
1615
<inceptionYear>2007</inceptionYear>
1716

tapestry-ioc/pom.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
<parent>
1010
<groupId>org.apache.tapestry</groupId>
1111
<artifactId>tapestry-project</artifactId>
12-
<version>5.0.5</version>
13-
<relativePath>../tapestry-project/pom.xml</relativePath>
12+
<version>5.0.6-SNAPSHOT</version>
1413
</parent>
1514
<name>Tapestry Inversion of Control Container</name>
1615
<inceptionYear>2006</inceptionYear>
@@ -19,8 +18,6 @@
1918
<dependency>
2019
<groupId>jboss</groupId>
2120
<artifactId>javassist</artifactId>
22-
<!-- Override parent pom -->
23-
<scope>compile</scope>
2421
</dependency>
2522
<dependency>
2623
<groupId>commons-logging</groupId>

tapestry-project/pom.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.apache.tapestry</groupId>
66
<artifactId>tapestry-project</artifactId>
77
<packaging>pom</packaging>
8-
<version>5.0.5</version>
8+
<version>5.0.6-SNAPSHOT</version>
99
<name>Tapestry 5 Project</name>
1010
<inceptionYear>2006</inceptionYear>
1111
<url>http://tapestry.apache.org/tapestry5/</url>
@@ -113,7 +113,6 @@
113113
<groupId>jboss</groupId>
114114
<artifactId>javassist</artifactId>
115115
<version>3.4.ga</version>
116-
<scope>runtime</scope>
117116
</dependency>
118117
<dependency>
119118
<groupId>commons-logging</groupId>
@@ -133,13 +132,11 @@
133132
<groupId>org.apache.tapestry</groupId>
134133
<artifactId>tapestry-ioc</artifactId>
135134
<version>${project.version}</version>
136-
<scope>compile</scope>
137135
</dependency>
138136
<dependency>
139137
<groupId>org.apache.tapestry</groupId>
140138
<artifactId>tapestry-core</artifactId>
141139
<version>${project.version}</version>
142-
<scope>compile</scope>
143140
</dependency>
144141
<dependency>
145142
<groupId>org.apache.tapestry</groupId>

tapestry-spring/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<parent>
1212
<groupId>org.apache.tapestry</groupId>
1313
<artifactId>tapestry-project</artifactId>
14-
<version>5.0.5</version>
15-
<relativePath>../tapestry-project/pom.xml</relativePath>
14+
<version>5.0.6-SNAPSHOT</version>
1615
</parent>
1716

1817
<dependencies>

tapestry-test/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<parent>
1212
<groupId>org.apache.tapestry</groupId>
1313
<artifactId>tapestry-project</artifactId>
14-
<version>5.0.5</version>
15-
<relativePath>../tapestry-project/pom.xml</relativePath>
14+
<version>5.0.6-SNAPSHOT</version>
1615
</parent>
1716

1817
<dependencies>

tapestry-tutorial1/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.tapestry</groupId>
2222
<artifactId>tapestry-project</artifactId>
23-
<version>5.0.5</version>
24-
<relativePath>../tapestry-project/pom.xml</relativePath>
23+
<version>5.0.6-SNAPSHOT</version>
2524
</parent>
2625

2726
<dependencies>
@@ -112,7 +111,7 @@
112111
</reporting>
113112

114113
<properties>
115-
<tapestry-release-version>5.0.5-SNAPSHOT</tapestry-release-version>
114+
<tapestry-release-version>5.0.6-SNAPSHOT</tapestry-release-version>
116115
</properties>
117116

118117
</project>

tapestry-upload/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<parent>
1212
<groupId>org.apache.tapestry</groupId>
1313
<artifactId>tapestry-project</artifactId>
14-
<version>5.0.5</version>
15-
<relativePath>../tapestry-project/pom.xml</relativePath>
14+
<version>5.0.6-SNAPSHOT</version>
1615
</parent>
1716
<inceptionYear>2007</inceptionYear>
1817

0 commit comments

Comments
 (0)