Skip to content

Commit

Permalink
Update version to 1.0.0-SNAPSHOT for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukespragg committed Dec 16, 2014
1 parent 794b874 commit 7964829
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you're using [Maven](https://maven.apache.org/download.html) to manage projec
<dependency>
<groupId>com.flowpowered</groupId>
<artifactId>flow-commons</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>

If you're using [Gradle](https://www.gradle.org/) to manage project dependencies, simply include the following in your `build.gradle` file:
Expand All @@ -65,7 +65,7 @@ If you're using [Gradle](https://www.gradle.org/) to manage project dependencies
mavenCentral()
}
dependencies {
compile 'com.flowpowered:flow-commons:0.1.0-SNAPSHOT'
compile 'com.flowpowered:flow-commons:1.0.0-SNAPSHOT'
}

If you plan on using snapshots and do not already have the snapshot repo in your repository list, you will need to add this as well:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'signing'
ext.projectName = 'Flow Commons'
group = 'com.flowpowered'
archivesBaseName = 'flow-commons'
version = '0.1.0-SNAPSHOT'
version = '1.0.0-SNAPSHOT'
ext.packaging = 'jar'
ext.inceptionYear = '2013'
ext.url = 'https://flowpowered.com'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>Flow Commons</name>
<groupId>com.flowpowered</groupId>
<artifactId>flow-commons</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<inceptionYear>2013</inceptionYear>
<url>https://flowpowered.com</url>
Expand Down

0 comments on commit 7964829

Please sign in to comment.