This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.models.api-1.2.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-api.git
commit e910706bac3e2bd7a6e9bd7b2c74d0df90628378 Author: Stefan Seifert <[email protected]> AuthorDate: Thu Sep 10 11:28:42 2015 +0000 SLING-4997 mark ModelFactory as ProviderType and lower package version to 1.1 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/models/api@1702220 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/models/factory/ModelFactory.java | 6 +++--- src/main/java/org/apache/sling/models/factory/package-info.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/apache/sling/models/factory/ModelFactory.java b/src/main/java/org/apache/sling/models/factory/ModelFactory.java index b7bc498..718d0aa 100644 --- a/src/main/java/org/apache/sling/models/factory/ModelFactory.java +++ b/src/main/java/org/apache/sling/models/factory/ModelFactory.java @@ -20,13 +20,13 @@ package org.apache.sling.models.factory; import javax.annotation.Nonnull; -import org.apache.sling.models.annotations.Model; +import aQute.bnd.annotation.ProviderType; /** - * The ModelFactory instantiates Sling Model classes similar to {@link -#adaptTo} but will throw an exception in case + * The ModelFactory instantiates Sling Model classes similar to #adaptTo but will throw an exception in case * instantiation fails for some reason. */ +@ProviderType public interface ModelFactory { /** diff --git a/src/main/java/org/apache/sling/models/factory/package-info.java b/src/main/java/org/apache/sling/models/factory/package-info.java index 4a67bcc..45cfda3 100644 --- a/src/main/java/org/apache/sling/models/factory/package-info.java +++ b/src/main/java/org/apache/sling/models/factory/package-info.java @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -@Version("2.0.0") +@Version("1.1.0") package org.apache.sling.models.factory; import aQute.bnd.annotation.Version; \ No newline at end of file -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
