|
105 | 105 | <plugin> |
106 | 106 | <groupId>org.apache.maven.plugins</groupId> |
107 | 107 | <artifactId>maven-compiler-plugin</artifactId> |
108 | | - <version>3.3</version> |
| 108 | + <version>3.5.1</version> |
109 | 109 | <configuration> |
110 | 110 | <source>1.7</source> |
111 | 111 | <target>1.7</target> |
|
119 | 119 | <plugin> |
120 | 120 | <groupId>org.apache.maven.plugins</groupId> |
121 | 121 | <artifactId>maven-surefire-plugin</artifactId> |
122 | | - <version>2.14.1</version> |
| 122 | + <version>2.19.1</version> |
123 | 123 | <configuration> |
124 | 124 | <argLine>-Dfile.encoding=UTF-8</argLine> |
125 | 125 | <systemProperties> |
|
147 | 147 | <plugin> |
148 | 148 | <groupId>org.apache.maven.plugins</groupId> |
149 | 149 | <artifactId>maven-source-plugin</artifactId> |
150 | | - <version>2.4</version> |
| 150 | + <version>3.0.1</version> |
151 | 151 | <executions> |
152 | 152 | <execution> |
153 | 153 | <id>attach-sources</id> |
|
160 | 160 | <plugin> |
161 | 161 | <groupId>org.apache.maven.plugins</groupId> |
162 | 162 | <artifactId>maven-javadoc-plugin</artifactId> |
163 | | - <version>2.10.3</version> |
| 163 | + <version>2.10.4</version> |
164 | 164 | <executions> |
165 | 165 | <execution> |
166 | 166 | <id>attach-javadocs</id> |
|
173 | 173 | <plugin> |
174 | 174 | <groupId>org.apache.maven.plugins</groupId> |
175 | 175 | <artifactId>maven-release-plugin</artifactId> |
176 | | - <version>2.5</version> |
| 176 | + <version>2.5.3</version> |
177 | 177 | <configuration> |
178 | 178 | <autoVersionSubmodules>true</autoVersionSubmodules> |
179 | 179 | <useReleaseProfile>false</useReleaseProfile> |
|
184 | 184 | <plugin> |
185 | 185 | <groupId>org.sonatype.plugins</groupId> |
186 | 186 | <artifactId>nexus-staging-maven-plugin</artifactId> |
187 | | - <version>1.6.6</version> |
| 187 | + <version>1.6.7</version> |
188 | 188 | <extensions>true</extensions> |
189 | 189 | <configuration> |
190 | 190 | <serverId>ossrh</serverId> |
|
195 | 195 | <plugin> |
196 | 196 | <groupId>org.codehaus.mojo</groupId> |
197 | 197 | <artifactId>exec-maven-plugin</artifactId> |
198 | | - <version>1.4.0</version> |
| 198 | + <version>1.5.0</version> |
199 | 199 | <executions> |
200 | 200 | <execution> |
201 | 201 | <id>npm-install</id> |
|
216 | 216 | <plugin> |
217 | 217 | <groupId>org.codehaus.mojo</groupId> |
218 | 218 | <artifactId>versions-maven-plugin</artifactId> |
219 | | - <version>2.2</version> |
| 219 | + <version>2.3</version> |
220 | 220 | </plugin> |
221 | 221 | <plugin> |
222 | 222 | <groupId>com.github.github</groupId> |
|
0 commit comments