[logback-dev] [GIT] Logback-audit: logging for events with business significance. branch master updated. v_0.5-2-gcf829a7

Gitbot git-noreply at pixie.qos.ch
Wed Feb 13 19:36:24 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback-audit: logging for events with business significance.".

The branch, master has been updated
       via  cf829a749bec7fb33585fdc268327a7b94d1c425 (commit)
      from  9afd68d50124fd3a1e3841df44a8d69df81c8b8d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://github.com/ceki/logback-audit/commit/cf829a749bec7fb33585fdc268327a7b94d1c425

commit cf829a749bec7fb33585fdc268327a7b94d1c425
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Feb 13 19:35:48 2013 +0100

    updates

diff --git a/audit-server/src/test/java/ch/qos/logback/audit/server/AuditServerReconnectionTest.java b/audit-server/src/test/java/ch/qos/logback/audit/server/AuditServerReconnectionTest.java
old mode 100644
new mode 100755
index b087a42..d626bcc
--- a/audit-server/src/test/java/ch/qos/logback/audit/server/AuditServerReconnectionTest.java
+++ b/audit-server/src/test/java/ch/qos/logback/audit/server/AuditServerReconnectionTest.java
@@ -92,7 +92,7 @@ public class AuditServerReconnectionTest extends TestCase {
     fireServer();
 
     // reconnectionDelay 50
-    Thread.sleep(100 + 50);
+    Thread.sleep(1000 + 50);
 
     Auditor auditor = AuditorFactory.getAuditor();
     StatusPrinter.print(auditor);
diff --git a/audit-site/src/site/pages/index.html b/audit-site/src/site/pages/index.html
index efd9191..1dd1abc 100755
--- a/audit-site/src/site/pages/index.html
+++ b/audit-site/src/site/pages/index.html
@@ -23,7 +23,7 @@ prefix='';
 		<h2>Logback-Audit</h2>
 
     <p>Logback-Audit is designed for logging events which have
-    long-term business significance. Logback-audit is commercial
+    long-term business significance. Logback-audit is open-source
     software based on logback-core.
 		</p>
 
diff --git a/audit-site/src/site/pages/news.html b/audit-site/src/site/pages/news.html
index 30f170b..a025923 100755
--- a/audit-site/src/site/pages/news.html
+++ b/audit-site/src/site/pages/news.html
@@ -27,34 +27,37 @@
     the <a href="http://www.qos.ch/mailman/listinfo/announce">QOS.ch
     announce</a> mailing list.</p>
 
+    <h3>February 13th, 2013 - Release of logback-audit version 0.6</h3>
 
-  <hr width="80%" align="center" />
+    <p>Logback-core library upgraded to version 1.0.9.</p>
 
-  <h3>October 24th, 2011 - Release of logback-audit version 0.5 </h3>
+    <p>SLF4J-API upgraded to version 1.7.2.</p>
 
-  <p>Initial public release of logback-audit.</p>
+    <p>Janino library upgraded to version 2.6.1.</p>
 
-  <hr width="80%" align="center" />
+    <hr width="80%" align="center" />
+
+    <h3>October 24th, 2011 - Release of logback-audit version 0.5 </h3>
+
+    <p>Initial public release of logback-audit.</p>
+
+    <hr width="80%" align="center" />
  
-  <h3>May 15th, 2008 - Updates to logback-audit web-site </h3>
+    <h3>May 15th, 2008 - Updates to logback-audit web-site </h3>
 
-  <p>The logback-audit web-site has been updates with significantly
-  enhanced contents.
-  </p>
+    <p>The logback-audit web-site has been updates with significantly
+    enhanced contents.
+    </p>
 
-  <hr width="80%" align="center" />
+    <hr width="80%" align="center" />
  
-  <h3>March 28th, 2008 - Logback-Audit web-site goes live</h3>
-  <p>The logback-audit web-site goes live. At its present state, it is
-  pretty primitive but updates will follow.
-  </p>
-	
-	
-	
-	
+    <h3>March 28th, 2008 - Logback-Audit web-site goes live</h3>
+    <p>The logback-audit web-site goes live. At its present state, it is
+    pretty primitive but updates will follow.
+    </p>
 	
 	
-<script src="templates/footer.js"></script>
+    <script src="templates/footer.js"></script>
 </div>
 </body>
 </html>
diff --git a/audit-site/src/site/pages/templates/footer.js b/audit-site/src/site/pages/templates/footer.js
index 0a2e162..e70e4a2 100755
--- a/audit-site/src/site/pages/templates/footer.js
+++ b/audit-site/src/site/pages/templates/footer.js
@@ -4,12 +4,7 @@ document.write('<table class="footer" border="0">')
 
 document.write('<tr>')
 
-document.write('<td valign="top">Copyright © 2012  <a href="http://www.qos.ch/">QOS.ch</a></td>')
-
-document.write('  <td rowspan="2">')
-document.write('    <script type="text/javascript" src="http://www.ohloh.net/p/586885/widgets/project_users.js"></script>')
-document.write('  </td>')
-
+document.write('<td valign="top">Copyright © 2013  <a href="http://www.qos.ch/">QOS.ch</a></td>')
 
 document.write('</tr>')
 
diff --git a/pom.xml b/pom.xml
index a9d38b6..59a6066 100755
--- a/pom.xml
+++ b/pom.xml
@@ -22,9 +22,9 @@
   </modules>
 
   <properties>
-    <slf4j.version>1.6.3</slf4j.version>
-    <logback.version>0.9.30</logback.version>
-    <janino.version>2.5.10</janino.version>
+    <slf4j.version>1.7.2</slf4j.version>
+    <logback.version>1.0.9</logback.version>
+    <janino.version>2.6.1</janino.version>
   </properties>
 
   <dependencies>
@@ -301,6 +301,28 @@
       </build>
     </profile>
 
+    <profile>
+      <id>sign-artifacts</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.1</version>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
   </profiles>
 
   <distributionManagement>
@@ -310,8 +332,8 @@
     </site>
 
     <repository>
-      <id>pixie</id>
-      <url>scp://pixie.qos.ch/var/mvnrepo/</url>
+      <id>sonatype-nexus-staging</id>
+      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
     </repository>
 
   </distributionManagement>

-----------------------------------------------------------------------

Summary of changes:
 .../audit/server/AuditServerReconnectionTest.java  |  2 +-
 audit-site/src/site/pages/index.html               |  2 +-
 audit-site/src/site/pages/news.html                | 39 ++++++++++++----------
 audit-site/src/site/pages/templates/footer.js      |  7 +---
 pom.xml                                            | 32 +++++++++++++++---
 5 files changed, 51 insertions(+), 31 deletions(-)
 mode change 100644 => 100755 audit-server/src/test/java/ch/qos/logback/audit/server/AuditServerReconnectionTest.java


hooks/post-receive
-- 
Logback-audit: logging for events with business significance.


More information about the logback-dev mailing list