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

rombert pushed a commit to annotated tag org.apache.sling.pipes-1.0.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git

commit 2bee430a96bc52bae57a3a81bf4c624a4eb170f4
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Fri May 5 10:27:48 2017 +0000

    SLING-6833 - Sling Pipes should explicitly set exported package versions
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/sling-pipes@1794005
 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/pipes/package-info.java    | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/src/main/java/org/apache/sling/pipes/package-info.java 
b/src/main/java/org/apache/sling/pipes/package-info.java
new file mode 100644
index 0000000..b5e84e4
--- /dev/null
+++ b/src/main/java/org/apache/sling/pipes/package-info.java
@@ -0,0 +1,20 @@
+/*
+ * 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("0.0.10")
+package org.apache.sling.pipes;
+
+import org.osgi.annotation.versioning.Version;

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <commits@sling.apache.org>.

Reply via email to