summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/index.html2
-rw-r--r--pom.xml2
-rw-r--r--release2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index 1982643..3364dde 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -285,7 +285,7 @@ JCommander supports the @ syntax, which allows you to put all your options into
<p>
-<h3 class="sourcetitle">/tmp/parameters</h3>
+<div class="sourcetitle">/tmp/parameters</div>
<pre class="brush: bash">
-verbose
file1
diff --git a/pom.xml b/pom.xml
index 0c4cbee..c62054c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<artifactId>jcommander</artifactId>
<packaging>jar</packaging>
<name>JCommander</name>
- <version>1.2-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
<description>A Java framework to parse command line options with annotations.</description>
<url>http://beust.com/jcommander</url>
<licenses>
diff --git a/release b/release
index edfcf91..90c102a 100644
--- a/release
+++ b/release
@@ -3,4 +3,4 @@
#
# deploy without tagging: mvn deploy -DperformRelease
-release:clean release:prepare
+mvn release:clean release:prepare