diff options
Diffstat (limited to 'opendaylight/chlorine/chlorine-alpine/pom.xml')
-rw-r--r-- | opendaylight/chlorine/chlorine-alpine/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opendaylight/chlorine/chlorine-alpine/pom.xml b/opendaylight/chlorine/chlorine-alpine/pom.xml index b490fcd9..0ea3598b 100644 --- a/opendaylight/chlorine/chlorine-alpine/pom.xml +++ b/opendaylight/chlorine/chlorine-alpine/pom.xml @@ -20,16 +20,16 @@ <properties> <image.name>onap/ccsdk-odl-chlorine-alpine-image</image.name> <odl.karaf.artifactId>onap-karaf</odl.karaf.artifactId> - <odl.shiro.version>0.15.5</odl.shiro.version> + <odl.shiro.version>0.16.6</odl.shiro.version> </properties> <build> <plugins> <plugin> - <groupId>org.codehaus.groovy.maven</groupId> - <artifactId>gmaven-plugin</artifactId> - <version>1.0</version> + <groupId>org.codehaus.gmaven</groupId> + <artifactId>groovy-maven-plugin</artifactId> + <version>2.1.1</version> <executions> <execution> <phase>validate</phase> |