Prepare for release by updating framework, obr, and gogo versions. Furthermore, attach sources and update changelog
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1609224 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/doc/changelog.txt b/main/doc/changelog.txt
index 1519248..5069cd5 100644
--- a/main/doc/changelog.txt
+++ b/main/doc/changelog.txt
@@ -1,3 +1,10 @@
+Changes from 4.4.0 to 4.4.1
+---------------------------
+** Improvement
+ * Update to latest framework version 4.4.1
+ * Update to latest obr version 2.0.2
+ * Update to gogo commands 0.14.0 and runtime 0.12.1
+
Changes from 4.2.1 to 4.4.0
---------------------------
diff --git a/main/pom.xml b/main/pom.xml
index 33e5aba..70c89be 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -43,11 +43,11 @@
<properties>
<log.level>4</log.level>
<dollar>$</dollar>
- <framework.version>4.5.0-SNAPSHOT</framework.version>
+ <framework.version>4.4.1</framework.version>
<gogo.runtime.version>0.12.1</gogo.runtime.version>
<gogo.shell.version>0.10.0</gogo.shell.version>
<gogo.command.version>0.14.0</gogo.command.version>
- <obr.version>1.6.6</obr.version>
+ <obr.version>2.0.2</obr.version>
</properties>
<profiles>
<profile>
@@ -72,7 +72,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.3.5</version>
+ <version>2.5.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
@@ -159,6 +159,25 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <failOnError>false</failOnError>
+ </configuration>
+ </plugin>
</plugins>
<resources>
<resource>