From 7cfd0304154ed36f395e678c694ca3dffb73f81d Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@3a-systems.ru>
Date: Tue, 19 Apr 2022 13:05:44 +0000
Subject: [PATCH] Migrate release from Travis to GitHub (#217)
---
pom.xml | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index da2c421..719d8f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
<license>
<name>CDDL-1.1</name>
<url>https://github.com/OpenIdentityPlatform/OpenDJ/blob/master/LICENSE.md</url>
- <comments>Common Development and Distribution License (CDDL) 1.0.
+ <comments>Common Development and Distribution License (CDDL) 1.1.
This license applies to OpenDJ source code as indicated in the
source files.
</comments>
@@ -144,7 +144,7 @@
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>parent</artifactId>
- <version>2.0.13-SNAPSHOT</version>
+ <version>2.0.14</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -325,7 +325,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.11</version>
+ <version>1.6.12</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
@@ -335,6 +335,13 @@
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
<keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure>
</configuration>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>15.0</version>
+ </dependency>
+ </dependencies>
</plugin>
</plugins>
--
Gitblit v1.10.0