Skip to content

Commit 403c9a7

Browse files
authored
Merge pull request #61 from bibonix/upgrade-qulice-0.27.2
Upgrade qulice-maven-plugin to 0.27.2
2 parents 3e6e8ee + 1ea4940 commit 403c9a7

6 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-24.04, windows-2022, macos-15]
20-
java: [17, 21]
20+
java: [21]
2121
steps:
2222
- uses: actions/checkout@v6
2323
- uses: actions/setup-java@v4

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>com.qulice</groupId>
8686
<artifactId>qulice-maven-plugin</artifactId>
87-
<version>0.26.0</version>
87+
<version>0.27.2</version>
8888
<configuration>
8989
<excludes>
9090
<exclude>duplicatefinder:.*</exclude>

src/mock/java/com/jcabi/urn/URNMocker.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/**
1010
* Mocker of {@link URN}.
11-
*
1211
* @since 0.6
1312
* @checkstyle AbbreviationAsWordInNameCheck (500 lines)
1413
*/

src/mock/java/com/jcabi/urn/package-info.java

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

66
/**
77
* URN, mocks.
8-
*
98
* @since 0.6
109
*/
1110
package com.jcabi.urn;

src/test/java/com/jcabi/urn/URNTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
/**
2020
* Uniform Resource Name (URN), tests.
21-
*
2221
* @since 0.6
2322
* @checkstyle AbbreviationAsWordInNameCheck (500 lines)
2423
*/

src/test/java/com/jcabi/urn/package-info.java

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

66
/**
77
* URN, tests.
8-
*
98
* @since 0.6
109
*/
1110
package com.jcabi.urn;

0 commit comments

Comments
 (0)