Skip to content

Commit

Permalink
fixed maven 3 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 29, 2011
1 parent ce5a879 commit 7e143a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -51,7 +51,9 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
Expand All @@ -68,7 +70,6 @@

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

<scm.connection>scm:hg:git+ssh://git@github.com:abashev/vfs-s3.git</scm.connection>
<scm.connection>scm:hg:git+ssh://git@github.com:scoyo/vfs-s3.git</scm.connection>
</properties>
</project>

0 comments on commit 7e143a2

Please sign in to comment.