Skip to content

Commit ec83d77

Browse files
author
Dennis Labordus
committed
Make release through github actions.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 6ff4b75 commit ec83d77

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Or, if you don't have GraalVM installed, you can run the native executable build
6767
./mvnw package -Pnative -Dquarkus.native.container-build=true
6868
```
6969

70-
You can then execute your native executable with: `./app/target/code-with-quarkus-1.0.0-SNAPSHOT-runner`
70+
You can then execute your native executable with: `./app/target/code-with-quarkus-local-SNAPSHOT-runner`
7171

7272
If you want to learn more about building native executables, please consult https://quarkus.io/guides/maven-tooling.html
7373
.

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SPDX-License-Identifier: Apache-2.0
1111
<parent>
1212
<groupId>org.lfenergy.compas.scl.data</groupId>
1313
<artifactId>compas-scl-data-service</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>local-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>app</artifactId>

app/src/main/resources/META-INF/resources/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<html lang="en">
99
<head>
1010
<meta charset="UTF-8">
11-
<title>app - 1.0.0-SNAPSHOT</title>
11+
<title>app - local-SNAPSHOT</title>
1212
<style>
1313
h1, h2, h3, h4, h5, h6 {
1414
margin-bottom: 0.5rem;
@@ -131,7 +131,7 @@ <h3>Application</h3>
131131
<ul>
132132
<li>GroupId: <code>org.lfenergy.compas.scl.data</code></li>
133133
<li>ArtifactId: <code>app</code></li>
134-
<li>Version: <code>1.0.0-SNAPSHOT</code></li>
134+
<li>Version: <code>local-SNAPSHOT</code></li>
135135
<li>Quarkus Version: <code>2.0.0.Final</code></li>
136136
</ul>
137137
</div>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SPDX-License-Identifier: Apache-2.0
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>org.lfenergy.compas.scl.data</groupId>
1212
<artifactId>compas-scl-data-service</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
13+
<version>local-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<properties>

repository-basex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SPDX-License-Identifier: Apache-2.0
1111
<parent>
1212
<groupId>org.lfenergy.compas.scl.data</groupId>
1313
<artifactId>compas-scl-data-service</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>local-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>repository-basex</artifactId>

repository-postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SPDX-License-Identifier: Apache-2.0
1111
<parent>
1212
<groupId>org.lfenergy.compas.scl.data</groupId>
1313
<artifactId>compas-scl-data-service</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>local-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>repository-postgresql</artifactId>

repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SPDX-License-Identifier: Apache-2.0
1111
<parent>
1212
<groupId>org.lfenergy.compas.scl.data</groupId>
1313
<artifactId>compas-scl-data-service</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>local-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>repository</artifactId>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SPDX-License-Identifier: Apache-2.0
1111
<parent>
1212
<groupId>org.lfenergy.compas.scl.data</groupId>
1313
<artifactId>compas-scl-data-service</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>local-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)