Epic/jd 573/lib (#10)

* JD-573: bump build_utils
This commit is contained in:
Anatoly Cherkasov 2021-09-03 13:19:02 +03:00 committed by GitHub
parent 8f40dc7194
commit c13ab4f6f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 7 deletions

5
Jenkinsfile vendored
View File

@ -5,9 +5,8 @@ build('library-parent-pom', 'docker-host') {
def javaLibPipeline
runStage('load JavaLib pipeline') {
javaLibPipeline = load("build_utils/jenkins_lib/pipeJavaLib.groovy")
javaLibPipeline = load("build_utils/jenkins_lib/pipeJavaLibInsideDocker.groovy")
}
def buildImageTag = "442c2c274c1d8e484e5213089906a4271641d95e"
javaLibPipeline(buildImageTag)
javaLibPipeline()
}

@ -1 +1 @@
Subproject commit a7655bc60c877a65cdfe3d9b668021d970d88a76
Subproject commit c12c9dd296912ec3c34ad443b448df98fef2556a

View File

@ -5,7 +5,7 @@
<packaging>pom</packaging>
<groupId>com.rbkmoney</groupId>
<artifactId>library-parent-pom</artifactId>
<version>1.0.4</version>
<version>1.0.6</version>
<name>RBKmoney parent</name>
<description>RBKmoney library parent pom</description>
<url>https://github.com/rbkmoney/library-parent-pom</url>
@ -33,8 +33,8 @@
</scm>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>15</maven.compiler.source>
<maven.compiler.target>15</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pubRepoId>ossrh</pubRepoId>
<pubRepo>https://oss.sonatype.org/content/repositories/releases</pubRepo>