Skip to content

Commit 36c425d

Browse files
committed
Last version with Maven groupId "it.albertus".
Starting from version 18, the groupId will be "io.github.albertus82", as recommended in https://central.sonatype.org/publish/requirements/coordinates/
1 parent 0b409c4 commit 36c425d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ JFaceUtils
66
[![Build status](https://ci.appveyor.com/api/projects/status/github/albertus82/jface-utils?branch=master&svg=true)](https://ci.appveyor.com/project/albertus82/jface-utils)
77
[![Known Vulnerabilities](https://snyk.io/test/github/albertus82/jface-utils/badge.svg?targetFile=pom.xml)](https://snyk.io/test/github/albertus82/jface-utils?targetFile=pom.xml)
88

9+
## :warning: Starting from version 18.0.0 the Maven **groupId** and the **base package** name will change from `it.albertus` to `io.github.albertus82`.
10+
911
### Java SWT/JFace Utility Library including a Preferences Framework
1012

1113
This library is meant to support the development of small footprint Java desktop applications with graphical user interface. Some non GUI utility classes are also included, aiming to improve some basic Java features such as logging, configuration, I/O and the lightweight HTTP server.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>it.albertus</groupId>
99
<artifactId>jface-utils</artifactId>
10-
<version>17.3.4-SNAPSHOT</version>
10+
<version>17.9.9</version>
1111
<name>JFaceUtils</name>
1212
<url>https://github.com/albertus82/${project.artifactId}</url>
1313
<description>Java SWT/JFace Utility Library including a Preferences Framework, Lightweight HTTP Server and macOS support.</description>

0 commit comments

Comments
 (0)