File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Add the following element to your project's `pom.xml` file:
2121<dependency >
2222 <groupId >io.github.albertus82</groupId >
2323 <artifactId >jface-utils</artifactId >
24- <version >20.1 .0</version >
24+ <version >20.2 .0</version >
2525</dependency >
2626```
2727
Original file line number Diff line number Diff line change 77
88 <groupId >io.github.albertus82</groupId >
99 <artifactId >jface-utils</artifactId >
10- <version >20.2.0-SNAPSHOT </version >
10+ <version >20.2.0</version >
1111 <name >JFaceUtils</name >
1212 <url >https://github.com/albertus82/jface-utils</url >
1313 <description >Java SWT/JFace Utility Library including a Preferences Framework, Lightweight HTTP Server and macOS support.</description >
578578 </pluginManagement >
579579 </build >
580580
581- <!-- <distributionManagement>
582- <snapshotRepository>
583- <id>ossrh-snapshot</id>
584- <url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
585- </snapshotRepository>
586- <repository>
587- <id>ossrh-release</id>
588- <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
589- </repository>
590- </distributionManagement>-->
591-
592581</project >
You can’t perform that action at this time.
0 commit comments