This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging-mail.git
commit d1bc628296f5d755d3cddba9b6111a8906c12c9d Author: Oliver Lietz <[email protected]> AuthorDate: Sun Feb 23 01:05:17 2020 +0100 SLING-9082 Update to Sling Bundle Parent 38 Switch back from SNAPSHOT to released version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9002119..91c3390 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>39-SNAPSHOT</version> + <version>38</version> <relativePath /> </parent>
