Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Aug 25, 2023
1 parent 9a89038 commit b0b65fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appng-archetype-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<parent>
<groupId>org.appng</groupId>
<artifactId>appng-parent</artifactId>
<version>1.26.5-SNAPSHOT-SNAPSHOT</version>
<version>1.26.5-SNAPSHOT</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion appng-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.appng</groupId>
<artifactId>appng-parent</artifactId>
<version>1.26.5-SNAPSHOT-SNAPSHOT</version>
<version>1.26.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appng-template-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<timestamp>${maven.build.timestamp}</timestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<appNG.version>1.26.5-SNAPSHOT-SNAPSHOT</appNG.version>
<appNG.version>1.26.5-SNAPSHOT</appNG.version>
</properties>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion appng-xmlapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.appng</groupId>
<artifactId>appng-parent</artifactId>
<version>1.26.4-SNAPSHOT</version>
<version>1.26.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit b0b65fa

Please sign in to comment.