Skip to content

Commit 98cee80

Browse files
committed
- starting work on 0.9.20-SNAPSHOT
1 parent 632b2a2 commit 98cee80

7 files changed

Lines changed: 10 additions & 7 deletions

File tree

logback-access/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ch.qos.logback</groupId>
77
<artifactId>logback-parent</artifactId>
8-
<version>0.9.19</version>
8+
<version>0.9.20-SNAPSHOT</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

logback-classic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ch.qos.logback</groupId>
77
<artifactId>logback-parent</artifactId>
8-
<version>0.9.19</version>
8+
<version>0.9.20-SNAPSHOT</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

logback-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ch.qos.logback</groupId>
77
<artifactId>logback-parent</artifactId>
8-
<version>0.9.19</version>
8+
<version>0.9.20-SNAPSHOT</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

logback-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ch.qos.logback</groupId>
77
<artifactId>logback-parent</artifactId>
8-
<version>0.9.19</version>
8+
<version>0.9.20-SNAPSHOT</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

logback-site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>ch.qos.logback</groupId>
55
<artifactId>logback-parent</artifactId>
6-
<version>0.9.19</version>
6+
<version>0.9.20-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ch.qos.logback</groupId>
77
<artifactId>logback-parent</artifactId>
8-
<version>0.9.19</version>
8+
<version>0.9.20-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<name>Logback-Parent</name>
1111

release.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ mvn site:site
66
#mvn javadoc:jar
77
mvn assembly:assembly
88
mvn deploy -P javadocjar
9-
mvn site:deploy -N
9+
mvn site:deploy -N
10+
11+
#git tag -a release_${VERSION_NUMBER}
12+
#git push --tags

0 commit comments

Comments
 (0)