Skip to content

Commit

Permalink
build: Update version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvost committed Apr 25, 2024
1 parent 75199d4 commit f30dbbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lemminx-dayz-ce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
<parent>
<groupId>io.github.rvost</groupId>
<artifactId>lemminx-dayz-ce-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>lemminx-dayz-ce</artifactId>

<properties>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.rvost</groupId>
<artifactId>lemminx-dayz-ce-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<licenses>
Expand Down

0 comments on commit f30dbbd

Please sign in to comment.