commit | 154466dd4295443ac8f6513bb671f3ebd5a6afc9 | [log] [tgz] |
---|---|---|
author | Richard S. Hall <rickhall@apache.org> | Fri Jul 13 23:08:04 2007 +0000 |
committer | Richard S. Hall <rickhall@apache.org> | Fri Jul 13 23:08:04 2007 +0000 |
tree | bb817b7561e37caa0a94b4756a9c6cc47613ab1f | |
parent | 41146fc5f48e5d9977c4dd9d8285891fec9aab2b [diff] [blame] |
Fixed an incorrect version in the dependency. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@556173 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/servicebased.host/pom.xml b/examples/servicebased.host/pom.xml index d6da47b..93c9968 100644 --- a/examples/servicebased.host/pom.xml +++ b/examples/servicebased.host/pom.xml
@@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </dependency> </dependencies> <build>