Skip to content

Commit

Permalink
Switched to V1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trajano committed Jun 20, 2011
1 parent 67bc09a commit f491027
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.trajano</groupId>
<artifactId>berkeleydb-httpcachestorage</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<name>BerkeleyDB HttpCacheStorage </name>
<description>A BerkeleyDB backed HttpCacheStorage to be used with CachingHttpClient of HttpClient project.</description>
<inceptionYear>2011</inceptionYear>
Expand Down Expand Up @@ -37,6 +37,15 @@
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<connection>scm:git:git://github.com/trajano/berkeleydb-httpcachestorage.git</connection>
<developerConnection>scm:git:git@github.com:trajano/berkeleydb-httpcachestorage.git</developerConnection>
<url>https://github.com/trajano/berkeleydb-httpcachestorage</url>
</scm>
<organization>
<name>trajano.net</name>
<url>http://www.trajano.net/</url>
</organization>
<repositories>
<repository>
<id>oracleReleases</id>
Expand Down

0 comments on commit f491027

Please sign in to comment.