Skip to content

Commit

Permalink
version update for connector,jacc,jaspic,securityapi,websocket tcks w…
Browse files Browse the repository at this point in the history
…ith new certificates.

Signed-off-by: gurunandan <[email protected]>
  • Loading branch information
gurunrao authored and scottmarlow committed Jan 9, 2020
1 parent c0b6a09 commit 71a443a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion release/tools/connector.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="1.7"/>
<property name="deliverable.tck.version" value="1.7.0"/>
<property name="deliverable.tck.version" value="1.7.1"/>

<ts.taskdef name="getportingclasses"
classname="com.sun.ant.taskdefs.common.GetPortingClasses"/>
Expand Down
2 changes: 1 addition & 1 deletion release/tools/jacc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<project name="JACC" basedir="." default="build">
<property name="deliverable.version" value="1.5"/>
<property name="deliverable.tck.version" value="1.5.0"/>
<property name="deliverable.tck.version" value="1.5.1"/>

<!-- IMPORTS -->
<import file="../../bin/xml/ts.common.props.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion release/tools/jaspic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
classname="com.sun.ant.taskdefs.common.GetPortingClasses"/>

<property name="deliverable.version" value="1.1"/>
<property name="deliverable.tck.version" value="1.1.0"/>
<property name="deliverable.tck.version" value="1.1.1"/>

<target name="init">
<mkdir dir="${deliverable.bundle.dir}/bin"/>
Expand Down
2 changes: 1 addition & 1 deletion release/tools/securityapi.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="1.0"/>
<property name="deliverable.tck.version" value="1.0.0"/>
<property name="deliverable.tck.version" value="1.0.1"/>


<target name="init">
Expand Down
2 changes: 1 addition & 1 deletion release/tools/websocket.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="1.1"/>
<property name="deliverable.tck.version" value="1.1.0"/>
<property name="deliverable.tck.version" value="1.1.1"/>

<property name="platform.folder" value="com/sun/ts/tests/websocket/platform/**"/>

Expand Down

0 comments on commit 71a443a

Please sign in to comment.