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 18, 2021
1 parent 9ed6e6e commit e1a2a59
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions release/tools/caj.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -22,7 +22,7 @@
<import file="../../bin/xml/ts.common.props.xml"/>

<property name="deliverable.version" value="2.0"/>
<property name="deliverable.tck.version" value="2.0.0"/>
<property name="deliverable.tck.version" value="2.0.1"/>

<target name="init">
<mkdir dir="${deliverable.bundle.dir}/bin"/>
Expand Down
4 changes: 2 additions & 2 deletions release/tools/concurrency.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -22,7 +22,7 @@
<import file="../../bin/xml/ts.common.props.xml"/>

<property name="deliverable.version" value="2.0"/>
<property name="deliverable.tck.version" value="2.0.0"/>
<property name="deliverable.tck.version" value="2.0.1"/>

<target name="init">
<mkdir dir="${deliverable.bundle.dir}/bin"/>
Expand Down
4 changes: 2 additions & 2 deletions release/tools/connector.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -22,7 +22,7 @@
<import file="../../bin/xml/ts.common.props.xml"/>

<property name="deliverable.version" value="2.0"/>
<property name="deliverable.tck.version" value="2.0.0"/>
<property name="deliverable.tck.version" value="2.0.1"/>

<ts.taskdef name="getportingclasses"
classname="com.sun.ant.taskdefs.common.GetPortingClasses"/>
Expand Down
4 changes: 2 additions & 2 deletions release/tools/el.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates and others.
Copyright (c) 2018, 2021 Oracle and/or its affiliates and others.
All rights reserved.
This program and the accompanying materials are made available under the
Expand All @@ -23,7 +23,7 @@
<import file="../../bin/xml/ts.common.props.xml"/>

<property name="deliverable.version" value="4.0"/>
<property name="deliverable.tck.version" value="4.0.0"/>
<property name="deliverable.tck.version" value="4.0.1"/>

<target name="init">
<mkdir dir="${deliverable.bundle.dir}/bin"/>
Expand Down
4 changes: 2 additions & 2 deletions release/tools/jacc.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -18,7 +18,7 @@

<project name="JACC" basedir="." default="build">
<property name="deliverable.version" value="2.0"/>
<property name="deliverable.tck.version" value="2.0.0"/>
<property name="deliverable.tck.version" value="2.0.1"/>

<!-- IMPORTS -->
<import file="../../bin/xml/ts.common.props.xml"/>
Expand Down
4 changes: 2 additions & 2 deletions release/tools/jaxrs.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -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.0"/>
<property name="deliverable.tck.version" value="3.0.1"/>

<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
4 changes: 2 additions & 2 deletions release/tools/jaxws.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -22,7 +22,7 @@
<import file="../../bin/xml/ts.common.props.xml"/>

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

<target name="init">
<mkdir dir="${deliverable.bundle.dir}/bin"/>
Expand Down
4 changes: 2 additions & 2 deletions release/tools/jms.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -23,7 +23,7 @@
<!-- import file="./tck-internal-default.xml"/ -->

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

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

<target name="init">
<mkdir dir="${deliverable.bundle.dir}/bin"/>
Expand Down
4 changes: 2 additions & 2 deletions release/tools/jsf.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -22,7 +22,7 @@
<import file="../../bin/xml/ts.common.props.xml"/>

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


<target name="init">
Expand Down
4 changes: 2 additions & 2 deletions release/tools/jsonb.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -22,7 +22,7 @@
<import file="../../bin/xml/ts.common.props.xml"/>

<property name="deliverable.version" value="2.0"/>
<property name="deliverable.tck.version" value="2.0.0"/>
<property name="deliverable.tck.version" value="2.0.1"/>
<property name="exclude.source.folder" value="com/sun/ts/tests/jsonb/cdi/**"/>

<condition property="exclude.classes" value="">
Expand Down
4 changes: 2 additions & 2 deletions release/tools/jsonp.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -22,7 +22,7 @@
<import file="../../bin/xml/ts.common.props.xml"/>

<property name="deliverable.version" value="2.0"/>
<property name="deliverable.tck.version" value="2.0.0"/>
<property name="deliverable.tck.version" value="2.0.1"/>

<target name="init">
<mkdir dir="${deliverable.bundle.dir}/bin"/>
Expand Down
4 changes: 2 additions & 2 deletions release/tools/jsp.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -22,7 +22,7 @@
<import file="../../bin/xml/ts.common.props.xml"/>

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


<target name="init">
Expand Down
4 changes: 2 additions & 2 deletions release/tools/jstl.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -22,7 +22,7 @@
<import file="../../bin/xml/ts.common.props.xml" />

<property name="deliverable.version" value="2.0" />
<property name="deliverable.tck.version" value="2.0.0" />
<property name="deliverable.tck.version" value="2.0.1" />


<target name="init">
Expand Down
4 changes: 2 additions & 2 deletions release/tools/jta.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -22,7 +22,7 @@
<import file="../../bin/xml/ts.common.props.xml"/>

<property name="deliverable.version" value="2.0"/>
<property name="deliverable.tck.version" value="2.0.0"/>
<property name="deliverable.tck.version" value="2.0.1"/>


<target name="init">
Expand Down
4 changes: 2 additions & 2 deletions release/tools/saaj.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -22,7 +22,7 @@
<import file="../../bin/xml/ts.common.props.xml"/>

<property name="deliverable.version" value="2.0"/>
<property name="deliverable.tck.version" value="2.0.0"/>
<property name="deliverable.tck.version" value="2.0.1"/>

<target name="init">
<mkdir dir="${deliverable.bundle.dir}/bin"/>
Expand Down
4 changes: 2 additions & 2 deletions release/tools/securityapi.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -22,7 +22,7 @@
<import file="../../bin/xml/ts.common.props.xml"/>

<property name="deliverable.version" value="2.0"/>
<property name="deliverable.tck.version" value="2.0.0"/>
<property name="deliverable.tck.version" value="2.0.1"/>


<target name="init">
Expand Down
4 changes: 2 additions & 2 deletions release/tools/servlet.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -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.0"/>
<property name="deliverable.tck.version" value="5.0.1"/>

<target name="init">
<mkdir dir="${deliverable.bundle.dir}/bin"/>
Expand Down
4 changes: 2 additions & 2 deletions release/tools/websocket.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates and others.
Copyright (c) 2018, 2021 Oracle and/or its affiliates and others.
All rights reserved.
This program and the accompanying materials are made available under the
Expand All @@ -23,7 +23,7 @@
<import file="../../bin/xml/ts.common.props.xml"/>

<property name="deliverable.version" value="2.0"/>
<property name="deliverable.tck.version" value="2.0.0"/>
<property name="deliverable.tck.version" value="2.0.1"/>

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

Expand Down

0 comments on commit e1a2a59

Please sign in to comment.