[felix-main] 01/05: Imported Upstream version 5.0.0
Markus Koschany
apo-guest at moszumanska.debian.org
Mon May 4 12:06:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository felix-main.
commit 18a553ff1deb46ab8941885ddf7d034feb9311c1
Author: Markus Koschany <apo at gambaru.de>
Date: Mon May 4 13:34:46 2015 +0200
Imported Upstream version 5.0.0
---
DEPENDENCIES | 2 +-
doc/changelog.txt | 9 +++++++++
pom.xml | 14 +++++++-------
3 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 6ec619d..ad3bed0 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -7,7 +7,7 @@ Apache Felix Main
From: 'The Apache Software Foundation' (http://www.apache.org/)
- - Apache Felix Framework (http://felix.apache.org/org.apache.felix.framework/) org.apache.felix:org.apache.felix.framework:bundle:4.6.1
+ - Apache Felix Framework (http://felix.apache.org/org.apache.felix.framework/) org.apache.felix:org.apache.felix.framework:bundle:5.0.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
diff --git a/doc/changelog.txt b/doc/changelog.txt
index 01f402b..3062260 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,3 +1,12 @@
+Changes form 4.6.1 to 5.0.0
+---------------------------
+
+** Improvement
+ * Update to latest framework version 5.0.0
+ * Update to latest obr 2.0.4
+ * Update to latest gogo runtime 0.16.2
+ * Update to latest gogo command 0.14.0
+
Changes from 4.6.0 to 4.6.1
---------------------------
diff --git a/pom.xml b/pom.xml
index fcd46d1..371de64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,11 +27,11 @@
<packaging>bundle</packaging>
<name>Apache Felix Main</name>
<artifactId>org.apache.felix.main</artifactId>
- <version>4.6.1</version>
+ <version>5.0.0</version>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-4.6.1</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-4.6.1</developerConnection>
- <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-4.6.1</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-5.0.0</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-5.0.0</developerConnection>
+ <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-5.0.0</url>
</scm>
<dependencies>
<dependency>
@@ -43,11 +43,11 @@
<properties>
<log.level>4</log.level>
<dollar>$</dollar>
- <framework.version>4.6.1</framework.version>
- <gogo.runtime.version>0.12.1</gogo.runtime.version>
+ <framework.version>5.0.0</framework.version>
+ <gogo.runtime.version>0.16.2</gogo.runtime.version>
<gogo.shell.version>0.10.0</gogo.shell.version>
<gogo.command.version>0.14.0</gogo.command.version>
- <obr.version>2.0.2</obr.version>
+ <obr.version>2.0.4</obr.version>
</properties>
<profiles>
<profile>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-main.git
More information about the pkg-java-commits
mailing list