Repository: logging-log4j-scala
Updated Branches:
  refs/heads/master 75ee3cd11 -> db1925817


Raise version to 2.8.1-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/db192581
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/db192581
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/db192581

Branch: refs/heads/master
Commit: db192581763c415af4b1acda50f253949e110255
Parents: 75ee3cd
Author: Matt Sicker <boa...@gmail.com>
Authored: Sat Jan 28 10:59:49 2017 -0600
Committer: Matt Sicker <boa...@gmail.com>
Committed: Sat Jan 28 10:59:49 2017 -0600

----------------------------------------------------------------------
 log4j-api-scala-sample/pom.xml | 2 +-
 log4j-api-scala_2.10/pom.xml   | 2 +-
 log4j-api-scala_2.11/pom.xml   | 2 +-
 log4j-api-scala_2.12/pom.xml   | 2 +-
 pom.xml                        | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/db192581/log4j-api-scala-sample/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-api-scala-sample/pom.xml b/log4j-api-scala-sample/pom.xml
index 8b293f1..e4967ec 100644
--- a/log4j-api-scala-sample/pom.xml
+++ b/log4j-api-scala-sample/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-scala</artifactId>
-    <version>2.7.1-SNAPSHOT</version>
+    <version>2.8.1-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api-scala-sample</artifactId>

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/db192581/log4j-api-scala_2.10/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-api-scala_2.10/pom.xml b/log4j-api-scala_2.10/pom.xml
index 77e8ae6..5a6721d 100644
--- a/log4j-api-scala_2.10/pom.xml
+++ b/log4j-api-scala_2.10/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-scala</artifactId>
-    <version>2.7.1-SNAPSHOT</version>
+    <version>2.8.1-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api-scala_2.10</artifactId>

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/db192581/log4j-api-scala_2.11/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-api-scala_2.11/pom.xml b/log4j-api-scala_2.11/pom.xml
index 5220bdc..1e87803 100644
--- a/log4j-api-scala_2.11/pom.xml
+++ b/log4j-api-scala_2.11/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-scala</artifactId>
-    <version>2.7.1-SNAPSHOT</version>
+    <version>2.8.1-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api-scala_2.11</artifactId>

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/db192581/log4j-api-scala_2.12/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-api-scala_2.12/pom.xml b/log4j-api-scala_2.12/pom.xml
index 156caeb..8bcde23 100644
--- a/log4j-api-scala_2.12/pom.xml
+++ b/log4j-api-scala_2.12/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-scala</artifactId>
-    <version>2.7.1-SNAPSHOT</version>
+    <version>2.8.1-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api-scala_2.12</artifactId>

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/db192581/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8b447ab..51c2bc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.logging.log4j</groupId>
   <artifactId>log4j-scala</artifactId>
-  <version>2.7.1-SNAPSHOT</version>
+  <version>2.8.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Log4j 2 Scala API</name>
@@ -42,7 +42,7 @@
   <properties>
     <maven-site-plugin.version>3.6</maven-site-plugin.version>
     <log4jParentDir>${basedir}</log4jParentDir>
-    <Log4jReleaseVersion>2.7</Log4jReleaseVersion>
+    <Log4jReleaseVersion>2.8</Log4jReleaseVersion>
     <changes.plugin.version>2.12.1</changes.plugin.version>
     <pmd.plugin.version>3.7</pmd.plugin.version>
   </properties>

Reply via email to