diff options
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> |