Skip to content

Commit

Permalink
codecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
caochengxiang committed Jan 23, 2024
1 parent ace695f commit 41b5816
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
11 changes: 6 additions & 5 deletions jcommon/codecheck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>run.mone</groupId>
<artifactId>infra-result</artifactId>
<version>1.4-jdk21-SNAPSHOT</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>run.mone</groupId>-->
<!-- <artifactId>infra-result</artifactId>-->
<!-- <version>1.5-jdk21-SNAPSHOT</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand All @@ -46,4 +46,5 @@
</plugin>
</plugins>
</build>

</project>
8 changes: 5 additions & 3 deletions jcommon/mv-plugin/codecheck-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<version>1.4-jdk20-SNAPSHOT</version>
</parent>
<artifactId>codecheck-maven-plugin</artifactId>
<version>1.4-jdk21-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>codecheck-maven-plugin Maven Plugin</name>
<url>http://maven.apache.org</url>
Expand All @@ -18,7 +19,7 @@
<dependency>
<groupId>run.mone</groupId>
<artifactId>codecheck</artifactId>
<version>1.4-jdk20-SNAPSHOT</version>
<version>1.4-jdk21-SNAPSHOT</version>
<exclusions>
<exclusion>
<artifactId>tools</artifactId>
Expand Down Expand Up @@ -58,8 +59,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<source>20</source>
<target>20</target>
<source>21</source>
<target>21</target>
<encoding>UTF-8</encoding>
<compilerArguments>
<sourcepath>${project.basedir}/src/main/java</sourcepath>
Expand All @@ -68,4 +69,5 @@
</plugin>
</plugins>
</build>

</project>

0 comments on commit 41b5816

Please sign in to comment.