From 64dae7ea7a9b540018dbf353bbd7f3031806aa83 Mon Sep 17 00:00:00 2001
From: bcopy <500789+bcopy@users.noreply.github.com>
Date: Tue, 11 Apr 2023 17:20:11 +0200
Subject: [PATCH 1/3] Update for next development version
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6843c0f..438d312 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
com.github.cmcrobotics
reveal-microservice
- 0.0.6
+ 0.0.7-SNAPSHOT
RevealJS :: Microservice
A presentation Microservice for Reveal JS presentations
From ba4927cca632b400098ea632e1927205259584df Mon Sep 17 00:00:00 2001
From: bcopy <500789+bcopy@users.noreply.github.com>
Date: Tue, 11 Apr 2023 17:24:25 +0200
Subject: [PATCH 2/3] Skip tests during native release build
---
.github/workflows/release.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fbce3b4..a266cf5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
native-image-job-reports: 'true'
- name: Build the microservice
run: |
- ./mvnw -q -B native:compile -Pnative
+ ./mvnw -q -B native:compile -Pnative -DskipNativeTests -DskipTests
- name: Upload UNIX release assets
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
uses: actions/upload-release-asset@v1
From 47e7544fb7cf9c5d0b767d5921b14a440379ebb8 Mon Sep 17 00:00:00 2001
From: bcopy <500789+bcopy@users.noreply.github.com>
Date: Tue, 11 Apr 2023 17:24:46 +0200
Subject: [PATCH 3/3] Update versions for release
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 438d312..efecf62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
com.github.cmcrobotics
reveal-microservice
- 0.0.7-SNAPSHOT
+ 0.0.7
RevealJS :: Microservice
A presentation Microservice for Reveal JS presentations