Skip to content

Commit 7d45537

Browse files
committed
version upgrade for axis-ant and compiler plugin
1 parent 88c9cae commit 7d45537

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<plugin>
3636
<groupId>org.apache.maven.plugins</groupId>
3737
<artifactId>maven-compiler-plugin</artifactId>
38+
<version>3.0</version>
3839
<configuration>
3940
<source>1.6</source>
4041
<target>1.6</target>
@@ -92,7 +93,7 @@
9293
<dependency>
9394
<groupId>axis</groupId>
9495
<artifactId>axis-ant</artifactId>
95-
<version>1.2</version>
96+
<version>1.3</version>
9697
</dependency>
9798
<dependency>
9899
<groupId>commons-fileupload</groupId>

0 commit comments

Comments
 (0)