File tree 1 file changed +10
-20
lines changed
1 file changed +10
-20
lines changed Original file line number Diff line number Diff line change 1
- <project >
1
+ <project xmlns = " http://maven.apache.org/POM/4.0.0 " xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
2
2
<parent >
3
3
<artifactId >plexus-components</artifactId >
4
4
<groupId >org.codehaus.plexus</groupId >
5
- <version >1.1.8 </version >
5
+ <version >1.1.12 </version >
6
6
</parent >
7
7
<modelVersion >4.0.0</modelVersion >
8
8
<artifactId >plexus-i18n</artifactId >
9
9
<name >Plexus I18N Component</name >
10
- <version >1.0-beta-7-SNAPSHOT </version >
10
+ <version >1.0-beta-7</version >
11
11
<dependencies >
12
12
<dependency >
13
13
<groupId >org.codehaus.plexus</groupId >
14
14
<artifactId >plexus-utils</artifactId >
15
- <version >1.3 </version >
15
+ <version >1.4.1 </version >
16
16
</dependency >
17
17
</dependencies >
18
- <build >
19
- <plugins >
20
- <plugin >
21
- <groupId >org.codehaus.plexus</groupId >
22
- <artifactId >plexus-maven-plugin</artifactId >
23
- <version >1.1</version >
24
- <executions >
25
- <execution >
26
- <goals >
27
- <goal >descriptor</goal >
28
- </goals >
29
- </execution >
30
- </executions >
31
- </plugin >
32
- </plugins >
33
- </build >
18
+
19
+ <scm >
20
+ <connection >scm:svn:http://svn.codehaus.org/plexus/plexus-components/tags/plexus-i18n-1.0-beta-7</connection >
21
+ <developerConnection >scm:svn:https://svn.codehaus.org/plexus/plexus-components/tags/plexus-i18n-1.0-beta-7</developerConnection >
22
+ <url >http://fisheye.codehaus.org/browse/plexus/plexus-components/tags/plexus-i18n-1.0-beta-7</url >
23
+ </scm >
34
24
</project >
You can’t perform that action at this time.
0 commit comments