Skip to content

Commit 88aab67

Browse files
committed
Update some maven plugins to more recent versions
1 parent 8ae777f commit 88aab67

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<url>http://www.influxdb.org</url>
1111

1212
<prerequisites>
13-
<maven>3.2.1</maven>
13+
<maven>3.3.9</maven>
1414
</prerequisites>
1515

1616
<licenses>
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-compiler-plugin</artifactId>
82-
<version>3.8.0</version>
82+
<version>3.8.1</version>
8383
<configuration>
8484
<source>1.8</source>
8585
<target>1.8</target>
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-jar-plugin</artifactId>
116-
<version>3.1.1</version>
116+
<version>3.1.2</version>
117117
</plugin>
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-source-plugin</artifactId>
145-
<version>3.0.1</version>
145+
<version>3.1.0</version>
146146
<executions>
147147
<execution>
148148
<id>attach-sources</id>
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-javadoc-plugin</artifactId>
158-
<version>3.0.1</version>
158+
<version>3.1.0</version>
159159
<configuration>
160160
<source>8</source>
161161
</configuration>
@@ -171,7 +171,7 @@
171171
<plugin>
172172
<groupId>org.jacoco</groupId>
173173
<artifactId>jacoco-maven-plugin</artifactId>
174-
<version>0.8.2</version>
174+
<version>0.8.4</version>
175175
<executions>
176176
<execution>
177177
<goals>
@@ -313,7 +313,7 @@
313313
<plugin>
314314
<groupId>com.dkanejs.maven.plugins</groupId>
315315
<artifactId>docker-compose-maven-plugin</artifactId>
316-
<version>2.3.0</version>
316+
<version>2.4.0</version>
317317
<executions>
318318
<execution>
319319
<id>up</id>

0 commit comments

Comments
 (0)