Skip to content

Commit

Permalink
[ci skip] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Heid committed Jul 15, 2024
1 parent ccee04b commit 011d03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.drjekyll</groupId>
<artifactId>fontchooser</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<description>A Java Swing Component to choose a font according to the list of available font families, styles and sizes.</description>
<developers>
<developer>
Expand Down Expand Up @@ -49,7 +49,7 @@
<connection>scm:git:https://github.com/dheid/fontchooser.git</connection>
<developerConnection>scm:git:https://github.com/dheid/fontchooser.git</developerConnection>
<url>https://github.com/dheid/fontchooser</url>
<tag>fontchooser-3.0.0</tag>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 011d03a

Please sign in to comment.