Skip to content

Commit

Permalink
Updated Gluon example and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schnell committed Oct 31, 2023
1 parent 095d6c9 commit 34852c7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
Expand All @@ -42,7 +42,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.OSS_SONATYPE_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.OSS_SONATYPE_GPG_PASSPHRASE }}
Expand Down
2 changes: 1 addition & 1 deletion archetype/src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<attach.version>4.0.18</attach.version>
<connect.version>2.0.1</connect.version>
<javafx.maven.plugin.version>0.0.8</javafx.maven.plugin.version>
<gluonfx.maven.plugin.version>1.0.18</gluonfx.maven.plugin.version>
<gluonfx.maven.plugin.version>1.0.21</gluonfx.maven.plugin.version>
<main.class>${pkgName}.${appName}</main.class>
<app.identifier>${symbol_dollar}{main.class}</app.identifier>
<app.description>${appDescription}</app.description>
Expand Down
2 changes: 1 addition & 1 deletion example
2 changes: 1 addition & 1 deletion marchetyper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<plugin>
<groupId>org.fuin.marchetyper</groupId>
<artifactId>marchetyper-maven-plugin</artifactId>
<version>0.4.1</version>
<version>0.6.0</version>
<executions>
<execution>
<id>generate</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.fuin</groupId>
<artifactId>pom</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<groupId>org.fuin.archetypes</groupId>
Expand Down
4 changes: 2 additions & 2 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<dependency>
<groupId>org.fuin.marchetyper</groupId>
<artifactId>marchetyper-core</artifactId>
<version>0.4.0</version>
<version>0.6.0</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.2</version>
<version>5.10.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 34852c7

Please sign in to comment.