Skip to content

Commit 20ca8cd

Browse files
authored
Merge pull request #47 from vinscom/branch-update
Updated versions
2 parents 55c720a + b340872 commit 20ca8cd

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

pom.xml

+10-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>in.erail</groupId>
66
<artifactId>api-framework</artifactId>
7-
<version>2.2</version>
7+
<version>2.3-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<developers>
1010
<developer>
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-source-plugin</artifactId>
40-
<version>2.4</version>
40+
<version>3.0.1</version>
4141
<executions>
4242
<execution>
4343
<id>attach-sources</id>
@@ -50,7 +50,7 @@
5050
<plugin>
5151
<groupId>org.apache.maven.plugins</groupId>
5252
<artifactId>maven-javadoc-plugin</artifactId>
53-
<version>2.10.4</version>
53+
<version>3.0.1</version>
5454
<executions>
5555
<execution>
5656
<id>attach-javadocs</id>
@@ -177,7 +177,7 @@
177177
<dependency>
178178
<groupId>in.erail</groupId>
179179
<artifactId>glue</artifactId>
180-
<version>2.2</version>
180+
<version>2.3-SNAPSHOT</version>
181181
</dependency>
182182
<dependency>
183183
<groupId>org.mockito</groupId>
@@ -203,14 +203,14 @@
203203
<plugin>
204204
<groupId>org.apache.maven.plugins</groupId>
205205
<artifactId>maven-surefire-plugin</artifactId>
206-
<version>2.20.1</version>
206+
<version>2.22.0</version>
207207
<configuration>
208208
<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>
209209
</configuration>
210210
</plugin>
211211
<plugin>
212212
<artifactId>maven-assembly-plugin</artifactId>
213-
<version>2.6</version>
213+
<version>3.1.0</version>
214214
<executions>
215215
<execution>
216216
<id>commong-config</id>
@@ -219,15 +219,17 @@
219219
<goal>single</goal>
220220
</goals>
221221
<configuration>
222-
<descriptor>src/assembly/common-config.xml</descriptor>
222+
<descriptors>
223+
<descriptor>src/assembly/common-config.xml</descriptor>
224+
</descriptors>
223225
</configuration>
224226
</execution>
225227
</executions>
226228
</plugin>
227229
<plugin>
228230
<groupId>org.jacoco</groupId>
229231
<artifactId>jacoco-maven-plugin</artifactId>
230-
<version>0.8.0</version>
232+
<version>0.8.1</version>
231233
<executions>
232234
<execution>
233235
<id>prepare-agent</id>

0 commit comments

Comments
 (0)