release 0.5.0

This commit is contained in:
Minecon724 2024-01-20 12:10:10 +00:00
parent 59cfca2168
commit e4affd8dfc
2 changed files with 4 additions and 3 deletions

View file

@ -17,8 +17,9 @@ jobs:
- name: mvn clean package - name: mvn clean package
run: mvn clean package run: mvn clean package
- run: mkdir staging && cp target/*.jar staging - name: Upload artifact
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: Package name: Package
path: staging path: target/*.jar
if-no-files-found: error

View file

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>pl.minecon724</groupId> <groupId>pl.minecon724</groupId>
<artifactId>realweather</artifactId> <artifactId>realweather</artifactId>
<version>0.5.0-DEV</version> <version>0.5.0</version>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>