diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-11-19 07:46:03 -0600 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-11-19 08:14:00 -0600 |
commit | baa1bc31266e48b0b443ea3dc0eee996f51a0b03 (patch) | |
tree | 565824fc73d5c3f8e3e5daee91e1cca1f1c86033 /misc | |
parent | d41f81fa3da0a3e546e0e6a0258aa2f8892a5990 (diff) |
Version to 2.1.9
Casablanca
Issue-ID: AAF-634
Change-Id: I31f9fae6e6ae50dd84911b8f2edbeedbd20208b7
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/env/pom.xml | 2 | ||||
-rw-r--r-- | misc/log4j/pom.xml | 2 | ||||
-rw-r--r-- | misc/pom.xml | 2 | ||||
-rw-r--r-- | misc/rosetta/pom.xml | 2 | ||||
-rw-r--r-- | misc/xgen/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/misc/env/pom.xml b/misc/env/pom.xml index 0aa076cc..85bcdf94 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>miscparent</artifactId> - <version>2.1.8-SNAPSHOT</version> + <version>2.1.9-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index 53d54363..51073c01 100644 --- a/misc/log4j/pom.xml +++ b/misc/log4j/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>miscparent</artifactId> - <version>2.1.8-SNAPSHOT</version> + <version>2.1.9-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/misc/pom.xml b/misc/pom.xml index 3cf6b7cd..13f3aa7f 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>parent</artifactId> - <version>2.1.8-SNAPSHOT</version> + <version>2.1.9-SNAPSHOT</version> </parent> <artifactId>miscparent</artifactId> <name>AAF Misc Parent</name> diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index 28976b9f..acf7c3dc 100644 --- a/misc/rosetta/pom.xml +++ b/misc/rosetta/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>miscparent</artifactId> - <version>2.1.8-SNAPSHOT</version> + <version>2.1.9-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/misc/xgen/pom.xml b/misc/xgen/pom.xml index abd79396..355a7128 100644 --- a/misc/xgen/pom.xml +++ b/misc/xgen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>miscparent</artifactId> - <version>2.1.8-SNAPSHOT</version> + <version>2.1.9-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |