|
54 | 54 | </repository> |
55 | 55 | </repositories> |
56 | 56 |
|
| 57 | + <prerequisites> |
| 58 | + <maven>3.0.4</maven> |
| 59 | + </prerequisites> |
| 60 | + |
57 | 61 | <dependencies> |
58 | 62 | <dependency> |
59 | 63 | <groupId>io.socket</groupId> |
|
68 | 72 | <dependency> |
69 | 73 | <groupId>junit</groupId> |
70 | 74 | <artifactId>junit</artifactId> |
71 | | - <version>4.11</version> |
| 75 | + <version>4.12</version> |
72 | 76 | <scope>test</scope> |
73 | 77 | </dependency> |
74 | 78 | <dependency> |
|
129 | 133 | <plugin> |
130 | 134 | <groupId>org.apache.maven.plugins</groupId> |
131 | 135 | <artifactId>maven-gpg-plugin</artifactId> |
132 | | - <version>1.5</version> |
| 136 | + <version>1.6</version> |
133 | 137 | <executions> |
134 | 138 | <execution> |
135 | 139 | <id>sign-artifacts</id> |
|
143 | 147 | <plugin> |
144 | 148 | <groupId>org.apache.maven.plugins</groupId> |
145 | 149 | <artifactId>maven-source-plugin</artifactId> |
146 | | - <version>2.2.1</version> |
| 150 | + <version>2.4</version> |
147 | 151 | <executions> |
148 | 152 | <execution> |
149 | 153 | <id>attach-sources</id> |
|
156 | 160 | <plugin> |
157 | 161 | <groupId>org.apache.maven.plugins</groupId> |
158 | 162 | <artifactId>maven-javadoc-plugin</artifactId> |
159 | | - <version>2.9.1</version> |
| 163 | + <version>2.10.3</version> |
160 | 164 | <executions> |
161 | 165 | <execution> |
162 | 166 | <id>attach-javadocs</id> |
|
180 | 184 | <plugin> |
181 | 185 | <groupId>org.sonatype.plugins</groupId> |
182 | 186 | <artifactId>nexus-staging-maven-plugin</artifactId> |
183 | | - <version>1.6.2</version> |
| 187 | + <version>1.6.6</version> |
184 | 188 | <extensions>true</extensions> |
185 | 189 | <configuration> |
186 | 190 | <serverId>ossrh</serverId> |
|
191 | 195 | <plugin> |
192 | 196 | <groupId>org.codehaus.mojo</groupId> |
193 | 197 | <artifactId>exec-maven-plugin</artifactId> |
194 | | - <version>1.2.1</version> |
| 198 | + <version>1.4.0</version> |
195 | 199 | <executions> |
196 | 200 | <execution> |
197 | 201 | <id>npm-install</id> |
|
217 | 221 | <plugin> |
218 | 222 | <groupId>com.github.github</groupId> |
219 | 223 | <artifactId>site-maven-plugin</artifactId> |
220 | | - <version>0.10</version> |
| 224 | + <version>0.12</version> |
221 | 225 | <configuration> |
222 | 226 | <message>Creating site for ${project.version}</message> |
223 | 227 | </configuration> |
|
0 commit comments