Skip to content

Commit

Permalink
update CTS version to 8.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Marlow <smarlow@redhat.com>
  • Loading branch information
scottmarlow committed Dec 2, 2019
1 parent 3457ef2 commit 9f9c84d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release/tools/jakartaee-tech-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- <property name="test.areas" value="samples"/> -->

<property name="deliverable.version" value="8.0"/>
<property name="deliverable.tck.version" value="8.0.1"/>
<property name="deliverable.tck.version" value="8.0.2"/>

<target name="init">
<mkdir dir="${deliverable.bundle.dir}/bin"/>
Expand Down
2 changes: 1 addition & 1 deletion release/tools/jakartaee.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<property name="sjsas.internal.compat" value="NULL"/>
<property name="cts.internal.comment" value=""/>
<property name="deliverable.version" value="8.0"/>
<property name="deliverable.tck.version" value="8.0.1"/>
<property name="deliverable.tck.version" value="8.0.2"/>

<property name="the.excludes" value="**/internal/**/*,
**/jaxr/api/javax_xml_registry/Connection_asynch/**/*,
Expand Down
2 changes: 1 addition & 1 deletion release/tools/jsonb.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.1"/>
<property name="deliverable.tck.version" value="1.0.2"/>
<property name="exclude.source.folder" value="com/sun/ts/tests/jsonb/cdi/**"/>

<condition property="exclude.classes" value="">
Expand Down

0 comments on commit 9f9c84d

Please sign in to comment.