diff options
author | sg481n <sg481n@att.com> | 2017-08-10 17:52:09 -0400 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-08-10 17:52:09 -0400 |
commit | a623b7658783e9a66f6131821de9447d58951cfe (patch) | |
tree | b5af3df1962cc34c2e1442621c902b66b785c1b6 | |
parent | be977ba3cfefdc1576f92994e282119cc6d4fd96 (diff) |
Update AAF Version 1.0.0
Change-Id: I8d12cf2e495a7cee9f59d45e04c5623dedb50bc8
Signed-off-by: sg481n <sg481n@att.com>
-rw-r--r-- | aaf/pom.xml | 2 | ||||
-rw-r--r-- | cass/pom.xml | 2 | ||||
-rw-r--r-- | client/pom.xml | 2 | ||||
-rw-r--r-- | core/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/aaf/pom.xml b/aaf/pom.xml index 5803cb9..ca4f30a 100644 --- a/aaf/pom.xml +++ b/aaf/pom.xml @@ -24,7 +24,7 @@ <parent>
<groupId>com.att.cadi</groupId>
<artifactId>parent</artifactId>
- <version>1.3.2</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/cass/pom.xml b/cass/pom.xml index a20d8e5..4e07ae8 100644 --- a/cass/pom.xml +++ b/cass/pom.xml @@ -24,7 +24,7 @@ <parent>
<groupId>com.att.cadi</groupId>
<artifactId>parent</artifactId>
- <version>1.3.2</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/client/pom.xml b/client/pom.xml index bb04333..1b0d6e3 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -24,7 +24,7 @@ <parent>
<groupId>com.att.cadi</groupId>
<artifactId>parent</artifactId>
- <version>1.3.2</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/core/pom.xml b/core/pom.xml index a42cc80..3cfdeb1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -25,7 +25,7 @@ <groupId>com.att.cadi</groupId>
<artifactId>parent</artifactId>
<relativePath>..</relativePath>
- <version>1.3.2</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -26,7 +26,7 @@ <groupId>com.att.cadi</groupId> <artifactId>parent</artifactId> <name>CADI Parent POM (Code, Access, Data, Identity)</name> - <version>1.3.2</version> + <version>1.0.0-SNAPSHOT</version> <inceptionYear>2015-07-20</inceptionYear> <packaging>pom</packaging> <url>https://github.com/att/AAF</url> @@ -48,7 +48,7 @@ <properties> <skipSigning>true</skipSigning> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.innoVersion>1.2.13</project.innoVersion> + <project.innoVersion>1.0.0-SNAPSHOT</project.innoVersion> <project.authClientVersion>2.6</project.authClientVersion> <project.dme2Version>3.1.200</project.dme2Version> <!-- version>2.8.5.8</version --> |