Repository: struts-annotations Updated Branches: refs/heads/master 1457e57f5 -> 93fed50b5
Sets proper SCM Project: http://git-wip-us.apache.org/repos/asf/struts-annotations/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-annotations/commit/352c1f4e Tree: http://git-wip-us.apache.org/repos/asf/struts-annotations/tree/352c1f4e Diff: http://git-wip-us.apache.org/repos/asf/struts-annotations/diff/352c1f4e Branch: refs/heads/master Commit: 352c1f4eb5682280015d373580836b604355fb64 Parents: 1457e57 Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Tue Sep 29 08:53:33 2015 +0200 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Tue Sep 29 08:53:33 2015 +0200 ---------------------------------------------------------------------- pom.xml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-annotations/blob/352c1f4e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5c4c424..f357198 100644 --- a/pom.xml +++ b/pom.xml @@ -18,16 +18,25 @@ </description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts-annotations</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts-annotations</developerConnection> - <url>http://svn.apache.org/viewvc/struts/maven/trunk/struts-annotations</url> + <connection>scm:git:git://git.apache.org/struts-annotations.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts-annotations.git</developerConnection> + <url>http://git.apache.org/struts-annotations.git</url> + <tag>HEAD</tag> </scm> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.5</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> <configuration> @@ -36,12 +45,6 @@ <compilerArgument>-proc:none</compilerArgument> </configuration> </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/struts/maven/tags</tagBase> - </configuration> - </plugin> </plugins> </build> @@ -73,4 +76,5 @@ <version>2.3.11</version> </dependency> </dependencies> + </project>