release 0.5.0
This commit is contained in:
parent
59cfca2168
commit
e4affd8dfc
2 changed files with 4 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue