aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index ba5b87888..504cb5988 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>