We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098c984 commit 20b25dfCopy full SHA for 20b25df
pom.xml
@@ -44,7 +44,7 @@
44
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
45
<maven.compiler.target>1.7</maven.compiler.target>
46
<maven.compiler.source>1.7</maven.compiler.source>
47
- <changelog-lib>1.82</changelog-lib>
+ <changelog-lib>1.83</changelog-lib>
48
<fmt>2.5.1</fmt>
49
</properties>
50
release.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+mvn versions:update-properties
3
+mvn release:prepare release:perform -B || exit 1
4
+./build.sh
5
+git commit -a --amend --no-edit
6
+git push -f
0 commit comments