Skip to content

Commit

Permalink
Release version 1.0.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Dec 11, 2014
2 parents 140d405 + 249e6c5 commit 8012a5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you're using [Maven](https://maven.apache.org/download.html) to manage projec
<dependency>
<groupId>com.flowpowered</groupId>
<artifactId>flow-math</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

If you're using [Gradle](https://www.gradle.org/) to manage project dependencies, simply include the following in your `build.gradle` file:
Expand All @@ -50,7 +50,7 @@ If you're using [Gradle](https://www.gradle.org/) to manage project dependencies
mavenCentral()
}
dependencies {
compile 'com.flowpowered:flow-math:0.1.0-SNAPSHOT'
compile 'com.flowpowered:flow-math:1.0.0'
}

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:
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<!-- Project information -->
<name>Flow Math</name>
<groupId>com.flowpowered</groupId>
<artifactId>flow-math</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<inceptionYear>2013</inceptionYear>
<url>https://flowpowered.com</url>
Expand Down

0 comments on commit 8012a5f

Please sign in to comment.