Skip to content

Commit

Permalink
Updated version (this will be automated one day - or another)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel committed Feb 17, 2024
1 parent 4426f45 commit 53d826a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
releaseversion:
description: 'Release version'
required: true
default: "0.1.11"
default: "0.1.14"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can use the archetype by running this maven-friendly 😅command.
Current version is ![GitHub version](https://badge.fury.io/gh/Riduidel%2Faadarchi.svg)

```sh
mvn archetype:generate -DarchetypeVersion=0.1.11 -Daadarchi-version=0.1.11 -DarchetypeGroupId=io.github.Riduidel.aadarchi -DarchetypeArtifactId=archetype
mvn archetype:generate -DarchetypeVersion=0.1.14 -Daadarchi-version=0.1.14 -DarchetypeGroupId=io.github.Riduidel.aadarchi -DarchetypeArtifactId=archetype
```

This will ask you a few questions and generate the project.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
<replaceValue>$1${project.version}</replaceValue>
<recursive>false</recursive>
<fileMask>
on_release_perform_maven_release.yml</fileMask>
on_workflow_dispatch_perform_maven_release.yml</fileMask>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 53d826a

Please sign in to comment.