Skip to content

Commit a81c073

Browse files
committed
Updated plugins
1 parent 0928a3d commit a81c073

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

engine.io-server-coverage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<plugin>
2929
<groupId>org.apache.maven.plugins</groupId>
3030
<artifactId>maven-surefire-plugin</artifactId>
31-
<version>2.22.2</version>
31+
<version>3.1.2</version>
3232
<configuration>
3333
<argLine>${argLine} -Dfile.encoding=UTF-8</argLine>
3434
<systemPropertyVariables>
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.jacoco</groupId>
4343
<artifactId>jacoco-maven-plugin</artifactId>
44-
<version>0.8.7</version>
44+
<version>0.8.10</version>
4545
<executions>
4646
<execution>
4747
<id>prepare-agent</id>

engine.io-server-test/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-compiler-plugin</artifactId>
93-
<version>3.8.1</version>
93+
<version>3.11.0</version>
9494
<configuration>
9595
<source>1.8</source>
9696
<target>1.8</target>
@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>org.apache.maven.plugins</groupId>
107107
<artifactId>maven-deploy-plugin</artifactId>
108-
<version>2.8.2</version>
108+
<version>3.1.1</version>
109109
<configuration>
110110
<skip>true</skip>
111111
</configuration>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.codehaus.mojo</groupId>
116116
<artifactId>exec-maven-plugin</artifactId>
117-
<version>1.6.0</version>
117+
<version>3.1.0</version>
118118
<executions>
119119
<execution>
120120
<id>npm-install</id>
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-surefire-plugin</artifactId>
138-
<version>2.22.2</version>
138+
<version>3.1.2</version>
139139
<configuration>
140140
<argLine>-Dfile.encoding=UTF-8</argLine>
141141
<systemPropertyVariables>

engine.io-server/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-compiler-plugin</artifactId>
67-
<version>3.8.1</version>
67+
<version>3.11.0</version>
6868
<configuration>
6969
<source>1.8</source>
7070
<target>1.8</target>
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-source-plugin</artifactId>
82-
<version>3.2.0</version>
82+
<version>3.3.0</version>
8383
<executions>
8484
<execution>
8585
<id>attach-sources</id>
@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-javadoc-plugin</artifactId>
95-
<version>3.1.1</version>
95+
<version>3.5.0</version>
9696
<executions>
9797
<execution>
9898
<id>attach-javadocs</id>
@@ -108,13 +108,13 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-jar-plugin</artifactId>
111-
<version>3.2.0</version>
111+
<version>3.3.0</version>
112112
</plugin>
113113

114114
<plugin>
115115
<groupId>org.codehaus.mojo</groupId>
116116
<artifactId>exec-maven-plugin</artifactId>
117-
<version>1.6.0</version>
117+
<version>3.1.0</version>
118118
<executions>
119119
<execution>
120120
<id>npm-install-parser_v3</id>
@@ -149,7 +149,7 @@
149149
<plugin>
150150
<groupId>org.apache.maven.plugins</groupId>
151151
<artifactId>maven-surefire-plugin</artifactId>
152-
<version>2.22.2</version>
152+
<version>3.1.2</version>
153153
<configuration>
154154
<argLine>${argLine} -Dfile.encoding=UTF-8</argLine>
155155
<systemPropertyVariables>
@@ -163,7 +163,7 @@
163163
<plugin>
164164
<groupId>org.jacoco</groupId>
165165
<artifactId>jacoco-maven-plugin</artifactId>
166-
<version>0.8.7</version>
166+
<version>0.8.10</version>
167167
<executions>
168168
<execution>
169169
<id>prepare-agent</id>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-gpg-plugin</artifactId>
86-
<version>1.6</version>
86+
<version>3.1.0</version>
8787
<executions>
8888
<execution>
8989
<id>sign-artifacts</id>
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-compiler-plugin</artifactId>
110-
<version>3.5.1</version>
110+
<version>3.11.0</version>
111111
<configuration>
112112
<source>1.8</source>
113113
<target>1.8</target>
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-javadoc-plugin</artifactId>
125-
<version>3.0.1</version>
125+
<version>3.5.0</version>
126126
<executions>
127127
<execution>
128128
<id>aggregate</id>
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.jacoco</groupId>
142142
<artifactId>jacoco-maven-plugin</artifactId>
143-
<version>0.8.7</version>
143+
<version>0.8.10</version>
144144
<executions>
145145
<execution>
146146
<id>prepare-agent</id>

0 commit comments

Comments
 (0)