diff options
-rw-r--r-- | env/pom.xml | 2 | ||||
-rw-r--r-- | log4j/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | rosetta/pom.xml | 2 | ||||
-rw-r--r-- | xgen/pom.xml | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/env/pom.xml b/env/pom.xml index 2a99965..ffde8bc 100644 --- a/env/pom.xml +++ b/env/pom.xml @@ -25,7 +25,7 @@ <parent>
<groupId>com.att.inno</groupId>
<artifactId>parent</artifactId>
- <version>1.2.13</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/log4j/pom.xml b/log4j/pom.xml index fca6593..5a4a53e 100644 --- a/log4j/pom.xml +++ b/log4j/pom.xml @@ -25,7 +25,7 @@ <parent>
<groupId>com.att.inno</groupId>
<artifactId>parent</artifactId>
- <version>1.2.13</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -27,7 +27,7 @@ <groupId>com.att.inno</groupId> <artifactId>parent</artifactId> <name>Parent POM for JG Innovation</name> - <version>1.2.13</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <url>https://github.com/att/AAF</url> <description>INNO</description> @@ -49,7 +49,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.cadiVersion>1.3.2</project.cadiVersion> + <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion> </properties> <dependencies> diff --git a/rosetta/pom.xml b/rosetta/pom.xml index 5463aa8..177f780 100644 --- a/rosetta/pom.xml +++ b/rosetta/pom.xml @@ -25,7 +25,7 @@ <parent>
<groupId>com.att.inno</groupId>
<artifactId>parent</artifactId>
- <version>1.2.13</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/xgen/pom.xml b/xgen/pom.xml index ab97c6d..d489a8d 100644 --- a/xgen/pom.xml +++ b/xgen/pom.xml @@ -25,7 +25,7 @@ <parent>
<groupId>com.att.inno</groupId>
<artifactId>parent</artifactId>
- <version>1.2.13</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
|