diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-10-01 21:18:42 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-10-01 21:18:49 -0500 |
commit | 12fbeae3e73331bdf9cdbd025d1f6ebe92b9ea98 (patch) | |
tree | aec0765fec5605cacee3eab4445f2dbfa68b2503 /misc | |
parent | 716a934340f4fb8eaf685960d2af850917a1557e (diff) |
Back to SNAPSHOT
Issue-ID: AAF-517
Change-Id: Idc88aed721d6e6c88ec0cee764bb19690058477c
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 a4614720..02b50558 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.2.beta1</version> + <version>2.1.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index 4f975b12..e30243d4 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.2.beta1</version> + <version>2.1.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/misc/pom.xml b/misc/pom.xml index ad71a9b3..daae2112 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.2.beta1</version> + <version>2.1.2-SNAPSHOT</version> </parent> <artifactId>miscparent</artifactId> <name>AAF Misc Parent</name> diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index 2c4d0cff..9a7862f6 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.2.beta1</version> + <version>2.1.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/misc/xgen/pom.xml b/misc/xgen/pom.xml index 39f7fece..5b4eb0b5 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.2.beta1</version> + <version>2.1.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |