Skip to content

Commit

Permalink
Relase v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ-Raven committed Jul 5, 2024
1 parent 4ef0666 commit 420ff28
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.3.0]
## [1.3.0] - 2024-07-05

### New features and improvements

Expand Down
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@

<groupId>raven.datetime</groupId>
<artifactId>swing-datetime-picker</artifactId>
<version>1.2.3</version>
<version>1.3.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/DJ-Raven/swing-datetime-picker</url>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>com.formdev</groupId>
Expand Down

0 comments on commit 420ff28

Please sign in to comment.