Skip to content

Commit

Permalink
revert version to 4.4.6-SNAPSHOT (#118)
Browse files Browse the repository at this point in the history
The 4.4.6 release was never published, so we're going back to
4.4.6-SNAPSHOT on the unstable branch.
  • Loading branch information
iaik-jheher committed Apr 2, 2024
1 parent ec38340 commit 00a38d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pdf-over-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>pdf-over</artifactId>
<groupId>at.a-sit</groupId>
<version>4.4.7-SNAPSHOT</version>
<version>4.4.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>pdf-over-commons</artifactId>
<version>4.4.7-SNAPSHOT</version>
<version>4.4.6-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pdf-over-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>pdf-over</artifactId>
<groupId>at.a-sit</groupId>
<version>4.4.7-SNAPSHOT</version>
<version>4.4.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>pdf-over-gui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdf-over-signer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>pdf-over</artifactId>
<groupId>at.a-sit</groupId>
<version>4.4.7-SNAPSHOT</version>
<version>4.4.6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pdf-over-signer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>at.a-sit</groupId>
<artifactId>pdf-over</artifactId>
<version>4.4.7-SNAPSHOT</version>
<version>4.4.6-SNAPSHOT</version>
<packaging>pom</packaging>

<name>PDF-Over</name>
Expand Down

0 comments on commit 00a38d3

Please sign in to comment.