diff options
author | 2025-03-12 13:34:39 +0000 | |
---|---|---|
committer | 2025-03-12 14:03:39 +0000 | |
commit | b078d7f4faaad55ba7b2cacebddb6035714415f5 (patch) | |
tree | 8eb374602b6129b833fa04be3933b5f1f0876043 /pom.xml | |
parent | 63b2581bb56f9381c8f14a1cfebe11db4aea6923 (diff) |
update references in policy/clamp pom
updated references in the policy/clamp pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5314
Change-Id: I8d5e7b7a0d4a4a162f4fe6ab04ded9183d2c7ba9
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -13,6 +13,8 @@ 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. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> <project @@ -23,7 +25,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.1.1-SNAPSHOT</version> + <version>5.1.1</version> <relativePath /> </parent> <groupId>org.onap.policy.clamp</groupId> @@ -50,8 +52,8 @@ o policy-clamp-participant-impl-kserve: A standard participant for Kserve </description> <properties> - <policy.common.version>3.1.1-SNAPSHOT</policy.common.version> - <policy.models.version>4.1.1-SNAPSHOT</policy.models.version> + <policy.common.version>3.1.1</policy.common.version> + <policy.models.version>4.1.1</policy.models.version> </properties> <modules> <module>common</module> |