File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
demo/src/main/java/raven/modal/demo/menu Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments