File tree 10 files changed +11
-29
lines changed
tapestry-component-report
10 files changed +11
-29
lines changed Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.apache.tapestry</groupId >
10
10
<artifactId >tapestry-project</artifactId >
11
- <version >5.0.5</version >
12
- <relativePath >../tapestry-project/pom.xml</relativePath >
11
+ <version >5.0.6-SNAPSHOT</version >
13
12
</parent >
14
13
<name >Tapestry 5 Quickstart Archetype</name >
15
14
<inceptionYear >2007</inceptionYear >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.apache.tapestry</groupId >
13
13
<artifactId >tapestry-project</artifactId >
14
- <version >5.0.5</version >
15
- <relativePath >../tapestry-project/pom.xml</relativePath >
14
+ <version >5.0.6-SNAPSHOT</version >
16
15
</parent >
17
16
18
17
<inceptionYear >2007</inceptionYear >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.apache.tapestry</groupId >
10
10
<artifactId >tapestry-project</artifactId >
11
- <version >5.0.5</version >
12
- <relativePath >../tapestry-project/pom.xml</relativePath >
11
+ <version >5.0.6-SNAPSHOT</version >
13
12
</parent >
14
13
<name >Tapestry Core Library</name >
15
14
<inceptionYear >2006</inceptionYear >
27
26
</dependency >
28
27
<!-- This should be a transitive dependency from tapestry-ioc, but for some reason,
29
28
it needs to be explicitly listed. -->
30
- <dependency >
31
- <groupId >commons-logging</groupId >
32
- <artifactId >commons-logging</artifactId >
33
- </dependency >
34
29
<dependency >
35
30
<groupId >commons-codec</groupId >
36
31
<artifactId >commons-codec</artifactId >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.apache.tapestry</groupId >
12
12
<artifactId >tapestry-project</artifactId >
13
- <version >5.0.5</version >
14
- <relativePath >../tapestry-project/pom.xml</relativePath >
13
+ <version >5.0.6-SNAPSHOT</version >
15
14
</parent >
16
15
<inceptionYear >2007</inceptionYear >
17
16
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >org.apache.tapestry</groupId >
11
11
<artifactId >tapestry-project</artifactId >
12
- <version >5.0.5</version >
13
- <relativePath >../tapestry-project/pom.xml</relativePath >
12
+ <version >5.0.6-SNAPSHOT</version >
14
13
</parent >
15
14
<name >Tapestry Inversion of Control Container</name >
16
15
<inceptionYear >2006</inceptionYear >
19
18
<dependency >
20
19
<groupId >jboss</groupId >
21
20
<artifactId >javassist</artifactId >
22
- <!-- Override parent pom -->
23
- <scope >compile</scope >
24
21
</dependency >
25
22
<dependency >
26
23
<groupId >commons-logging</groupId >
Original file line number Diff line number Diff line change 5
5
<groupId >org.apache.tapestry</groupId >
6
6
<artifactId >tapestry-project</artifactId >
7
7
<packaging >pom</packaging >
8
- <version >5.0.5 </version >
8
+ <version >5.0.6-SNAPSHOT </version >
9
9
<name >Tapestry 5 Project</name >
10
10
<inceptionYear >2006</inceptionYear >
11
11
<url >http://tapestry.apache.org/tapestry5/</url >
113
113
<groupId >jboss</groupId >
114
114
<artifactId >javassist</artifactId >
115
115
<version >3.4.ga</version >
116
- <scope >runtime</scope >
117
116
</dependency >
118
117
<dependency >
119
118
<groupId >commons-logging</groupId >
133
132
<groupId >org.apache.tapestry</groupId >
134
133
<artifactId >tapestry-ioc</artifactId >
135
134
<version >${project.version} </version >
136
- <scope >compile</scope >
137
135
</dependency >
138
136
<dependency >
139
137
<groupId >org.apache.tapestry</groupId >
140
138
<artifactId >tapestry-core</artifactId >
141
139
<version >${project.version} </version >
142
- <scope >compile</scope >
143
140
</dependency >
144
141
<dependency >
145
142
<groupId >org.apache.tapestry</groupId >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.apache.tapestry</groupId >
13
13
<artifactId >tapestry-project</artifactId >
14
- <version >5.0.5</version >
15
- <relativePath >../tapestry-project/pom.xml</relativePath >
14
+ <version >5.0.6-SNAPSHOT</version >
16
15
</parent >
17
16
18
17
<dependencies >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.apache.tapestry</groupId >
13
13
<artifactId >tapestry-project</artifactId >
14
- <version >5.0.5</version >
15
- <relativePath >../tapestry-project/pom.xml</relativePath >
14
+ <version >5.0.6-SNAPSHOT</version >
16
15
</parent >
17
16
18
17
<dependencies >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.apache.tapestry</groupId >
22
22
<artifactId >tapestry-project</artifactId >
23
- <version >5.0.5</version >
24
- <relativePath >../tapestry-project/pom.xml</relativePath >
23
+ <version >5.0.6-SNAPSHOT</version >
25
24
</parent >
26
25
27
26
<dependencies >
112
111
</reporting >
113
112
114
113
<properties >
115
- <tapestry-release-version >5.0.5 -SNAPSHOT</tapestry-release-version >
114
+ <tapestry-release-version >5.0.6 -SNAPSHOT</tapestry-release-version >
116
115
</properties >
117
116
118
117
</project >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.apache.tapestry</groupId >
13
13
<artifactId >tapestry-project</artifactId >
14
- <version >5.0.5</version >
15
- <relativePath >../tapestry-project/pom.xml</relativePath >
14
+ <version >5.0.6-SNAPSHOT</version >
16
15
</parent >
17
16
<inceptionYear >2007</inceptionYear >
18
17
You can’t perform that action at this time.
0 commit comments