Skip to content

Commit

Permalink
preparing release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Mar 29, 2016
1 parent b16f852 commit 2dad001
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 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.7-SNAPSHOT</version>
<version>1.1.7</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.7-SNAPSHOT</version>
<version>1.1.7</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.7-SNAPSHOT</version>
<version>1.1.7</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.7-SNAPSHOT</version>
<version>1.1.7</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.7-SNAPSHOT</version>
<version>1.1.7</version>
</parent>

<artifactId>logback-site</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions logback-site/src/site/pages/news.html
Expand Up @@ -74,6 +74,12 @@ <h3>March 29th, 2016, Release of version 1.1.7</h3>
</p>


<p>Joran can now handle logger names ending with a $, i.e. the
first character in variable substitution. This issue was raised in
<a href="http://jira.qos.ch/browse/LOGBACK-1149">LOGBACK-1149</a>
by by Stevo Slavic.
</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.7-SNAPSHOT</version>
<version>1.1.7</version>
<packaging>pom</packaging>
<name>Logback-Parent</name>
<description>logback project pom.xml file</description>
Expand Down

0 comments on commit 2dad001

Please sign in to comment.