Skip to content

Commit

Permalink
Pump version
Browse files Browse the repository at this point in the history
  • Loading branch information
abashev committed Feb 13, 2013
1 parent 38236dd commit cfa5978
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.intridea.io</groupId>
<artifactId>vfs-s3</artifactId>
<packaging>jar</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<name>vfs-s3</name>

Expand Down Expand Up @@ -75,17 +75,30 @@
<skipTests>true</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

<scm>
<connection>${scm.connection}</connection>
<developerConnection>${scm.connection}</developerConnection>
</scm>
<distributionManagement>
<repository>
<id>bintray-abashev-vfs-s3-vfs-s3</id>
<name>abashev-vfs-s3-vfs-s3</name>
<url>https://api.bintray.com/maven/abashev/vfs-s3/vfs-s3/</url>
</repository>
</distributionManagement>

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

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

0 comments on commit cfa5978

Please sign in to comment.