Skip to content

Commit 0f55ba7

Browse files
author
Bauke Scholtz
committed
Prepare for 2.0 release.
1 parent ec6f88b commit 0f55ba7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<!-- Properties -->
1212

13-
<property name="version" value="2.0-SNAPSHOT" />
13+
<property name="version" value="2.0" />
1414
<property name="artifactId" value="vdldoc" />
1515

1616
<tstamp>
@@ -20,7 +20,7 @@
2020
<format property="TODAY" pattern="yyyy-MM-dd HH:mm:ss" />
2121
</tstamp>
2222

23-
<condition property="VERSION" value="${version}-${DATE_SHORT}">
23+
<condition property="VERSION" value="${version}">
2424
<isset property="maven" />
2525
</condition>
2626
<property name="VERSION" value="${version}" />

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>vdldoc</artifactId>
99
<packaging>jar</packaging>
1010
<name>Vdldoc</name>
11-
<version>2.0-SNAPSHOT</version>
11+
<version>2.0</version>
1212
<description>Facelets .taglib.xml documentation generator</description>
1313
<url>http://vdldoc.omnifaces.org</url>
1414
<organization>

0 commit comments

Comments
 (0)