[maven-release-plugin]  copy for tag org.apache.sling.resourceresolver-1.1.10

git-svn-id: https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.resourceresolver-1.1.10@1651339 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java b/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java
index 95c3df1..452e787 100644
--- a/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java
+++ b/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java
@@ -190,14 +190,14 @@
               label = "Maximum number of cached vanity path entries",
               description = "The maximum number of cached vanity path entries. " +
                             "Default is -1 (no limit)")
-    private static final String PROP_MAX_CACHED_VANITY_PATHS = "resource.resolver.max.vanityPath.entries";
+    private static final String PROP_MAX_CACHED_VANITY_PATHS = "resource.resolver.vanitypath.maxEntries";
 
     private static final int DEFAULT_VANITY_BLOOM_FILTER_MAX_BYTES = 1024000;
     @Property(longValue = DEFAULT_VANITY_BLOOM_FILTER_MAX_BYTES,
               label = "Maximum number of vanity bloom filter bytes",
               description = "The maximum number of vanity bloom filter bytes. " +
                             "Changing this value is subject to vanity bloom filter rebuild")
-    private static final String PROP_VANITY_BLOOM_FILTER_MAX_BYTES = "resource.resolver.vanity.bloom.filter.max.bytes";
+    private static final String PROP_VANITY_BLOOM_FILTER_MAX_BYTES = " resource.resolver.vanitypath.bloomfilter.maxBytes";
     
     private static final boolean DEFAULT_ENABLE_OPTIMIZE_ALIAS_RESOLUTION = true;
     @Property(boolValue = DEFAULT_ENABLE_OPTIMIZE_ALIAS_RESOLUTION ,