Bump build utils and fix versions

This commit is contained in:
Alexey Pronin 2020-05-08 21:00:38 +03:00
parent 5d370722c6
commit fb6c3acb11
No known key found for this signature in database
GPG Key ID: 1FEFC4A6AAD7535A
3 changed files with 5 additions and 4 deletions

2
Jenkinsfile vendored
View File

@ -10,4 +10,4 @@ build('java-parent-pom', 'docker-host') {
def buildImageTag = "442c2c274c1d8e484e5213089906a4271641d95e"
javaLibPipeline(buildImageTag)
}
}

@ -1 +1 @@
Subproject commit b53877c69bd646d708448add05326b91b3162876
Subproject commit a66b7babaa7630ff5cfb9a8fd80b94fc6f6c0f4f

View File

@ -5,8 +5,8 @@
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>com.rbkmoney</groupId>
<artifactId>parent_test</artifactId>
<version>2.0.10</version>
<artifactId>parent</artifactId>
<version>1.0.4</version>
<description>RBKmoney parent pom</description>
<build>
@ -44,4 +44,5 @@
</plugins>
</pluginManagement>
</build>
</project>