Skip to content

Commit 191114d

Browse files
committed
build jar
1 parent 4c7805f commit 191114d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ This swing toast notifications use for java desktop application gui swing with f
77

88
## Install
99

10-
This library not available in maven, try use jar file, by copy to the root project `/library/swing-toast-notifications-1.0.1.jar`
10+
This library not available in maven, try use jar file, by copy to the root project `/library/swing-toast-notifications-1.0.3.jar`
1111

1212
``` xml
1313
<dependency>
1414
<groupId>raven.toast</groupId>
1515
<artifactId>swing-toast-notifications</artifactId>
16-
<version>1.0.1</version>
16+
<version>1.0.3</version>
1717
<scope>system</scope>
18-
<systemPath>${basedir}/library/swing-toast-notifications-1.0.1.jar</systemPath>
18+
<systemPath>${basedir}/library/swing-toast-notifications-1.0.3.jar</systemPath>
1919
</dependency>
2020
```
2121
- Other library are use with this library

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>raven.toast</groupId>
88
<artifactId>swing-toast-notifications</artifactId>
9-
<version>1.0.2</version>
9+
<version>1.0.3</version>
1010

1111
<properties>
1212
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)