Fixes for opensource (#3)

* Fixes for opensource

* Bump version, fix urls

* Bump version
This commit is contained in:
Pavel Popov 2021-03-09 14:49:55 +03:00 committed by GitHub
parent 59159e95e2
commit 582f5f90c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
#!groovy
build('java-parent-pom', 'docker-host') {
build('library-parent-pom', 'docker-host') {
checkoutRepo()
loadBuildUtils()

12
pom.xml
View File

@ -5,10 +5,10 @@
<packaging>pom</packaging>
<groupId>com.rbkmoney</groupId>
<artifactId>library-parent-pom</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<name>RBKmoney parent</name>
<description>RBKmoney parent pom</description>
<url>https://github.com/rbkmoney/java-parent-pom</url>
<description>RBKmoney library parent pom</description>
<url>https://github.com/rbkmoney/library-parent-pom</url>
<licenses>
<license>
@ -27,9 +27,9 @@
</developers>
<scm>
<connection>scm:git:git://github.com/rbkmoney/java-parent-pom.git</connection>
<developerConnection>scm:git:ssh://github.com/rbkmoney/java-parent-pom.git</developerConnection>
<url>https://github.com/rbkmoney/java-parent-pom/tree/master</url>
<connection>scm:git:git://github.com/rbkmoney/library-parent-pom.git</connection>
<developerConnection>scm:git:ssh://github.com/rbkmoney/library-parent-pom.git</developerConnection>
<url>https://github.com/rbkmoney/library-parent-pom/tree/master</url>
</scm>
<properties>