diff options
author | Dan Timoney <dtimoney@att.com> | 2021-09-21 13:11:13 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-09-21 13:11:13 -0400 |
commit | 702c0fa6355436591e2a22d9390ecbbdade0ca6e (patch) | |
tree | d1661b98daef956ecb97a7693ab1a8d303882b8d /cds-ui/client/pom.xml | |
parent | 4921dbf41af1a51b306f2a52b155fa06ae2b9b42 (diff) |
Roll versions for Jakarta
Roll versions to set up for Jakarta release
Issue-ID: CCSDK-3470
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia341d92b79acd758cc9d16f24a83399d1a8a1c5b
Diffstat (limited to 'cds-ui/client/pom.xml')
-rw-r--r-- | cds-ui/client/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 29b799422..200f574dc 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -18,14 +18,13 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END============================================ --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |