diff --git a/.travis.yml b/.travis.yml
index 85ca20b54..bad904c40 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,8 @@ deploy:
branch: master
jdk: oraclejdk8
after_success:
- - mvn clean cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report
+ - mvn versioneye:update
+ - mvn clean cobertura:cobertura coveralls:report
notifications:
slack:
secure: S9VFew5NSE8WDzYD1VDBUULKKT0fzgblQACznwQ85699b2yeX9TX58N3RZvRS1JVagVP1wu2xOrwN2g+AWx4Ro3UBZD5XG86uTJWpCLD4cRWHBoGMH2TfvI7/IzsWmgxH4MBxFRvZr/eEhlVAux+N9H4EoEdS4CKsJXEqV37PlA=
diff --git a/README.MD b/README.MD
index d15beff4f..aa04aca54 100644
--- a/README.MD
+++ b/README.MD
@@ -4,7 +4,7 @@
[](https://scan.coverity.com/projects/webgoat-webgoat)
[](https://coveralls.io/github/WebGoat/WebGoat?branch=master)
[](https://www.codacy.com/app/dm/WebGoat)
-
+[](https://www.versioneye.com/user/projects/562da95ae346d7000e0369aa)
# Important Information
diff --git a/pom.xml b/pom.xml
index ba4d1d652..50b033c9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,9 +156,10 @@
3.2.4.RELEASE
1.1.2
2.2.2
- 2.2
+ 2.3-SNAPSHOT
1.5.1
7.0.63
+ 3.5.1
@@ -172,6 +173,21 @@
+
+
+ apache.snapshots
+ http://repository.apache.org/snapshots/
+
+
+ daily
+
+
+ daily
+
+
+
+
release
@@ -267,6 +283,15 @@
true
+
+ com.versioneye
+ versioneye-maven-plugin
+ ${versioneye-maven-plugin.version}
+
+ a1e4a9da4ed34ee44cab
+ 562da95be346d7000e0369ac
+
+
diff --git a/webgoat-container/pom.xml b/webgoat-container/pom.xml
index 9f9fc90f5..c2908d96b 100644
--- a/webgoat-container/pom.xml
+++ b/webgoat-container/pom.xml
@@ -173,7 +173,7 @@
${tomcat7-maven-plugin.version}
local_tomcat
- http://localhost:8080/manager
+ http://localhost:8080/manager/text
/WebGoat
exec
true
diff --git a/webgoat-container/src/main/webapp/js/goatApp/model/LessonInfoModel.js b/webgoat-container/src/main/webapp/js/goatApp/model/LessonInfoModel.js
index 83419e336..acba0e70a 100644
--- a/webgoat-container/src/main/webapp/js/goatApp/model/LessonInfoModel.js
+++ b/webgoat-container/src/main/webapp/js/goatApp/model/LessonInfoModel.js
@@ -17,4 +17,4 @@ define(['jquery',
}
});
-});6
\ No newline at end of file
+});
\ No newline at end of file