diff options
author | Instrumental <jgonap@stl.gathman.org> | 2020-03-19 14:43:58 -0500 |
---|---|---|
committer | Instrumental <jgonap@stl.gathman.org> | 2020-03-19 16:15:45 -0500 |
commit | 083a7eb21620467ae1f7d5ba9341e12f75f9cc41 (patch) | |
tree | 879fac95d39059e52f6139dbebe64ddb784aa9c0 /auth | |
parent | bd83422565ec450d26bea2a3112ef6b5285d20ca (diff) |
minor 2.1.20 changes
Update versions to 2.1.20
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I1a8706d87f7aceffcc96980cebea6722d20cf11e
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth-batch/pom.xml | 2 | ||||
-rw-r--r-- | auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/Batch.java | 4 | ||||
-rw-r--r-- | auth/auth-cass/cass_init/cmd.sh | 2 | ||||
-rw-r--r-- | auth/auth-cass/pom.xml | 2 | ||||
-rw-r--r-- | auth/auth-certman/pom.xml | 2 | ||||
-rw-r--r-- | auth/auth-cmd/pom.xml | 2 | ||||
-rw-r--r-- | auth/auth-core/pom.xml | 2 | ||||
-rw-r--r-- | auth/auth-deforg/pom.xml | 2 | ||||
-rw-r--r-- | auth/auth-fs/pom.xml | 2 | ||||
-rw-r--r-- | auth/auth-gui/pom.xml | 2 | ||||
-rw-r--r-- | auth/auth-hello/pom.xml | 2 | ||||
-rw-r--r-- | auth/auth-locate/pom.xml | 2 | ||||
-rw-r--r-- | auth/auth-oauth/pom.xml | 2 | ||||
-rw-r--r-- | auth/auth-service/pom.xml | 2 | ||||
-rw-r--r-- | auth/docker/d.props.init | 2 | ||||
-rw-r--r-- | auth/docker/pom.xml | 2 | ||||
-rw-r--r-- | auth/helm/aaf-hello/values.yaml | 4 | ||||
-rw-r--r-- | auth/helm/aaf/values.yaml | 4 | ||||
-rw-r--r-- | auth/pom.xml | 2 |
19 files changed, 20 insertions, 24 deletions
diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml index cb44ea38..f3f0e5c3 100644 --- a/auth/auth-batch/pom.xml +++ b/auth/auth-batch/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.19-SNAPSHOT</version> + <version>2.1.20-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/Batch.java b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/Batch.java index 3058ddc5..983ef819 100644 --- a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/Batch.java +++ b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/Batch.java @@ -501,7 +501,6 @@ public abstract class Batch { if (cls != null) { Constructor<?> cnst = cls.getConstructor(AuthzTrans.class); batch = (Batch) cnst.newInstance(trans); - System.out.println(batch.getClass().getCanonicalName()); env.info().log("Begin", classifier, toolName); } @@ -516,9 +515,6 @@ public abstract class Batch { } if (batch != null) { try { - for(String s : batchArgs) { - System.out.println(s); - } batch.run(trans); } catch (Exception e) { trans.error().log(e); diff --git a/auth/auth-cass/cass_init/cmd.sh b/auth/auth-cass/cass_init/cmd.sh index d9120872..7569440f 100644 --- a/auth/auth-cass/cass_init/cmd.sh +++ b/auth/auth-cass/cass_init/cmd.sh @@ -117,7 +117,7 @@ function install_cql { echo "" echo "The following will give you a temporary identity with which to start working, or emergency" echo " cqlsh -f temp_identity.cql" - echo "casablanca" > $INSTALLED_VERSION + echo "frankfurt" > $INSTALLED_VERSION else echo "Cassandra DB already includes 'authz' keyspace" fi diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml index f346826a..bd51b861 100644 --- a/auth/auth-cass/pom.xml +++ b/auth/auth-cass/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.19-SNAPSHOT</version> + <version>2.1.20-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index d44840b8..0adce9cc 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.19-SNAPSHOT</version> + <version>2.1.20-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml index 01fa56c1..de573f11 100644 --- a/auth/auth-cmd/pom.xml +++ b/auth/auth-cmd/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.19-SNAPSHOT</version> + <version>2.1.20-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index 5c4cd00d..453b0deb 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.19-SNAPSHOT</version> + <version>2.1.20-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index b2822b35..52b34ab0 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -26,7 +26,7 @@ <artifactId>authparent</artifactId> <relativePath>../pom.xml</relativePath> <groupId>org.onap.aaf.authz</groupId> - <version>2.1.19-SNAPSHOT</version> + <version>2.1.20-SNAPSHOT</version> </parent> <artifactId>aaf-auth-deforg</artifactId> diff --git a/auth/auth-fs/pom.xml b/auth/auth-fs/pom.xml index f0095d0f..df18b23a 100644 --- a/auth/auth-fs/pom.xml +++ b/auth/auth-fs/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.19-SNAPSHOT</version> + <version>2.1.20-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/auth/auth-gui/pom.xml b/auth/auth-gui/pom.xml index 956cf661..6eaced2e 100644 --- a/auth/auth-gui/pom.xml +++ b/auth/auth-gui/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.19-SNAPSHOT</version> + <version>2.1.20-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/auth/auth-hello/pom.xml b/auth/auth-hello/pom.xml index 1d95f29a..a93bd2f9 100644 --- a/auth/auth-hello/pom.xml +++ b/auth/auth-hello/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.19-SNAPSHOT</version> + <version>2.1.20-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/auth/auth-locate/pom.xml b/auth/auth-locate/pom.xml index 9de3dfaf..0d801922 100644 --- a/auth/auth-locate/pom.xml +++ b/auth/auth-locate/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.19-SNAPSHOT</version> + <version>2.1.20-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/auth/auth-oauth/pom.xml b/auth/auth-oauth/pom.xml index 90774daf..ee08689a 100644 --- a/auth/auth-oauth/pom.xml +++ b/auth/auth-oauth/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.19-SNAPSHOT</version> + <version>2.1.20-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/auth/auth-service/pom.xml b/auth/auth-service/pom.xml index 31d4aa7c..26fc7c74 100644 --- a/auth/auth-service/pom.xml +++ b/auth/auth-service/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.19-SNAPSHOT</version> + <version>2.1.20-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/auth/docker/d.props.init b/auth/docker/d.props.init index b65c5de9..ebc550a5 100644 --- a/auth/docker/d.props.init +++ b/auth/docker/d.props.init @@ -23,7 +23,7 @@ PROJECT=aaf # Note: Override can happen on dbuild.sh Commandline, -r <registry> DOCKER_PULL_REGISTRY=nexus3.onap.org:10001 DOCKER_REPOSITORY=nexus3.onap.org:10003 -VERSION=2.1.19-SNAPSHOT +VERSION=2.1.20-SNAPSHOT CONF_ROOT_DIR=/opt/app/osaaf # For local builds, set PREFIX= PREFIX="$DOCKER_REPOSITORY/" diff --git a/auth/docker/pom.xml b/auth/docker/pom.xml index 630a8695..4afd8e6b 100644 --- a/auth/docker/pom.xml +++ b/auth/docker/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.19-SNAPSHOT</version> + <version>2.1.20-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/auth/helm/aaf-hello/values.yaml b/auth/helm/aaf-hello/values.yaml index dd4735ff..d907fcbe 100644 --- a/auth/helm/aaf-hello/values.yaml +++ b/auth/helm/aaf-hello/values.yaml @@ -37,8 +37,8 @@ image: # repository: localhost:5000/ service: - agentImage: onap/aaf/aaf_agent:2.1.19-SNAPSHOT - image: onap/aaf/aaf_hello:2.1.19-SNAPSHOT + agentImage: onap/aaf/aaf_agent:2.1.20-SNAPSHOT + image: onap/aaf/aaf_hello:2.1.20-SNAPSHOT app_ns: "org.osaaf.aaf" fqi: "aaf@aaf.osaaf.org" fqdn: "aaf-hello" diff --git a/auth/helm/aaf/values.yaml b/auth/helm/aaf/values.yaml index 8b875be6..4a023295 100644 --- a/auth/helm/aaf/values.yaml +++ b/auth/helm/aaf/values.yaml @@ -31,7 +31,7 @@ image: # When using Docker Repo, add, and include trailing "/" # For Released Versions (both Repo and remove "-SNAPSHOT" from version) # repository: nexus3.onap.org:10001/ - # version: 2.1.19 + # version: 2.1.20 ### FOR SNAPSHOTS, DEVELOPMENT, ETC ### # When using Locally built images, comment out "repository" @@ -40,7 +40,7 @@ image: # repository: localhost:5000/ # When using locally built Docker Container, set Repository to "" repository: "" - version: 2.1.19-SNAPSHOT + version: 2.1.20-SNAPSHOT services: aaf_env: "DEV" diff --git a/auth/pom.xml b/auth/pom.xml index b1976270..9553ba41 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>parent</artifactId> - <version>2.1.19-SNAPSHOT</version> + <version>2.1.20-SNAPSHOT</version> </parent> <artifactId>authparent</artifactId> <name>AAF Auth Parent</name> |