Skip to content

Commit

Permalink
updating the version as part of Jakarta EE 9.1 release.
Browse files Browse the repository at this point in the history
Signed-off-by: RohitKumarJain <rohit.ku.jain@oracle.com>
  • Loading branch information
RohitKumarJain committed Mar 19, 2021
1 parent cac8fb7 commit 4b04126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/tools/jaxrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<project name="JAXRS" basedir="." default="build">

<property name="deliverable.version" value="3.0"/>
<property name="deliverable.tck.version" value="3.0.1"/>
<property name="deliverable.tck.version" value="3.0.2"/>

<property name="platform.folder" value="com/sun/ts/tests/jaxrs/platform/**"/>
<property name="platform21.folder" value="com/sun/ts/tests/jaxrs/jaxrs21/platform/**"/>
Expand Down
2 changes: 1 addition & 1 deletion release/tools/servlet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<import file="../../bin/xml/ts.common.props.xml"/>

<property name="deliverable.version" value="5.0"/>
<property name="deliverable.tck.version" value="5.0.1"/>
<property name="deliverable.tck.version" value="5.0.2"/>

<target name="init">
<mkdir dir="${deliverable.bundle.dir}/bin"/>
Expand Down

0 comments on commit 4b04126

Please sign in to comment.