Skip to content

Commit

Permalink
Revert "bumping version to 0.3.4"
Browse files Browse the repository at this point in the history
This reverts commit 5ac354d.
  • Loading branch information
jtnelson committed Mar 25, 2014
1 parent 09dd14c commit 34dbd9d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.4
0.3.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Concourse runs on Java 1.7.

### Versioning

This is version 0.3.4 of Concourse.
This is version 0.3.3 of Concourse.

Concourse will be maintained under the [Semantic Versioning](http://semver.org)
guidelines such that release versions will be formatted as `<major>.<minor>.<patch>`
Expand Down
4 changes: 2 additions & 2 deletions concourse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ The concourse jar is available at [Maven Central](http://search.maven.org/#searc
}

dependencies {
compile 'org.cinchapi:concourse:0.3.4+'
compile 'org.cinchapi:concourse:0.3.3+'
}

If you prefer to use another dependency manager like Maven or Ivy, then use the following project information when declaring the dependency:

GroupId: org.cinchapi
ArtifactId: concourse
Version: 0.3.4+
Version: 0.3.3+

Alternatively, you can [download](http://cinchapi.org/concourse/download-api) the latest jar and manually add it to your project's classpath.

Expand Down
2 changes: 1 addition & 1 deletion concourse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ uploadArchives {
authentication(userName: sonatypeUsername, password: sonatypePassword)
}

pom.version = '0.3.4'
pom.version = '0.3.3'

pom.project {
name 'Concourse'
Expand Down

0 comments on commit 34dbd9d

Please sign in to comment.