Skip to content

Commit edfb945

Browse files
updating the version
1 parent f91ae60 commit edfb945

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.mastercard.developer</groupId>
88
<artifactId>client-encryption</artifactId>
9-
<version>1.8.7</version>
9+
<version>1.8.8</version>
1010
<packaging>jar</packaging>
1111
<description>Library for Mastercard API compliant payload encryption/decryption</description>
1212
<url>https://github.com/Mastercard/client-encryption-java</url>
@@ -268,6 +268,14 @@
268268
<publishingServerId>central</publishingServerId>
269269
</configuration>
270270
</plugin>
271+
<plugin>
272+
<groupId>org.apache.maven.plugins</groupId>
273+
<artifactId>maven-compiler-plugin</artifactId>
274+
<configuration>
275+
<source>9</source>
276+
<target>9</target>
277+
</configuration>
278+
</plugin>
271279
</plugins>
272280
</build>
273281
</project>

0 commit comments

Comments
 (0)