diff options
author | sg481n <sg481n@att.com> | 2017-08-10 17:50:54 -0400 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-08-10 17:50:54 -0400 |
commit | dcf76988526af8e15181a29987383af2e1d64156 (patch) | |
tree | fbe5716244125b277f98f6539a07db95ef8bdf44 | |
parent | c548cc96e7cf048894686a12dce8d77111378317 (diff) |
Update AAF Version 1.0.0
Change-Id: I113b95c520291f08ba387533be28bd4942d666f1
Signed-off-by: sg481n <sg481n@att.com>
-rw-r--r-- | authz-batch/pom.xml | 2 | ||||
-rw-r--r-- | authz-cass/pom.xml | 2 | ||||
-rw-r--r-- | authz-certman/pom.xml | 2 | ||||
-rw-r--r-- | authz-cmd/aafcli.sh | 2 | ||||
-rw-r--r-- | authz-cmd/pom.xml | 2 | ||||
-rw-r--r-- | authz-core/pom.xml | 2 | ||||
-rw-r--r-- | authz-defOrg/pom.xml | 2 | ||||
-rw-r--r-- | authz-fs/pom.xml | 2 | ||||
-rw-r--r-- | authz-gui/pom.xml | 2 | ||||
-rw-r--r-- | authz-gw/pom.xml | 2 | ||||
-rw-r--r-- | authz-service/pom.xml | 2 | ||||
-rw-r--r-- | authz-test/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 6 |
13 files changed, 15 insertions, 15 deletions
diff --git a/authz-batch/pom.xml b/authz-batch/pom.xml index 8c1347eb..c023f124 100644 --- a/authz-batch/pom.xml +++ b/authz-batch/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>com.att.authz</groupId> <artifactId>parent</artifactId> - <version>2.0.15</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/authz-cass/pom.xml b/authz-cass/pom.xml index baea96ac..8d75c99b 100644 --- a/authz-cass/pom.xml +++ b/authz-cass/pom.xml @@ -27,7 +27,7 @@ <parent>
<groupId>com.att.authz</groupId>
<artifactId>parent</artifactId>
- <version>2.0.15</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/authz-certman/pom.xml b/authz-certman/pom.xml index 91b5dae4..6ac986b0 100644 --- a/authz-certman/pom.xml +++ b/authz-certman/pom.xml @@ -27,7 +27,7 @@ <parent>
<groupId>com.att.authz</groupId>
<artifactId>parent</artifactId>
- <version>2.0.15</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/authz-cmd/aafcli.sh b/authz-cmd/aafcli.sh index 89e9a4ea..6eeddbb2 100644 --- a/authz-cmd/aafcli.sh +++ b/authz-cmd/aafcli.sh @@ -1,6 +1,6 @@ DIR=`pwd` DME2REG=$DIR/../dme2reg -CLASSPATH=etc:target/authz-cmd-2.0.15-jar-with-dependencies.jar +CLASSPATH=etc:target/authz-cmd-1.0.0-SNAPSHOT-jar-with-dependencies.jar java -cp $CLASSPATH \ -Dcadi_prop_files=../authz-service/src/main/sample/authAPI.props \ diff --git a/authz-cmd/pom.xml b/authz-cmd/pom.xml index 94a6c59d..5c913be8 100644 --- a/authz-cmd/pom.xml +++ b/authz-cmd/pom.xml @@ -27,7 +27,7 @@ <parent>
<groupId>com.att.authz</groupId>
<artifactId>parent</artifactId>
- <version>2.0.15</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/authz-core/pom.xml b/authz-core/pom.xml index 10a47f2b..ad79b299 100644 --- a/authz-core/pom.xml +++ b/authz-core/pom.xml @@ -27,7 +27,7 @@ <parent>
<groupId>com.att.authz</groupId>
<artifactId>parent</artifactId>
- <version>2.0.15</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/authz-defOrg/pom.xml b/authz-defOrg/pom.xml index abd5d41f..e4456571 100644 --- a/authz-defOrg/pom.xml +++ b/authz-defOrg/pom.xml @@ -27,7 +27,7 @@ <parent>
<groupId>com.att.authz</groupId>
<artifactId>parent</artifactId>
- <version>2.0.15</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/authz-fs/pom.xml b/authz-fs/pom.xml index d4ae5032..17fc4cf0 100644 --- a/authz-fs/pom.xml +++ b/authz-fs/pom.xml @@ -27,7 +27,7 @@ <parent>
<groupId>com.att.authz</groupId>
<artifactId>parent</artifactId>
- <version>2.0.15</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/authz-gui/pom.xml b/authz-gui/pom.xml index 44faae59..b0d3626b 100644 --- a/authz-gui/pom.xml +++ b/authz-gui/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>com.att.authz</groupId> <artifactId>parent</artifactId> - <version>2.0.15</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/authz-gw/pom.xml b/authz-gw/pom.xml index 29564b53..04636a73 100644 --- a/authz-gw/pom.xml +++ b/authz-gw/pom.xml @@ -27,7 +27,7 @@ <parent>
<groupId>com.att.authz</groupId>
<artifactId>parent</artifactId>
- <version>2.0.15</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/authz-service/pom.xml b/authz-service/pom.xml index 6abe62d3..405d4f63 100644 --- a/authz-service/pom.xml +++ b/authz-service/pom.xml @@ -27,7 +27,7 @@ <parent>
<groupId>com.att.authz</groupId>
<artifactId>parent</artifactId>
- <version>2.0.15</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/authz-test/pom.xml b/authz-test/pom.xml index 6affb597..d9431096 100644 --- a/authz-test/pom.xml +++ b/authz-test/pom.xml @@ -27,7 +27,7 @@ <parent>
<groupId>com.att.authz</groupId>
<artifactId>parent</artifactId>
- <version>2.0.15</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -27,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.att.authz</groupId> <artifactId>parent</artifactId> - <version>2.0.15</version> + <version>1.0.0-SNAPSHOT</version> <name>Authz Parent (pom)</name> <packaging>pom</packaging> <url>https://github.com/att/AAF</url> @@ -54,8 +54,8 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <skipTests>false</skipTests> <project.interfaceVersion>2.6</project.interfaceVersion> - <project.innoVersion>1.2.13</project.innoVersion> - <project.cadiVersion>1.3.2</project.cadiVersion> + <project.innoVersion>1.0.0-SNAPSHOT</project.innoVersion> + <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion> <project.dme2Version>3.1.200</project.dme2Version> <!-- version> 2.8.8</version --> <!-- version> 2.8.5.8</version --> |