You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2014/07/09 18:22:56 UTC

svn commit: r1609224 - in /felix/trunk/main: doc/changelog.txt pom.xml

Author: pauls
Date: Wed Jul  9 16:22:55 2014
New Revision: 1609224

URL: http://svn.apache.org/r1609224
Log:
Prepare for release by updating framework, obr, and gogo versions. Furthermore, attach sources and update changelog

Modified:
    felix/trunk/main/doc/changelog.txt
    felix/trunk/main/pom.xml

Modified: felix/trunk/main/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main/doc/changelog.txt?rev=1609224&r1=1609223&r2=1609224&view=diff
==============================================================================
--- felix/trunk/main/doc/changelog.txt (original)
+++ felix/trunk/main/doc/changelog.txt Wed Jul  9 16:22:55 2014
@@ -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
 ---------------------------
 

Modified: felix/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=1609224&r1=1609223&r2=1609224&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Wed Jul  9 16:22:55 2014
@@ -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>