summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BKUApplet/src/main/resources/simplelog.properties2
-rw-r--r--BKUCertificates/pom.xml2
-rw-r--r--BKUOnline/pom.xml2
-rw-r--r--BKUWebStart/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/BKUApplet/src/main/resources/simplelog.properties b/BKUApplet/src/main/resources/simplelog.properties
index 51be76a8..d62508cf 100644
--- a/BKUApplet/src/main/resources/simplelog.properties
+++ b/BKUApplet/src/main/resources/simplelog.properties
@@ -15,7 +15,7 @@
# Logging detail level,
# Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
-org.apache.commons.logging.simplelog.defaultlog=trace
+org.apache.commons.logging.simplelog.defaultlog=debug
# Logs the Log instance used
org.apache.commons.logging.simplelog.showlogname=true
#Logs the class name with package(or Path)
diff --git a/BKUCertificates/pom.xml b/BKUCertificates/pom.xml
index 287842f9..56a4b69a 100644
--- a/BKUCertificates/pom.xml
+++ b/BKUCertificates/pom.xml
@@ -9,7 +9,7 @@
<artifactId>BKUCertificates</artifactId>
<!-- DON'T CHANGE VERSION UNLESS THE INCLUDED CERTIFICATES CHANGED
| DON'T MAKE -SNAPSHOT VERSIONS HERE, THE RELEASE-PLUGIN WILL THEN TRY TO UPDATE -->
- <version>1.2</version>
+ <version>1.1</version>
<name>BKU Certificates</name>
<build>
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml
index 4aa868fa..9309c42a 100644
--- a/BKUOnline/pom.xml
+++ b/BKUOnline/pom.xml
@@ -38,7 +38,7 @@
<dependency>
<artifactId>BKUCertificates</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.2</version>
+ <version>1.1</version>
</dependency>
<dependency>
<artifactId>BKUHelp</artifactId>
diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml
index 2bd56514..81b6c395 100644
--- a/BKUWebStart/pom.xml
+++ b/BKUWebStart/pom.xml
@@ -230,7 +230,7 @@
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUCertificates</artifactId>
- <version>1.2</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>iaik</groupId>