Skip to content

Commit 1528bb2

Browse files
committed
Updated version
1 parent c2b27a4 commit 1528bb2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<plugin>
3636
<groupId>org.apache.maven.plugins</groupId>
3737
<artifactId>maven-source-plugin</artifactId>
38-
<version>2.4</version>
38+
<version>3.0.1</version>
3939
<executions>
4040
<execution>
4141
<id>attach-sources</id>
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-javadoc-plugin</artifactId>
51-
<version>2.10.4</version>
51+
<version>3.0.1</version>
5252
<executions>
5353
<execution>
5454
<id>attach-javadocs</id>
@@ -126,7 +126,7 @@
126126
<plugins>
127127
<plugin>
128128
<artifactId>maven-assembly-plugin</artifactId>
129-
<version>2.6</version>
129+
<version>3.1.0</version>
130130
<executions>
131131
<execution>
132132
<id>commong-config</id>
@@ -135,7 +135,9 @@
135135
<goal>single</goal>
136136
</goals>
137137
<configuration>
138-
<descriptor>src/assembly/common-config.xml</descriptor>
138+
<descriptors>
139+
<descriptor>src/assembly/common-config.xml</descriptor>
140+
</descriptors>
139141
</configuration>
140142
</execution>
141143
</executions>

0 commit comments

Comments
 (0)