File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6262If 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
7171If 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:
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply plugin: 'signing'
1313ext. projectName = ' Flow Commons'
1414group = ' com.flowpowered'
1515archivesBaseName = ' flow-commons'
16- version = ' 0.1 .0-SNAPSHOT'
16+ version = ' 1.0 .0-SNAPSHOT'
1717ext. packaging = ' jar'
1818ext. inceptionYear = ' 2013'
1919ext. url = ' https://flowpowered.com'
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments