Skip to content

Commit

Permalink
removed SNAPSHOT from version
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoch committed Oct 8, 2013
1 parent 5277347 commit 48ac2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.couchbase</groupId>
<artifactId>elasticsearch-transport-couchbase</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<properties>
<elasticsearch.version>0.90.3</elasticsearch.version>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.couchbase</groupId>
<artifactId>couchbase-capi-server</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 48ac2e3

Please sign in to comment.