Merge pull request #12 from rjenkinsjr/dev
Include README.md changes in release
This commit is contained in:
@@ -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"
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user