Skip to content

Commit b117553

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 637cb7b commit b117553

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

java-diff-utils-jgit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.java-diff-utils</groupId>
66
<artifactId>java-diff-utils-parent</artifactId>
7-
<version>4.16</version>
7+
<version>4.17-SNAPSHOT</version>
88
</parent>
99
<artifactId>java-diff-utils-jgit</artifactId>
1010
<packaging>jar</packaging>

java-diff-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.java-diff-utils</groupId>
66
<artifactId>java-diff-utils-parent</artifactId>
7-
<version>4.16</version>
7+
<version>4.17-SNAPSHOT</version>
88
</parent>
99
<groupId>io.github.java-diff-utils</groupId>
1010
<artifactId>java-diff-utils</artifactId>

pom.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.java-diff-utils</groupId>
55
<artifactId>java-diff-utils-parent</artifactId>
6-
<version>4.16</version>
6+
<version>4.17-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>java-diff-utils-parent</name>
99
<description>The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.</description>
@@ -37,7 +37,7 @@
3737
<scm>
3838
<connection>scm:git:https://github.com/java-diff-utils/java-diff-utils.git</connection>
3939
<developerConnection>scm:git:ssh://git@github.com:java-diff-utils/java-diff-utils.git</developerConnection>
40-
<tag>java-diff-utils-parent-4.16</tag>
40+
<tag>HEAD</tag>
4141
<url>https://github.com/java-diff-utils/java-diff-utils.git</url>
4242
</scm>
4343
<issueManagement>
@@ -132,28 +132,28 @@
132132
<sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
133133
<checkstyleRules>
134134
<module name="Checker">
135-
<module name="SuppressWarningsFilter"/>
135+
<module name="SuppressWarningsFilter" />
136136
<module name="TreeWalker">
137-
<module name="SuppressionCommentFilter"/>
138-
<module name="AvoidNestedBlocks"/>
139-
<module name="ConstantName"/>
140-
<module name="EmptyCatchBlock"/>
141-
<module name="EmptyStatement"/>
142-
<module name="MissingOverride"/>
143-
<module name="MultipleVariableDeclarations"/>
144-
<module name="ParameterAssignment"/>
145-
<module name="StringLiteralEquality"/>
146-
<module name="RedundantImport"/>
147-
<module name="UnusedImports"/>
137+
<module name="SuppressionCommentFilter" />
138+
<module name="AvoidNestedBlocks" />
139+
<module name="ConstantName" />
140+
<module name="EmptyCatchBlock" />
141+
<module name="EmptyStatement" />
142+
<module name="MissingOverride" />
143+
<module name="MultipleVariableDeclarations" />
144+
<module name="ParameterAssignment" />
145+
<module name="StringLiteralEquality" />
146+
<module name="RedundantImport" />
147+
<module name="UnusedImports" />
148148

149-
<module name="WhitespaceAfter"/>
149+
<module name="WhitespaceAfter" />
150150

151-
<module name="NeedBraces"/>
152-
<module name="UnnecessaryParentheses"/>
153-
<module name="LeftCurly"/>
154-
<module name="RightCurly"/>
151+
<module name="NeedBraces" />
152+
<module name="UnnecessaryParentheses" />
153+
<module name="LeftCurly" />
154+
<module name="RightCurly" />
155155

156-
<module name="SuppressWarningsHolder"/>
156+
<module name="SuppressWarningsHolder" />
157157
</module>
158158
</module>
159159
</checkstyleRules>
@@ -191,7 +191,7 @@
191191
<version>2.30.0</version>
192192
<configuration>
193193
<java>
194-
<palantirJavaFormat/>
194+
<palantirJavaFormat />
195195
<indent>
196196
<tabs>true</tabs>
197197
<spacesPerTab>2</spacesPerTab>

0 commit comments

Comments
 (0)