You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cs...@apache.org on 2019/07/13 11:59:10 UTC

[sling-org-apache-sling-distribution-journal-messages] branch master updated: SLING-8531 Export messages package with version

This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-messages.git


The following commit(s) were added to refs/heads/master by this push:
     new c0e315a  SLING-8531 Export messages package with version
c0e315a is described below

commit c0e315ae8f4ed744262e0588f165e1f1904531d4
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Sat Jul 13 13:59:03 2019 +0200

    SLING-8531 Export messages package with version
---
 .../distribution/journal/messages/package-info.java | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/src/main/java/org/apache/sling/distribution/journal/messages/package-info.java b/src/main/java/org/apache/sling/distribution/journal/messages/package-info.java
new file mode 100644
index 0000000..f69a41d
--- /dev/null
+++ b/src/main/java/org/apache/sling/distribution/journal/messages/package-info.java
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+@org.osgi.annotation.versioning.Version("0.1.0")
+package org.apache.sling.distribution.journal.messages;
+