FELIX-3747 Cleanup project for Java 5 release
  - Update OSGi Dependencies to 4.3.1
    (these are build to target Java 5 and thus work on Java 7)
  - Fix description to declare suporting DS 1.2

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1406559 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/pom.xml b/scr/pom.xml
index 2c9ec0a..170cbb7 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Declarative Services</name>
     <description>
-        Implementation of the Declarative Services specification 1.1
+        Implementation of the Declarative Services specification 1.2
     </description>
     <artifactId>org.apache.felix.scr</artifactId>
     <version>1.6.1-SNAPSHOT</version>
@@ -77,13 +77,13 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <version>4.3.0</version>
+            <version>4.3.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.compendium</artifactId>
-            <version>4.3.0</version>
+            <version>4.3.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>