Skip to content
This repository was archived by the owner on Mar 20, 2021. It is now read-only.

Commit e63598a

Browse files
committed
release cut 2.3.2
1 parent 1f7ad17 commit e63598a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/ant/common.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222

223223
<!-- this is hard coded to match the values in ${basedir}/jsf-tools/pom.xml -->
224224
<property name="jsf-tools.jar"
225-
value="${maven.repo.local}/com/sun/faces/build/jsf-tools/${snapshot.version}/jsf-tools-${snapshot.version}.jar" />
225+
value="${maven.repo.local}/com/sun/faces/build/jsf-tools/${impl.version.number}/jsf-tools-${impl.version.number}.jar" />
226226

227227
<!-- Test classpaths that are used in multiple places within the project -->
228228
<path id="junit.classpath">

jsf-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<modelVersion>4.0.0</modelVersion>
4949
<groupId>com.sun.faces.build</groupId>
5050
<artifactId>jsf-tools</artifactId>
51-
<version>2.3.2-SNAPSHOT</version>
51+
<version>2.3.2</version>
5252
<description>
5353
Java code executed at build time
5454
</description>

0 commit comments

Comments
 (0)