Skip to content
This repository was archived by the owner on Dec 10, 2023. It is now read-only.

Commit 6de4ad7

Browse files
committed
[maven-release-plugin] prepare release crowd2-4.2.0
1 parent 770a34a commit 6de4ad7

1 file changed

Lines changed: 9 additions & 16 deletions

File tree

pom.xml

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>org.jenkins-ci.plugins</groupId>
86
<artifactId>plugin</artifactId>
97
<version>4.75</version>
10-
<relativePath/>
8+
<relativePath />
119
</parent>
1210

1311
<artifactId>crowd2</artifactId>
14-
<version>${revision}${changelist}</version>
12+
<version>4.2.0</version>
1513
<packaging>hpi</packaging>
1614

1715
<name>Crowd 2 Integration</name>
@@ -70,7 +68,7 @@
7068
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
7169
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
7270
<url>https://github.com/${gitHubRepo}</url>
73-
<tag>${scmTag}</tag>
71+
<tag>crowd2-4.2.0</tag>
7472
</scm>
7573

7674
<repositories>
@@ -287,8 +285,7 @@
287285
<module name="LineLength">
288286
<property name="fileExtensions" value="java" />
289287
<property name="max" value="240" />
290-
<property name="ignorePattern"
291-
value="^package.*|^import.*|a href|href|http://|https://|ftp://" />
288+
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://" />
292289
</module>
293290
<module name="TreeWalker">
294291
<!-- Annotations:
@@ -325,28 +322,24 @@
325322
https://checkstyle.sourceforge.io/config_imports.html-->
326323
<module name="AvoidStarImport" />
327324
<module name="ImportOrder">
328-
<property name="groups"
329-
value="*,com,dagger,de,hudson,io,java,javax,jenkins,okhttp3,org,retrofit2,software," />
325+
<property name="groups" value="*,com,dagger,de,hudson,io,java,javax,jenkins,okhttp3,org,retrofit2,software," />
330326
<property name="ordered" value="true" />
331327
<property name="separated" value="true" />
332328
<property name="option" value="bottom" />
333329
<property name="sortStaticImportsAlphabetically" value="true" />
334330
</module>
335331
<module name="IllegalImport">
336332
<!-- prevent the use of jsr-305 annotations -->
337-
<property name="illegalClasses"
338-
value="javax.annotation.MatchesPattern.Checker, javax.annotation.Nonnegative.Checker, javax.annotation.Nonnull.Checker, javax.annotation.RegEx.Checker, javax.annotation.CheckForNull, javax.annotation.CheckForSigned, javax.annotation.CheckReturnValue, javax.annotation.Detainted, javax.annotation.MatchesPattern, javax.annotation.Nonnegative, javax.annotation.Nonnull, javax.annotation.Nullable, javax.annotation.OverridingMethodsMustInvokeSuper, javax.annotation.ParametersAreNonnullByDefault, javax.annotation.ParametersAreNullableByDefault, javax.annotation.PropertyKey, javax.annotation.RegEx, javax.annotation.Signed, javax.annotation.Syntax, javax.annotation.Tainted, javax.annotation.Untainted, javax.annotation.WillClose, javax.annotation.WillCloseWhenClosed, javax.annotation.WillNotClose, javax.annotation.concurrent.GuardedBy, javax.annotation.concurrent.Immutable, javax.annotation.concurrent.NotThreadSafe, javax.annotation.concurrent.ThreadSafe, javax.annotation.meta.TypeQualifierValidator, javax.annotation.meta.When, javax.annotation.meta.Exclusive, javax.annotation.meta.Exhaustive, javax.annotation.meta.TypeQualifier, javax.annotation.meta.TypeQualifierDefault, javax.annotation.meta.TypeQualifierNickname" />
333+
<property name="illegalClasses" value="javax.annotation.MatchesPattern.Checker, javax.annotation.Nonnegative.Checker, javax.annotation.Nonnull.Checker, javax.annotation.RegEx.Checker, javax.annotation.CheckForNull, javax.annotation.CheckForSigned, javax.annotation.CheckReturnValue, javax.annotation.Detainted, javax.annotation.MatchesPattern, javax.annotation.Nonnegative, javax.annotation.Nonnull, javax.annotation.Nullable, javax.annotation.OverridingMethodsMustInvokeSuper, javax.annotation.ParametersAreNonnullByDefault, javax.annotation.ParametersAreNullableByDefault, javax.annotation.PropertyKey, javax.annotation.RegEx, javax.annotation.Signed, javax.annotation.Syntax, javax.annotation.Tainted, javax.annotation.Untainted, javax.annotation.WillClose, javax.annotation.WillCloseWhenClosed, javax.annotation.WillNotClose, javax.annotation.concurrent.GuardedBy, javax.annotation.concurrent.Immutable, javax.annotation.concurrent.NotThreadSafe, javax.annotation.concurrent.ThreadSafe, javax.annotation.meta.TypeQualifierValidator, javax.annotation.meta.When, javax.annotation.meta.Exclusive, javax.annotation.meta.Exhaustive, javax.annotation.meta.TypeQualifier, javax.annotation.meta.TypeQualifierDefault, javax.annotation.meta.TypeQualifierNickname" />
339334
<!-- Prevent the expansion of Guava usages -->
340-
<property name="illegalPkgs"
341-
value="com.google.common.base, com.google.common.escape, com.google.common.eventbus, com.google.common.graph, com.google.common.hash, com.google.common.html, com.google.common.io, com.google.common.math, com.google.common.net, com.google.common.primitives, com.google.common.reflect, com.google.common.xml, com.google.thirdparty" />
335+
<property name="illegalPkgs" value="com.google.common.base, com.google.common.escape, com.google.common.eventbus, com.google.common.graph, com.google.common.hash, com.google.common.html, com.google.common.io, com.google.common.math, com.google.common.net, com.google.common.primitives, com.google.common.reflect, com.google.common.xml, com.google.thirdparty" />
342336
</module>
343337
<module name="RedundantImport" />
344338
<module name="UnusedImports" />
345339
<!-- Javadoc Comments:
346340
https://checkstyle.sourceforge.io/config_javadoc.html -->
347341
<module name="AtclauseOrder">
348-
<property name="tagOrder"
349-
value="@param, @return, @throws, @deprecated" />
342+
<property name="tagOrder" value="@param, @return, @throws, @deprecated" />
350343
</module>
351344
<module name="InvalidJavadocPosition" />
352345
<module name="JavadocMethod">

0 commit comments

Comments
 (0)