Skip to content

Commit cbc5a88

Browse files
committed
#80 - Downgrade to Wagon SSH 2.5 to avoid NullPointerException.
1 parent edbd591 commit cbc5a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@
461461
<plugin>
462462
<groupId>org.codehaus.mojo</groupId>
463463
<artifactId>wagon-maven-plugin</artifactId>
464-
<version>1.0-beta-4</version>
464+
<version>1.0-beta-5</version>
465465
<configuration>
466466
<fromDir>${project.build.directory}</fromDir>
467467
</configuration>
@@ -679,7 +679,7 @@
679679
<extension>
680680
<groupId>org.apache.maven.wagon</groupId>
681681
<artifactId>wagon-ssh</artifactId>
682-
<version>2.6</version>
682+
<version>2.5</version>
683683
</extension>
684684
</extensions>
685685

0 commit comments

Comments
 (0)