diff options
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | pdf-as-web/src/main/webapp/index.jsp | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 3ea6ac4b..7ef1711c 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { allprojects { apply plugin: "com.github.ben-manes.versions" repositories { mavenCentral() } - version = '4.2.0-RC5' + version = '4.2.0' } configurations { diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp index 86c4054d..9007d62a 100644 --- a/pdf-as-web/src/main/webapp/index.jsp +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -27,11 +27,12 @@ <img src="assets/img/localBKU.png" /> <button type="submit" value="bku" name="connector" id="bku">Lokale BKU </button> - +<!-- <label for="ab">SBP keyA</label> <input type="text" id="ab" name="sbp:keyA"> <label for="abc">SBP keyB</label> <input type="text" id="abc" name="sbp:keyB"> + --> <% } %> |