Skip to content

Commit

Permalink
Minor OCD changes to readme and pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Spragg committed Aug 13, 2014
1 parent 136cc59 commit 52f1b66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ If you're using [Gradle](http://www.gradle.org/) to manage project dependencies,
compile 'com.flowpowered:flow-cerealization:0.1.0-SNAPSHOT'
}


If you'd prefer to manually import the latest .jar file, you can get it [here](https://github.com/flow/flow-cerealization/releases).

## Documentation
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
<repositories>
<repository>
<id>sonatype-nexus-releases</id>
<url>https://oss.sonatype.org/content/repositories/releases/</url>
<url>https://oss.sonatype.org/content/repositories/releases</url>
</repository>
<repository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
Expand All @@ -99,11 +99,11 @@
<pluginRepositories>
<pluginRepository>
<id>sonatype-nexus-releases</id>
<url>https://oss.sonatype.org/content/repositories/releases/</url>
<url>https://oss.sonatype.org/content/repositories/releases</url>
</pluginRepository>
<pluginRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
Expand Down

0 comments on commit 52f1b66

Please sign in to comment.