From commits-return-67054-archive-asf-public=cust-asf.ponee.io@sling.apache.org Thu May 3 12:41:44 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7423A180677 for ; Thu, 3 May 2018 12:41:43 +0200 (CEST) Received: (qmail 79515 invoked by uid 500); 3 May 2018 10:41:42 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 79506 invoked by uid 99); 3 May 2018 10:41:42 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2018 10:41:42 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 752FB8521F; Thu, 3 May 2018 10:41:41 +0000 (UTC) Date: Thu, 03 May 2018 10:41:43 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-dynamic-include] 02/03: SLING-7621 - set package versions explicitly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: bdelacretaz@apache.org In-Reply-To: <152534410136.2518.4812253825624773479@gitbox.apache.org> References: <152534410136.2518.4812253825624773479@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-dynamic-include X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: d7e772f30163890e57451e7ecad9ebf3824a097d X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180503104141.752FB8521F@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. bdelacretaz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-dynamic-include.git commit d7e772f30163890e57451e7ecad9ebf3824a097d Author: Bertrand Delacretaz AuthorDate: Thu May 3 12:30:23 2018 +0200 SLING-7621 - set package versions explicitly --- .../dynamicinclude/generator/package-info.java | 22 ++++++++++++++++++++++ .../generator/types/package-info.java | 22 ++++++++++++++++++++++ .../apache/sling/dynamicinclude/package-info.java | 22 ++++++++++++++++++++++ .../dynamicinclude/pathmatcher/package-info.java | 22 ++++++++++++++++++++++ 4 files changed, 88 insertions(+) diff --git a/src/main/java/org/apache/sling/dynamicinclude/generator/package-info.java b/src/main/java/org/apache/sling/dynamicinclude/generator/package-info.java new file mode 100644 index 0000000..91d2fc9 --- /dev/null +++ b/src/main/java/org/apache/sling/dynamicinclude/generator/package-info.java @@ -0,0 +1,22 @@ +/* + * 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. + */ +@Version("3.0.0") +package org.apache.sling.dynamicinclude.generator; +import aQute.bnd.annotation.Version; + diff --git a/src/main/java/org/apache/sling/dynamicinclude/generator/types/package-info.java b/src/main/java/org/apache/sling/dynamicinclude/generator/types/package-info.java new file mode 100644 index 0000000..2ffbf94 --- /dev/null +++ b/src/main/java/org/apache/sling/dynamicinclude/generator/types/package-info.java @@ -0,0 +1,22 @@ +/* + * 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. + */ +@Version("3.0.0") +package org.apache.sling.dynamicinclude.generator.types; +import aQute.bnd.annotation.Version; + diff --git a/src/main/java/org/apache/sling/dynamicinclude/package-info.java b/src/main/java/org/apache/sling/dynamicinclude/package-info.java new file mode 100644 index 0000000..6eed06e --- /dev/null +++ b/src/main/java/org/apache/sling/dynamicinclude/package-info.java @@ -0,0 +1,22 @@ +/* + * 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. + */ +@Version("4.0.0") +package org.apache.sling.dynamicinclude; +import aQute.bnd.annotation.Version; + diff --git a/src/main/java/org/apache/sling/dynamicinclude/pathmatcher/package-info.java b/src/main/java/org/apache/sling/dynamicinclude/pathmatcher/package-info.java new file mode 100644 index 0000000..1eb7026 --- /dev/null +++ b/src/main/java/org/apache/sling/dynamicinclude/pathmatcher/package-info.java @@ -0,0 +1,22 @@ +/* + * 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. + */ +@Version("3.0.0") +package org.apache.sling.dynamicinclude.pathmatcher; +import aQute.bnd.annotation.Version; + -- To stop receiving notification emails like this one, please contact bdelacretaz@apache.org.