diff options
-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 --> |