[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch master updated. v_0.9.30-59-gd6b7424

Gitbot git-noreply at pixie.qos.ch
Fri Oct 28 17:07:07 CEST 2011


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: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  d6b7424405ab7a6ec55ab7537664e230b1a3ab3f (commit)
      from  a92ebc4fb60906beaa77d4c673159b430b752e88 (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://git.qos.ch/gitweb/?p=logback.git;a=commit;h=d6b7424405ab7a6ec55ab7537664e230b1a3ab3f
http://github.com/ceki/logback/commit/d6b7424405ab7a6ec55ab7537664e230b1a3ab3f

commit d6b7424405ab7a6ec55ab7537664e230b1a3ab3f
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Fri Oct 28 17:06:34 2011 +0200

    revert groovy 1.7.6, revert to gmaven instead of groovy-eclipse compiler

diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index f672bac..17a772f 100644
--- a/logback-classic/pom.xml
+++ b/logback-classic/pom.xml
@@ -226,33 +226,23 @@
         <configuration>
           <source>1.5</source>
           <target>1.5</target>
-                <compilerId>groovy-eclipse-compiler</compilerId>
-      <verbose>true</verbose>
         </configuration>
-
-            <dependencies>
-      <dependency>
-        <groupId>org.codehaus.groovy</groupId>
-        <artifactId>groovy-eclipse-compiler</artifactId>
-        <version>2.5.2-01</version>
-      </dependency>
-    </dependencies>
       </plugin>
 
-      <!--<plugin>-->
-        <!--<groupId>org.codehaus.groovy.maven</groupId>-->
-        <!--<artifactId>gmaven-plugin</artifactId>-->
-        <!--<executions>-->
-          <!--<execution>-->
-            <!--<goals>-->
-              <!--<goal>generateStubs</goal>-->
-              <!--<goal>compile</goal>-->
-              <!--<goal>generateTestStubs</goal>-->
-              <!--<goal>testCompile</goal>-->
-            <!--</goals>-->
-          <!--</execution>-->
-        <!--</executions>-->
-      <!--</plugin>-->
+      <plugin>
+      <groupId>org.codehaus.groovy.maven</groupId>
+        <artifactId>gmaven-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>generateStubs</goal>
+              <goal>compile</goal>
+              <goal>generateTestStubs</goal>
+              <goal>testCompile</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
 
       <plugin>
          <groupId>org.scala-tools</groupId>
diff --git a/pom.xml b/pom.xml
index 52cf6f7..5a0c1d0 100755
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
     <junit.version>4.8.2</junit.version>
     <janino.version>2.5.10</janino.version>
     <scala.version>2.9.1</scala.version>
-    <groovy.version>1.8.3</groovy.version>
+    <groovy.version>1.7.6</groovy.version>
     <consolePlugin.version>1.1.0</consolePlugin.version>
     <tomcat.version>7.0.21</tomcat.version>
     <jetty.version>7.5.1.v20110908</jetty.version>

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

Summary of changes:
 logback-classic/pom.xml |   38 ++++++++++++++------------------------
 pom.xml                 |    2 +-
 2 files changed, 15 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.


More information about the logback-dev mailing list