diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-05-02 11:07:07 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-05-02 11:07:19 -0500 |
commit | 1ab34043e05df3d35175a3a3f46e9e6acbb13dd8 (patch) | |
tree | 266495f03f4cea448dc8e09e159b9f733f65c0ff /misc | |
parent | ff3dc8e59295809dd61754cbf28ef6e0785dfff0 (diff) |
Version to 2.1.13
Issue-ID: AAF-785
Change-Id: I5e675b1ab0e25e89996c25da98412642800646dd
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 9ce65d45..f5bbeb7a 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.12-SNAPSHOT</version> + <version>2.1.13-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index 3fa3c12f..63e3f220 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.12-SNAPSHOT</version> + <version>2.1.13-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/misc/pom.xml b/misc/pom.xml index ac28d480..ed7c8987 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.12-SNAPSHOT</version> + <version>2.1.13-SNAPSHOT</version> </parent> <artifactId>miscparent</artifactId> <name>AAF Misc Parent</name> diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index 100f5082..e9bdd96d 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.12-SNAPSHOT</version> + <version>2.1.13-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/misc/xgen/pom.xml b/misc/xgen/pom.xml index a76ab631..0e7fbf9c 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.12-SNAPSHOT</version> + <version>2.1.13-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |