Update to framework 2.0.4
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@910133 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main.distribution/pom.xml b/main.distribution/pom.xml
index 53d5928..0a6dcf1 100644
--- a/main.distribution/pom.xml
+++ b/main.distribution/pom.xml
@@ -31,7 +31,7 @@
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
- <artifactId>org.apache.felix.framework</artifactId>
+ <artifactId>org.apache.felix.main</artifactId>
<version>${framework.version}</version>
</dependency>
<dependency>
@@ -51,7 +51,7 @@
</dependency>
</dependencies>
<properties>
- <framework.version>2.0.3</framework.version>
+ <framework.version>2.0.4</framework.version>
<shell.version>1.4.2</shell.version>
<shell.tui.version>1.4.1</shell.tui.version>
<obr.version>1.4.3</obr.version>