Skip to content

Commit 7964829

Browse files
committed
Update version to 1.0.0-SNAPSHOT for release
1 parent 794b874 commit 7964829

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you're using [Maven](https://maven.apache.org/download.html) to manage projec
5656
<dependency>
5757
<groupId>com.flowpowered</groupId>
5858
<artifactId>flow-commons</artifactId>
59-
<version>0.1.0-SNAPSHOT</version>
59+
<version>1.0.0-SNAPSHOT</version>
6060
</dependency>
6161

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

7171
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:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'signing'
1313
ext.projectName = 'Flow Commons'
1414
group = 'com.flowpowered'
1515
archivesBaseName = 'flow-commons'
16-
version = '0.1.0-SNAPSHOT'
16+
version = '1.0.0-SNAPSHOT'
1717
ext.packaging = 'jar'
1818
ext.inceptionYear = '2013'
1919
ext.url = 'https://flowpowered.com'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>Flow Commons</name>
77
<groupId>com.flowpowered</groupId>
88
<artifactId>flow-commons</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>1.0.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111
<inceptionYear>2013</inceptionYear>
1212
<url>https://flowpowered.com</url>

0 commit comments

Comments
 (0)