Modify the configuration files to export the R4.1 version of Service Tracker.
(FELIX-514)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk/main@682084 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/resources/config.properties b/src/main/resources/config.properties
index b3bc49d..0d2fe83 100644
--- a/src/main/resources/config.properties
+++ b/src/main/resources/config.properties
@@ -22,7 +22,7 @@
  org.osgi.service.packageadmin; version=1.2.0, \
  org.osgi.service.startlevel; version=1.1.0, \
  org.osgi.service.url; version=1.0.0, \
- org.osgi.util.tracker; version=1.3.2 \
+ org.osgi.util.tracker; version=1.3.3 \
  ${jre-${java.specification.version}}
 
 #org.osgi.framework.bootdelegation=sun.*,com.sun.*
diff --git a/src/main/resources/default.properties b/src/main/resources/default.properties
index 23c798d..a431179 100644
--- a/src/main/resources/default.properties
+++ b/src/main/resources/default.properties
@@ -22,7 +22,7 @@
  org.osgi.service.packageadmin; version=1.2.0, \
  org.osgi.service.startlevel; version=1.1.0, \
  org.osgi.service.url; version=1.0.0, \
- org.osgi.util.tracker; version=1.3.2 \
+ org.osgi.util.tracker; version=1.3.3 \
  ${dollar}{jre-${dollar}{java.specification.version}}
 
 #org.osgi.framework.bootdelegation=sun.*,com.sun.*