Skip to content

Commit

Permalink
updating pom for GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
subwiz committed Feb 12, 2014
1 parent a1c262d commit 3f0e0b4
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions pom.xml
Expand Up @@ -6,23 +6,23 @@
<packaging>jar</packaging>
<version>1.0.4-SNAPSHOT</version>
<name>java-simpledateformat-tester</name>
<url>http://www.wiztools.org</url>
<url>https://github.com/wiztools/java-simpledateformat-tester</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<scm>
<connection>scm:svn:http://wiztools.googlecode.com/svn/java-simpledateformat-tester/trunk/</connection>
<developerConnection>scm:svn:https://wiztools.googlecode.com/svn/java-simpledateformat-tester/trunk/</developerConnection>
<url>http://code.google.com/p/wiztools/source/browse/</url>
<connection>scm:git:https://github.com/wiztools/java-simpledateformat-tester.git</connection>
<developerConnection>scm:git:https://github.com/wiztools/java-simpledateformat-tester.git</developerConnection>
<url>https://github.com/wiztools/java-simpledateformat-tester</url>
</scm>

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
Expand All @@ -45,18 +45,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.3</version>
<version>2.6</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://wiztools.googlecode.com/svn/java-simpledateformat-tester/tags</tagBase>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down

0 comments on commit 3f0e0b4

Please sign in to comment.