diff options
-rw-r--r-- | checkstyle/pom.xml | 2 | ||||
-rw-r--r-- | integration/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | resources/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 72052618..acc94c6d 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>5.0.2-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</version> </parent> <artifactId>checkstyle</artifactId> <name>checkstyle</name> diff --git a/integration/pom.xml b/integration/pom.xml index 3f881423..f48b7d0f 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>5.0.2-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>5.0.2-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index 87e51ef5..35f07ee7 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>5.0.2-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</version> </parent> <artifactId>policy-parent-resources</artifactId> diff --git a/version.properties b/version.properties index 443752c3..28e55175 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=5 -minor=0 -patch=2 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} |