Skip to content

Commit f7e1d33

Browse files
authored
Merge pull request #24 from sematext/SC-12584
Dependancy updates and minor version bump.
2 parents 75b5d30 + f1856ba commit f7e1d33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>SematextCloudClient</artifactId>
66
<packaging>jar</packaging>
77
<name>SematextCloudClient</name>
8-
<version>0.3.0</version>
8+
<version>0.3.1</version>
99
<url>https://github.com/sematext/sematext-api-client-java</url>
1010
<description>Client for Sematext Cloud API at https://sematext.com/docs/api/</description>
1111

@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-enforcer-plugin</artifactId>
67-
<version>3.0.0-M1</version>
67+
<version>3.0.0</version>
6868
<executions>
6969
<execution>
7070
<id>enforce-maven</id>
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-surefire-plugin</artifactId>
87-
<version>2.12</version>
87+
<version>2.12.4</version>
8888
<configuration>
8989
<systemProperties>
9090
<property>

0 commit comments

Comments
 (0)