File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed 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 </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 '
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 '
1717ext. packaging = ' jar'
1818ext. inceptionYear = ' 2013'
1919ext. url = ' https://flowpowered.com'
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <!-- Project information -->
65 <name >Flow Commons</name >
76 <groupId >com.flowpowered</groupId >
87 <artifactId >flow-commons</artifactId >
9- <version >0. 1.0-SNAPSHOT </version >
8+ <version >1.0.0 </version >
109 <packaging >jar</packaging >
1110 <inceptionYear >2013</inceptionYear >
1211 <url >https://flowpowered.com</url >
You can’t perform that action at this time.
0 commit comments