Skip to content

Commit 157b38d

Browse files
author
jvanzyl
committed
[maven-release-plugin] prepare release plexus-i18n-1.0-beta-7
1 parent cce2aec commit 157b38d

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

pom.xml

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,24 @@
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">
22
<parent>
33
<artifactId>plexus-components</artifactId>
44
<groupId>org.codehaus.plexus</groupId>
5-
<version>1.1.8</version>
5+
<version>1.1.12</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>plexus-i18n</artifactId>
99
<name>Plexus I18N Component</name>
10-
<version>1.0-beta-7-SNAPSHOT</version>
10+
<version>1.0-beta-7</version>
1111
<dependencies>
1212
<dependency>
1313
<groupId>org.codehaus.plexus</groupId>
1414
<artifactId>plexus-utils</artifactId>
15-
<version>1.3</version>
15+
<version>1.4.1</version>
1616
</dependency>
1717
</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>
3424
</project>

0 commit comments

Comments
 (0)