|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>in.erail</groupId> |
6 | 6 | <artifactId>api-framework</artifactId> |
7 | | - <version>2.2</version> |
| 7 | + <version>2.3-SNAPSHOT</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 | <developers> |
10 | 10 | <developer> |
|
37 | 37 | <plugin> |
38 | 38 | <groupId>org.apache.maven.plugins</groupId> |
39 | 39 | <artifactId>maven-source-plugin</artifactId> |
40 | | - <version>2.4</version> |
| 40 | + <version>3.0.1</version> |
41 | 41 | <executions> |
42 | 42 | <execution> |
43 | 43 | <id>attach-sources</id> |
|
50 | 50 | <plugin> |
51 | 51 | <groupId>org.apache.maven.plugins</groupId> |
52 | 52 | <artifactId>maven-javadoc-plugin</artifactId> |
53 | | - <version>2.10.4</version> |
| 53 | + <version>3.0.1</version> |
54 | 54 | <executions> |
55 | 55 | <execution> |
56 | 56 | <id>attach-javadocs</id> |
|
177 | 177 | <dependency> |
178 | 178 | <groupId>in.erail</groupId> |
179 | 179 | <artifactId>glue</artifactId> |
180 | | - <version>2.2</version> |
| 180 | + <version>2.3-SNAPSHOT</version> |
181 | 181 | </dependency> |
182 | 182 | <dependency> |
183 | 183 | <groupId>org.mockito</groupId> |
|
203 | 203 | <plugin> |
204 | 204 | <groupId>org.apache.maven.plugins</groupId> |
205 | 205 | <artifactId>maven-surefire-plugin</artifactId> |
206 | | - <version>2.20.1</version> |
| 206 | + <version>2.22.0</version> |
207 | 207 | <configuration> |
208 | 208 | <argLine>-Dhazelcast.jmx=true -Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.Log4j2LogDelegateFactory -Dglue.layers=${project.basedir}/config-layers/common,${project.basedir}/config-layers/test</argLine> |
209 | 209 | </configuration> |
210 | 210 | </plugin> |
211 | 211 | <plugin> |
212 | 212 | <artifactId>maven-assembly-plugin</artifactId> |
213 | | - <version>2.6</version> |
| 213 | + <version>3.1.0</version> |
214 | 214 | <executions> |
215 | 215 | <execution> |
216 | 216 | <id>commong-config</id> |
|
219 | 219 | <goal>single</goal> |
220 | 220 | </goals> |
221 | 221 | <configuration> |
222 | | - <descriptor>src/assembly/common-config.xml</descriptor> |
| 222 | + <descriptors> |
| 223 | + <descriptor>src/assembly/common-config.xml</descriptor> |
| 224 | + </descriptors> |
223 | 225 | </configuration> |
224 | 226 | </execution> |
225 | 227 | </executions> |
226 | 228 | </plugin> |
227 | 229 | <plugin> |
228 | 230 | <groupId>org.jacoco</groupId> |
229 | 231 | <artifactId>jacoco-maven-plugin</artifactId> |
230 | | - <version>0.8.0</version> |
| 232 | + <version>0.8.1</version> |
231 | 233 | <executions> |
232 | 234 | <execution> |
233 | 235 | <id>prepare-agent</id> |
|
0 commit comments