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 @@ -39,7 +39,7 @@ If you're using [Maven](https://maven.apache.org/download.html) to manage projec
39
39
<dependency>
40
40
<groupId>com.flowpowered</groupId>
41
41
<artifactId>flow-noise</artifactId>
42
- <version>0. 1.0-SNAPSHOT </version>
42
+ <version>1.0.0 </version>
43
43
</dependency>
44
44
45
45
If you're using [ Gradle] ( https://www.gradle.org/ ) to manage project dependencies, simply include the following in your ` build.gradle ` file:
@@ -48,7 +48,7 @@ If you're using [Gradle](https://www.gradle.org/) to manage project dependencies
48
48
mavenCentral()
49
49
}
50
50
dependencies {
51
- compile 'com.flowpowered:flow-noise:0. 1.0-SNAPSHOT '
51
+ compile 'com.flowpowered:flow-noise:1.0.0 '
52
52
}
53
53
54
54
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:
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply plugin: 'signing'
13
13
ext. projectName = ' Flow Noise'
14
14
group = ' com.flowpowered'
15
15
archivesBaseName = ' flow-noise'
16
- version = ' 0. 1.0-SNAPSHOT '
16
+ version = ' 1.0.0 '
17
17
ext. packaging = ' jar'
18
18
ext. inceptionYear = ' 2013'
19
19
ext. 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
5
4
<!-- Project information -->
6
5
<name >Flow Noise</name >
7
6
<groupId >com.flowpowered</groupId >
8
7
<artifactId >flow-noise</artifactId >
9
- <version >0. 1.0-SNAPSHOT </version >
8
+ <version >1.0.0 </version >
10
9
<packaging >jar</packaging >
11
10
<inceptionYear >2013</inceptionYear >
12
11
<url >https://flowpowered.com</url >
You can’t perform that action at this time.
0 commit comments