Skip to content

Commit c6a05e1

Browse files
author
Travis
committed
Release version 1.0.0 [ci skip]
2 parents 794b874 + 7964829 commit c6a05e1

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
@@ -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

6262
If 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

7171
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 Commons'
1414
group = 'com.flowpowered'
1515
archivesBaseName = 'flow-commons'
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 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>

0 commit comments

Comments
 (0)