Prepare new release
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1613987 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/bnd-scr-plugin/changelog.txt b/scrplugin/bnd-scr-plugin/changelog.txt
index a85d064..35f410b 100644
--- a/scrplugin/bnd-scr-plugin/changelog.txt
+++ b/scrplugin/bnd-scr-plugin/changelog.txt
@@ -1,4 +1,4 @@
-Changes from 1.2.0 to 1.1.0
+Changes from 1.3.0 to 1.1.0
---------------------------
** Improvement
* [FELIX-4586] - A field must be volatile if methods are generated for a dynamic reference
diff --git a/scrplugin/bnd-scr-plugin/pom.xml b/scrplugin/bnd-scr-plugin/pom.xml
index 53cebc1..f04f158 100644
--- a/scrplugin/bnd-scr-plugin/pom.xml
+++ b/scrplugin/bnd-scr-plugin/pom.xml
@@ -49,13 +49,13 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.generator</artifactId>
- <version>1.11.1-SNAPSHOT</version>
+ <version>1.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
- <version>1.9.9-SNAPSHOT</version>
+ <version>1.9.8</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/scrplugin/ds-annotations/changelog.txt b/scrplugin/ds-annotations/changelog.txt
index 3b4a1ee..3099232 100644
--- a/scrplugin/ds-annotations/changelog.txt
+++ b/scrplugin/ds-annotations/changelog.txt
@@ -1,3 +1,9 @@
+Changes from 1.2.8 to 1.2.4
+---------------------------
+** Bug
+ * [FELIX-4296] - Cannot deactivate service interface detection in DS annotations
+
+
Changes from 1.2.4 to 1.2.2
---------------------------
** Bug
diff --git a/scrplugin/ds-annotations/pom.xml b/scrplugin/ds-annotations/pom.xml
index 876f33c..09fe735 100644
--- a/scrplugin/ds-annotations/pom.xml
+++ b/scrplugin/ds-annotations/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.generator</artifactId>
- <version>1.11.1-SNAPSHOT</version>
+ <version>1.12.0</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/scrplugin/generator/changelog.txt b/scrplugin/generator/changelog.txt
index 4da288b..4627e31 100644
--- a/scrplugin/generator/changelog.txt
+++ b/scrplugin/generator/changelog.txt
@@ -1,4 +1,4 @@
-Changes from 1.11.0 to 1.10.0
+Changes from 1.12.0 to 1.10.0
----------------------------
** Improvement
* [FELIX-4586] - A field must be volatile if methods are generated for a dynamic reference
diff --git a/scrplugin/maven-scr-plugin/changelog.txt b/scrplugin/maven-scr-plugin/changelog.txt
index 2a49e44..4dc1e10 100644
--- a/scrplugin/maven-scr-plugin/changelog.txt
+++ b/scrplugin/maven-scr-plugin/changelog.txt
@@ -1,4 +1,4 @@
-Changes from 1.18.0 to 1.17.0
+Changes from 1.19.0 to 1.17.0
-----------------------------
** Improvement
* [FELIX-4586] - A field must be volatile if methods are generated for a dynamic reference
diff --git a/scrplugin/maven-scr-plugin/pom.xml b/scrplugin/maven-scr-plugin/pom.xml
index 0089df3..a352cad 100644
--- a/scrplugin/maven-scr-plugin/pom.xml
+++ b/scrplugin/maven-scr-plugin/pom.xml
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.generator</artifactId>
- <version>1.11.1-SNAPSHOT</version>
+ <version>1.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/scrplugin/scrtask/changelog.txt b/scrplugin/scrtask/changelog.txt
index 8929f55..5f4bb18 100644
--- a/scrplugin/scrtask/changelog.txt
+++ b/scrplugin/scrtask/changelog.txt
@@ -1,4 +1,4 @@
-Changes from 1.12.0 to 1.11.0
+Changes from 1.13.0 to 1.11.0
-----------------------------
** Improvement
* [FELIX-4586] - A field must be volatile if methods are generated for a dynamic reference
diff --git a/scrplugin/scrtask/pom.xml b/scrplugin/scrtask/pom.xml
index 08f82e3..d575f90 100644
--- a/scrplugin/scrtask/pom.xml
+++ b/scrplugin/scrtask/pom.xml
@@ -54,19 +54,19 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.generator</artifactId>
- <version>1.11.1-SNAPSHOT</version>
+ <version>1.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
- <version>1.9.9-SNAPSHOT</version>
+ <version>1.9.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.ds-annotations</artifactId>
- <version>1.2.7-SNAPSHOT</version>
+ <version>1.2.8</version>
<scope>compile</scope>
</dependency>
<dependency>