Skip to content

Commit 9b979e8

Browse files
committed
Change version
1 parent d00e179 commit 9b979e8

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

demo/src/main/java/raven/modal/demo/menu/MyDrawerBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void styleProfile(JLabel label) {
4444
public SimpleFooterData getSimpleFooterData() {
4545
return new SimpleFooterData()
4646
.setTitle("Swing Modal Dialog")
47-
.setDescription("Version 1.2");
47+
.setDescription("Version 1.2.0");
4848
}
4949

5050
@Override

modal-dialog/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<parent>
7-
<groupId>io.github.dj-raven</groupId>
8-
<artifactId>swing-modal-dialog</artifactId>
9-
<version>${revision}</version>
10-
</parent>
116

7+
<groupId>io.github.dj-raven</groupId>
128
<artifactId>modal-dialog</artifactId>
9+
<version>1.2.0</version>
1310

1411
<properties>
1512
<maven.compiler.source>8</maven.compiler.source>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</repositories>
2525

2626
<properties>
27-
<revision>1.2</revision>
27+
<revision>1.2.0</revision>
2828
<maven.compiler.source>8</maven.compiler.source>
2929
<maven.compiler.target>8</maven.compiler.target>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)