Skip to content

Commit 60b3d52

Browse files
committed
v20.2.0
1 parent 973623e commit 60b3d52

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
@@ -578,15 +578,4 @@
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>

0 commit comments

Comments
 (0)