diff options
Diffstat (limited to 'examples/examples-grpc')
-rw-r--r-- | examples/examples-grpc/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/examples-grpc/pom.xml b/examples/examples-grpc/pom.xml index 4113ab33f..9848bf41c 100644 --- a/examples/examples-grpc/pom.xml +++ b/examples/examples-grpc/pom.xml @@ -18,13 +18,13 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<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.policy.apex-pdp.examples</groupId> <artifactId>examples</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> </parent> <artifactId>examples-grpc</artifactId> <name>examples-grpc</name> @@ -126,4 +126,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |