0

Merge pull request #12 from rjenkinsjr/dev

Include README.md changes in release
This commit is contained in:
Ronald Jack Jenkins Jr
2017-07-30 23:12:31 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ git config --global user.name "Ronald Jack Jenkins Jr."
POM_VERSION=$(cat .version | xargs)
git add pom.xml
git add pom.xml README.md
git commit -m "Committing release $POM_VERSION"
git tag "$POM_VERSION"

View File

@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>info.ronjenkins</groupId>
<artifactId>slf4bukkit</artifactId>
<version>0.1.5-SNAPSHOT</version>
<version>0.1.6-SNAPSHOT</version>
<name>SLF4Bukkit</name>
<description>${project.name} is an SLF4J binding that uses Bukkit's plugin logging system.</description>
<url>http://rjenkinsjr.github.io/slf4bukkit</url>