diff options
Diffstat (limited to 'osgi')
-rw-r--r-- | osgi/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osgi/build.xml b/osgi/build.xml index 1ffbe594f3..d6e8c3d833 100644 --- a/osgi/build.xml +++ b/osgi/build.xml @@ -26,7 +26,7 @@ under the License. <!-- TODO Import these from the parent build file --> <property name="repository.m2" value="http://repo1.maven.org"/> - <property name="version.id" value="4.0.1-SNAPSHOT"/> + <property name="version.id" value="4.1.1-SNAPSHOT"/> <property name="dist.dir" value="build/dist"/> <!-- jars in the /lib directory, see the fetch-bundle-jars target--> |