File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ If you're using [Maven](https://maven.apache.org/download.html) to manage projec
5151 <dependency>
5252 <groupId>com.flowpowered</groupId>
5353 <artifactId>flow-network</artifactId>
54- <version>1.0.0-SNAPSHOT </version>
54+ <version>1.0.0</version>
5555 </dependency>
5656
5757If you're using [ Gradle] ( https://www.gradle.org/ ) to manage project dependencies, simply include the following in your ` build.gradle ` file:
@@ -60,7 +60,7 @@ If you're using [Gradle](https://www.gradle.org/) to manage project dependencies
6060 mavenCentral()
6161 }
6262 dependencies {
63- compile 'com.flowpowered:flow-network:1.0.0-SNAPSHOT '
63+ compile 'com.flowpowered:flow-network:1.0.0'
6464 }
6565
6666If 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 Network'
1414group = ' com.flowpowered'
1515archivesBaseName = ' flow-network'
16- version = ' 1.0.0-SNAPSHOT '
16+ version = ' 1.0.0'
1717ext. packaging = ' jar'
1818ext. inceptionYear = ' 2013'
1919ext. url = ' https://flowpowered.com/network'
Original file line number Diff line number Diff line change 66 <name >Flow Network</name >
77 <groupId >com.flowpowered</groupId >
88 <artifactId >flow-network</artifactId >
9- <version >1.0.0-SNAPSHOT </version >
9+ <version >1.0.0</version >
1010 <packaging >jar</packaging >
1111 <inceptionYear >2013</inceptionYear >
1212 <url >https://flowpowered.com/network</url >
You can’t perform that action at this time.
0 commit comments