Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ-Raven committed Sep 21, 2024
1 parent d00e179 commit 9b979e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void styleProfile(JLabel label) {
public SimpleFooterData getSimpleFooterData() {
return new SimpleFooterData()
.setTitle("Swing Modal Dialog")
.setDescription("Version 1.2");
.setDescription("Version 1.2.0");
}

@Override
Expand Down
7 changes: 2 additions & 5 deletions modal-dialog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.dj-raven</groupId>
<artifactId>swing-modal-dialog</artifactId>
<version>${revision}</version>
</parent>

<groupId>io.github.dj-raven</groupId>
<artifactId>modal-dialog</artifactId>
<version>1.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 @@ -24,7 +24,7 @@
</repositories>

<properties>
<revision>1.2</revision>
<revision>1.2.0</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 9b979e8

Please sign in to comment.