Skip to content

Commit

Permalink
Merge pull request #32 from lunasaw/2.6.2
Browse files Browse the repository at this point in the history
2.6.2
  • Loading branch information
lunasaw authored Jun 25, 2024
2 parents d406460 + 3cc9698 commit c2e2ded
Show file tree
Hide file tree
Showing 26 changed files with 7,920 additions and 25 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<groupId>io.github.lunasaw</groupId>
<artifactId>luna-common</artifactId>
<name>luna-common</name>
<version>2.6.1</version>
<version>2.6.2</version>
<description>common is project which contains common utils</description>
<url>https://github.com/lunasaw/luna-common</url>

<properties>
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<java.version>17</java.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<!-- github server corresponds to entry in ~/.m2/settings.xml -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
Loading

0 comments on commit c2e2ded

Please sign in to comment.