bump java version (#7)

This commit is contained in:
vitaxa 2021-08-04 16:10:23 +03:00 committed by GitHub
parent 42573b237f
commit 8f40dc7194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 24aa772730be966667adb285a09fcb494d4f218e
Subproject commit a7655bc60c877a65cdfe3d9b668021d970d88a76

View File

@ -5,7 +5,7 @@
<packaging>pom</packaging>
<groupId>com.rbkmoney</groupId>
<artifactId>library-parent-pom</artifactId>
<version>1.0.3</version>
<version>1.0.4</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>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pubRepoId>ossrh</pubRepoId>
<pubRepo>https://oss.sonatype.org/content/repositories/releases</pubRepo>