diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-06-27 17:15:56 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-06-27 17:15:57 -0400 |
commit | 56d162015b3570171fe674221852323caac59a35 (patch) | |
tree | f43f3d7880567f1f03582986a49b122c7177d1a8 | |
parent | f3d2c38692bdf4c1948db51b9621809bf8d2ea0b (diff) |
Prepare logging-service for global-jjb
Issue-ID: AAI-2479
Change-Id: I638197ff2c382341469a598061b13c0c1cbf8c02
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | common-logging/pom.xml | 4 | ||||
-rw-r--r-- | eelf-logging/pom.xml | 4 | ||||
-rw-r--r-- | logging-api/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 16 | ||||
-rw-r--r-- | version.properties | 2 |
5 files changed, 10 insertions, 18 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 33b2bdc..e479d99 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> @@ -36,7 +36,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>eelf-logging</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index 66aec0f..b8113b6 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> @@ -38,7 +38,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-api</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </dependency> <!-- EELF logging library --> diff --git a/logging-api/pom.xml b/logging-api/pom.xml index f36701d..a90c35d 100644 --- a/logging-api/pom.xml +++ b/logging-api/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> @@ -24,13 +24,13 @@ limitations under the License. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.0</version> + <version>2.0.0</version> </parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> <packaging>pom</packaging> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <name>aai-logging-service</name> <properties> @@ -109,17 +109,9 @@ limitations under the License. </executions> </plugin> --> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <nexusUrl>${onap.nexus.url}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> diff --git a/version.properties b/version.properties index 64f7ecc..7298190 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |