diff options
Diffstat (limited to 'champ-lib')
-rw-r--r-- | champ-lib/champ-core/pom.xml | 2 | ||||
-rw-r--r-- | champ-lib/champ-janus/pom.xml | 6 | ||||
-rw-r--r-- | champ-lib/champ-titan/pom.xml | 6 | ||||
-rw-r--r-- | champ-lib/pom.xml | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index 459a1f3..d528a0f 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <parent> <groupId>org.onap.aai</groupId> <artifactId>champ-lib</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>champ-core</artifactId> diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index b316c27..1a6f7d6 100644 --- a/champ-lib/champ-janus/pom.xml +++ b/champ-lib/champ-janus/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <parent> <groupId>org.onap.aai</groupId> <artifactId>champ-lib</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>champ-janus</artifactId> @@ -46,13 +46,13 @@ limitations under the License. <dependency> <groupId>org.onap.aai</groupId> <artifactId>champ-core</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.onap.aai</groupId> <artifactId>champ-core</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index 05d862c..35b0ecd 100644 --- a/champ-lib/champ-titan/pom.xml +++ b/champ-lib/champ-titan/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <parent> <artifactId>champ-lib</artifactId> <groupId>org.onap.aai</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>champ-titan</artifactId> @@ -45,13 +45,13 @@ limitations under the License. <dependency> <groupId>org.onap.aai</groupId> <artifactId>champ-core</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.onap.aai</groupId> <artifactId>champ-core</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index d69f971..c325c9f 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai</groupId> <artifactId>champ</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>champ-lib</artifactId> |