Skip to content

Commit

Permalink
Prepaire for 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andirady committed Oct 29, 2023
1 parent 8a89abc commit c98cca5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Plugin [org.apache.maven.plugins:maven-resources-plugin] added

## Building

This project requires Java 17+, Graal 22.1+ and Maven 3.8.4+.
This project requires Java 21+, GraalVM CE and Maven 3.8.4+.
You can use [sdkman](https://sdkman.io/) to download them.

To build, run
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.andirady.pomcli</groupId>
<artifactId>pomcli</artifactId>
<version>0.9.0</version>
<version>${revision}</version>
<properties>
<revision>0.9.1-SNAPSHOT</revision>
<maven.compiler.release>21</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<exec.mainClass>com.github.andirady.pomcli.Main</exec.mainClass>
<picocli.version>4.7.4</picocli.version>
<jackson.version>2.14.1</jackson.version>
<junit.version>5.9.3</junit.version>
</properties>
<scm>
<url>https://github.com/andirady/pom-cli.git</url>
<developerConnection>scm:git:[email protected]:andirady/pom-cli.git</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>info.picocli</groupId>
Expand Down Expand Up @@ -128,7 +133,7 @@
</execution>
</executions>
<configuration>
<imageName>pom</imageName>
<imageName>pom-${version}</imageName>
<mainClass>${exec.mainClass}</mainClass>
</configuration>
</plugin>
Expand Down

0 comments on commit c98cca5

Please sign in to comment.