Skip to content

Commit c2551e4

Browse files
committed
[maven-release-plugin] copy for tag javacc-maven-plugin-2.3
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/tags/javacc-maven-plugin-2.3@6029 52ab4f32-60fc-0310-b215-8acea882cd1b
1 parent 8857e91 commit c2551e4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
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">
42

53
<parent>
64
<artifactId>mojo</artifactId>
@@ -11,7 +9,7 @@
119
<artifactId>javacc-maven-plugin</artifactId>
1210
<packaging>maven-plugin</packaging>
1311
<name>Maven 2 Javacc Plugin</name>
14-
<version>2.3-SNAPSHOT</version>
12+
<version>2.3</version>
1513
<description>Maven 2 Plugin for processing javacc files.</description>
1614
<url>http://mojo.codehaus.org/javacc-maven-plugin/</url>
1715
<inceptionYear>2005</inceptionYear>
@@ -30,9 +28,9 @@
3028
</issueManagement>
3129

3230
<scm>
33-
<connection>scm:svn:http://svn.codehaus.org/mojo/trunk/mojo/javacc-maven-plugin</connection>
34-
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/javacc-maven-plugin</developerConnection>
35-
<url>http://fisheye.codehaus.org/browse/mojo/trunk/mojo/javacc-maven-plugin</url>
31+
<connection>scm:svn:http://svn.codehaus.org/mojo/tags/javacc-maven-plugin-2.3</connection>
32+
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/javacc-maven-plugin-2.3</developerConnection>
33+
<url>http://fisheye.codehaus.org/browse/mojo/tags/javacc-maven-plugin-2.3</url>
3634
</scm>
3735

3836
<dependencies>
@@ -151,4 +149,4 @@
151149
</profile>
152150
</profiles>
153151

154-
</project>
152+
</project>

0 commit comments

Comments
 (0)