Skip to content

Commit

Permalink
set version 1.1.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Feb 17, 2016
1 parent 77128a0 commit 023b189
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion logback-access/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.1.5</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

<artifactId>logback-access</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logback-classic/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.1.5</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

<artifactId>logback-classic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logback-core/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.1.5</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

<artifactId>logback-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logback-examples/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.1.5</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

<artifactId>logback-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logback-site/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.1.5</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

<artifactId>logback-site</artifactId>
Expand Down
14 changes: 6 additions & 8 deletions logback-site/src/site/pages/news.html
Expand Up @@ -41,14 +41,12 @@ <h3>2016, Release of version 1.1.6</h3>
if the date time pattern in the %d token within the <span
class="option">fileNamePattern</span> is not collision free. This
fixes <a
href="http://jira.qos.ch/browse/LOGBACK-1137">LOGBACK-1137</a>.</p>

<p>In a similar vein, every instance of <code>FileAppender</code>
will now detect if it shares the same <span
class="option">File</span> option value as given for an appender
defined earlier. In addition, <code>RollingFileAppender</code>
instances now check for colliding <span
class="option">FileNamePattern</span> values.</p>
href="http://jira.qos.ch/browse/LOGBACK-1137">LOGBACK-1137</a>. In
a similar vein, every instance of <code>FileAppender</code> will
now detect if it shares the same <span class="option">File</span>
option value as given for an appender defined earlier. In
addition, <code>RollingFileAppender</code> instances now check for
colliding <span class="option">FileNamePattern</span> values.</p>

<hr width="80%" align="center" />

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.1.5</version>
<version>1.1.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Logback-Parent</name>
<description>logback project pom.xml file</description>
Expand Down

0 comments on commit 023b189

Please sign in to comment.