diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-01-19 15:49:22 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-01-19 15:49:22 +0000 |
commit | 773a478924b43429f9a891a84a42b3d2e67a8d08 (patch) | |
tree | 6f2891939951ad0ca27153e435e2604c67248d88 | |
parent | 14366682d6361024589c0996aa1c54a4c9c5167c (diff) | |
download | mocca-773a478924b43429f9a891a84a42b3d2e67a8d08.tar.gz mocca-773a478924b43429f9a891a84a42b3d2e67a8d08.tar.bz2 mocca-773a478924b43429f9a891a84a42b3d2e67a8d08.zip |
DON'T make BKUCertificates a -SNAPSHOT version!
applet log
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@585 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r-- | BKUApplet/src/main/resources/simplelog.properties | 2 | ||||
-rw-r--r-- | BKUCertificates/pom.xml | 2 | ||||
-rw-r--r-- | BKUOnline/pom.xml | 2 | ||||
-rw-r--r-- | BKUWebStart/pom.xml | 2 |
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> |