Skip to content

Commit

Permalink
Prepare for release 7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhtz committed Jul 17, 2024
1 parent 3a78b08 commit 1994e3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>pom</packaging>

<name>Timing Framework</name>
<version>7.4.2-SNAPSHOT</version>
<version>7.4.2</version>
<description>
This project provides a framework and sample code for time-based animations.
</description>
Expand Down
2 changes: 1 addition & 1 deletion timingframework-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.bidib.net.java.timingframework</groupId>
<artifactId>timingframework</artifactId>
<version>7.4.2-SNAPSHOT</version>
<version>7.4.2</version>
</parent>

<artifactId>timingframework-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion timingframework-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.bidib.net.java.timingframework</groupId>
<artifactId>timingframework</artifactId>
<version>7.4.2-SNAPSHOT</version>
<version>7.4.2</version>
</parent>

<artifactId>timingframework-swing</artifactId>
Expand Down

0 comments on commit 1994e3a

Please sign in to comment.