version set to 4.1.0-SNAPSHOT
This commit is contained in:
parent
f9a5684ec5
commit
c4b79a9831
6 changed files with 10 additions and 5 deletions
|
@ -1,6 +1,11 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
4.1.0
|
||||
-----
|
||||
|
||||
*
|
||||
|
||||
4.0.0
|
||||
-----
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<groupId>net.kemitix.checkstyle</groupId>
|
||||
<artifactId>builder</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
<version>4.1.0-SNAPSHOT</version>
|
||||
|
||||
<properties>
|
||||
<maven.install.skip>true</maven.install.skip>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>net.kemitix.checkstyle</groupId>
|
||||
<artifactId>root</artifactId>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
<version>4.1.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<groupId>net.kemitix.checkstyle</groupId>
|
||||
<artifactId>regressions</artifactId>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
<version>4.1.0-SNAPSHOT</version>
|
||||
|
||||
<properties>
|
||||
<maven.install.skip>true</maven.install.skip>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<groupId>net.kemitix.checkstyle</groupId>
|
||||
<artifactId>ruleset</artifactId>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
<version>4.1.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Kemitix Checkstyle Ruleset</name>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<groupId>net.kemitix.checkstyle</groupId>
|
||||
<artifactId>tile</artifactId>
|
||||
<version>4.0.0</version>
|
||||
<version>4.1.0-SNAPSHOT</version>
|
||||
|
||||
<packaging>tile</packaging>
|
||||
|
||||
|
|
Loading…
Reference in a new issue