File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
151149 </profile >
152150 </profiles >
153151
154- </project >
152+ </project >
You can’t perform that action at this time.
0 commit comments