Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ-Raven committed Dec 31, 2024
1 parent 161c995 commit 3e9e246
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [2.2.0]-SNAPSHOT
## [2.2.0] - 2024-12-31

### New features and improvements

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the dependency
<dependency>
<groupId>io.github.dj-raven</groupId>
<artifactId>modal-dialog</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.dj-raven</groupId>
<artifactId>swing-modal-dialog</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/src/main/java/raven/modal/demo/Demo.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

public class Demo extends JFrame {

public static final String DEMO_VERSION = "2.2.0-SNAPSHOT";
public static final String DEMO_VERSION = "2.2.0";

public Demo() {
init();
Expand Down
2 changes: 1 addition & 1 deletion modal-dialog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.dj-raven</groupId>
<artifactId>modal-dialog</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.dj-raven</groupId>
<artifactId>swing-modal-dialog</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>pom</packaging>
<modules>
<module>modal-dialog</module>
Expand Down

0 comments on commit 3e9e246

Please sign in to comment.