Skip to content

Commit 35dab39

Browse files
author
Travis
committed
Release version 1.0.0 [ci skip]
2 parents 61e2bea + bee6009 commit 35dab39

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you're using [Maven](https://maven.apache.org/download.html) to manage projec
3939
<dependency>
4040
<groupId>com.flowpowered</groupId>
4141
<artifactId>flow-noise</artifactId>
42-
<version>0.1.0-SNAPSHOT</version>
42+
<version>1.0.0</version>
4343
</dependency>
4444

4545
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
4848
mavenCentral()
4949
}
5050
dependencies {
51-
compile 'com.flowpowered:flow-noise:0.1.0-SNAPSHOT'
51+
compile 'com.flowpowered:flow-noise:1.0.0'
5252
}
5353

5454
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 Noise'
1414
group = 'com.flowpowered'
1515
archivesBaseName = 'flow-noise'
16-
version = '0.1.0-SNAPSHOT'
16+
version = '1.0.0'
1717
ext.packaging = 'jar'
1818
ext.inceptionYear = '2013'
1919
ext.url = 'https://flowpowered.com'

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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 Noise</name>
76
<groupId>com.flowpowered</groupId>
87
<artifactId>flow-noise</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>

0 commit comments

Comments
 (0)