diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-06-03 14:03:22 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-06-03 14:03:26 -0500 |
commit | 326678478816341e488c9f34dafbf991ea206cf3 (patch) | |
tree | 6954318944b1e8533f2df6ded873ba95d2d7255e | |
parent | 775b7f01c2aa1b9f709d479cc2bd8a7d2557184e (diff) |
move to JJB
Issue-ID: AAF-842
Change-Id: Ie27739c44fe5f768862765eb6208794c6d126e2e
Signed-off-by: Instrumental <jonathan.gathman@att.com>
-rw-r--r-- | pom.xml | 13 | ||||
-rw-r--r-- | shiro/pom.xml | 10 |
2 files changed, 1 insertions, 22 deletions
@@ -34,7 +34,7 @@ <properties> <!-- This version needs to be RELEASED version. Fails on SNAPSHOT --> - <cadi.version>2.1.10</cadi.version> + <cadi.version>2.1.13</cadi.version> <!-- <sonar.skip>true</sonar.skip> --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- project.jettyVersion>9.4.12.v20180830</project.jettyVersion --> @@ -393,17 +393,6 @@ </configuration> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <nexusUrl>${nexusproxy}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> - <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> diff --git a/shiro/pom.xml b/shiro/pom.xml index 6488034..5502744 100644 --- a/shiro/pom.xml +++ b/shiro/pom.xml @@ -110,16 +110,6 @@ <build> <plugins> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <extensions>true</extensions> - <configuration> - <nexusUrl>${nexusproxy}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <configuration> |