Skip to content

Commit ac4158a

Browse files
committed
Update versions and copyright date
1 parent 300ba8a commit ac4158a

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
ImpSort Maven Plugin
3-
Copyright 2017-2022 Revelc
3+
Copyright 2017-2023 Revelc
44

55
This product includes software developed at
66
http://code.revelc.net

pom.xml

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache</groupId>
1919
<artifactId>apache</artifactId>
20-
<version>28</version>
20+
<version>29</version>
2121
<relativePath />
2222
</parent>
2323
<groupId>net.revelc.code</groupId>
@@ -34,9 +34,8 @@
3434
</organization>
3535
<licenses>
3636
<license>
37-
<name>Apache License, Version 2.0</name>
37+
<name>Apache-2.0</name>
3838
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
39-
<distribution>repo</distribution>
4039
</license>
4140
</licenses>
4241
<developers>
@@ -81,20 +80,20 @@
8180
<formatterConfigFile>src/tools/modified-google-style.xml</formatterConfigFile>
8281
<github.site.repositoryName>impsort-maven-plugin</github.site.repositoryName>
8382
<github.site.repositoryOwner>revelc</github.site.repositoryOwner>
84-
<javaparser.version>3.24.8</javaparser.version>
83+
<javaparser.version>3.24.10</javaparser.version>
8584
<maven.compiler.release>11</maven.compiler.release>
8685
<maven.compiler.source>11</maven.compiler.source>
8786
<maven.compiler.target>11</maven.compiler.target>
8887
<!-- skip standard site deployment, because site is deployed using github plugin instead -->
8988
<maven.site.deploy.skip>true</maven.site.deploy.skip>
90-
<maven.tools-version>3.8.6</maven.tools-version>
91-
<mavenPluginToolsVersion>3.7.0</mavenPluginToolsVersion>
89+
<maven.tools-version>3.8.7</maven.tools-version>
90+
<mavenPluginToolsVersion>3.7.1</mavenPluginToolsVersion>
9291
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
9392
<minimalMavenBuildVersion>3.5.0</minimalMavenBuildVersion>
9493
<project.build.outputTimestamp>2022-11-23T16:28:41Z</project.build.outputTimestamp>
9594
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9695
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
97-
<projectInfoReportsVersion>3.4.1</projectInfoReportsVersion>
96+
<projectInfoReportsVersion>3.4.2</projectInfoReportsVersion>
9897
<sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
9998
<surefire.version>3.0.0-M5</surefire.version>
10099
</properties>
@@ -125,6 +124,12 @@
125124
<artifactId>maven-plugin-annotations</artifactId>
126125
<version>${mavenPluginToolsVersion}</version>
127126
</dependency>
127+
<dependency>
128+
<!-- Fluido is listed here for version update checking only -->
129+
<groupId>org.apache.maven.skins</groupId>
130+
<artifactId>maven-fluido-skin</artifactId>
131+
<version>2.0.0-M2</version>
132+
</dependency>
128133
<dependency>
129134
<groupId>org.codehaus.plexus</groupId>
130135
<artifactId>plexus-utils</artifactId>
@@ -133,7 +138,7 @@
133138
<dependency>
134139
<groupId>org.junit.jupiter</groupId>
135140
<artifactId>junit-jupiter</artifactId>
136-
<version>5.9.1</version>
141+
<version>5.9.2</version>
137142
</dependency>
138143
</dependencies>
139144
</dependencyManagement>
@@ -178,7 +183,7 @@
178183
<plugin>
179184
<groupId>org.codehaus.mojo</groupId>
180185
<artifactId>versions-maven-plugin</artifactId>
181-
<version>2.13.0</version>
186+
<version>2.14.2</version>
182187
</plugin>
183188
<plugin>
184189
<groupId>org.gaul</groupId>
@@ -269,20 +274,20 @@
269274
<plugin>
270275
<groupId>net.revelc.code</groupId>
271276
<artifactId>impsort-maven-plugin</artifactId>
272-
<version>1.7.0</version>
277+
<version>1.8.0</version>
273278
<configuration>
274279
<groups>java.,javax.,org.,com.</groups>
275280
</configuration>
276281
</plugin>
277282
<plugin>
278283
<groupId>org.apache.maven.plugins</groupId>
279284
<artifactId>maven-checkstyle-plugin</artifactId>
280-
<version>3.2.0</version>
285+
<version>3.2.1</version>
281286
<dependencies>
282287
<dependency>
283288
<groupId>com.puppycrawl.tools</groupId>
284289
<artifactId>checkstyle</artifactId>
285-
<version>10.4</version>
290+
<version>10.6.0</version>
286291
</dependency>
287292
</dependencies>
288293
</plugin>

0 commit comments

Comments
 (0)