diff options
author | david.mcweeney <david.mcweeney@est.tech> | 2023-07-19 09:38:05 +0100 |
---|---|---|
committer | david.mcweeney <david.mcweeney@est.tech> | 2023-07-21 09:37:44 +0100 |
commit | 81e62601fe7c386f496c005b8c35d03bc8e8adb1 (patch) | |
tree | 1d1751438de5a1611d2e4f08d624e3eac8562e5d /version.properties | |
parent | 749b1c868b6da462fdfc24f02e0a56dadb7a266f (diff) |
[DMAAP-DR] Upgrade DataRouter to java 17
Change-Id: I82fb919be9abd9a3110dfdd96ee43576de069e76
Issue-ID: DMAAP-1895
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/version.properties b/version.properties index 7ec099f7..eaa9ae1a 100644 --- a/version.properties +++ b/version.properties @@ -5,16 +5,16 @@ # Copyright (C) 2017 AT&T Intellectual Property. All rights
# reserved.
# ================================================================================
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# 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============================================
# ===================================================================
@@ -27,7 +27,7 @@ major=2
minor=1
-patch=14
+patch=15
base_version=${major}.${minor}.${patch}
|