Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from pwgit-create/AppWish_Build_Version
Browse files Browse the repository at this point in the history
App wish build version
  • Loading branch information
pwgit-create authored Dec 21, 2023
2 parents de4095a + ec26fbd commit 86cfabe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: build code-generator
run: make code-generator

- name: build appwish-gui
run: make appwish




6 changes: 3 additions & 3 deletions AppWish/AppWish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pn.dev</groupId>
<artifactId>code-generator-gui</artifactId>
<version>1.0</version>
<version>1.1</version>
<name>CodeGenerator-GUI</name>


Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>pn.dev</groupId>
<artifactId>code-generator</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand Down Expand Up @@ -96,4 +96,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 86cfabe

Please sign in to comment.