mirror of
https://github.com/valitydev/library-parent-pom.git
synced 2024-11-06 02:45:17 +00:00
Fixes for opensource (#3)
* Fixes for opensource * Bump version, fix urls * Bump version
This commit is contained in:
parent
59159e95e2
commit
582f5f90c1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,5 +1,5 @@
|
||||
#!groovy
|
||||
build('java-parent-pom', 'docker-host') {
|
||||
build('library-parent-pom', 'docker-host') {
|
||||
checkoutRepo()
|
||||
loadBuildUtils()
|
||||
|
||||
|
12
pom.xml
12
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user