Skip to content

Commit c6a54fc

Browse files
authored
Bump version (#542)
1 parent 024df55 commit c6a54fc

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
settings-path: ${{ github.workspace }} # location for the settings.xml file
2727

2828
- name: Build with Maven
29-
run: ./mvnw -B package --file pom.xml
29+
run: ./mvnw -B -DskipTests=true package --file pom.xml
3030

3131
- name: Publish to GitHub Packages Apache Maven
3232
run: ./mvnw deploy -s $GITHUB_WORKSPACE/settings.xml

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@conorheffron/ironoc-frontend",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"private": false,
55
"license": "GPL-3.0-or-later",
66
"dependencies": {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>conorheffron</groupId>
77
<artifactId>ironoc</artifactId>
8-
<version>9.0.0</version>
8+
<version>9.0.1</version>
99
<packaging>war</packaging>
1010

1111
<distributionManagement>

0 commit comments

Comments
 (0)