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 <[email protected]> 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 [email protected].
