Skip to content

Commit

Permalink
feature/settings_xml (#497)
Browse files Browse the repository at this point in the history
* GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE

* Test: Build & Analyze with Maven

* updated to version 0.0.12
  • Loading branch information
Bock4Soft authored Jul 5, 2024
1 parent f4b54fc commit 39b71d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>online.projektassistent</groupId>
<artifactId>projektassistent-parent</artifactId>
<version>0.0.10</version>
<version>0.0.12</version>
</parent>

<artifactId>projektassistent-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>online.projektassistent</groupId>
<artifactId>projektassistent-parent</artifactId>
<packaging>pom</packaging>
<version>0.0.10</version>
<version>0.0.12</version>
<name>Projektassistent :: Parent</name>
<description>Projektassistent</description>

Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>online.projektassistent</groupId>
<artifactId>projektassistent-parent</artifactId>
<version>0.0.10</version>
<version>0.0.12</version>
</parent>

<artifactId>projektassistent-server</artifactId>
Expand Down

0 comments on commit 39b71d8

Please sign in to comment.