Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Clean up POM a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Jun 7, 2012
1 parent c5963fe commit e648056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>com.codahale</groupId> <groupId>com.codahale</groupId>
<artifactId>jerkson_2.9.1</artifactId> <artifactId>jerkson_2.9.1</artifactId>
<version>0.6.0-SNAPSHOT</version> <version>0.6.0-SNAPSHOT</version>
<name>Jerkson for Scala ${scala.version}</name> <name>Jerkson for Scala</name>


<properties> <properties>
<scala.version>2.9.1</scala.version> <scala.version>2.9.1</scala.version>
Expand Down Expand Up @@ -198,7 +198,7 @@
<extension> <extension>
<groupId>org.apache.maven.wagon</groupId> <groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId> <artifactId>wagon-ssh</artifactId>
<version>1.0-beta-7</version> <version>2.2</version>
</extension> </extension>
</extensions> </extensions>
</build> </build>
Expand Down

0 comments on commit e648056

Please sign in to comment.