diff options
author | Julien Eluard <[email protected]> | 2011-09-13 00:10:21 -0700 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2011-09-13 00:10:21 -0700 |
commit | 37a8a5cbc5d9d941b5e96665ef0409b0999c5ee0 (patch) | |
tree | 74d7629461cebfd69ba4772ceff066956cdd1566 /api/pom.xml | |
parent | e4e8186f31410d9147d80d30c0bcdc1314a85382 (diff) |
Added support for Maven/OSGI version scheme.
Diffstat (limited to 'api/pom.xml')
-rwxr-xr-x | api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/pom.xml b/api/pom.xml index 778fe7b..33bd12f 100755 --- a/api/pom.xml +++ b/api/pom.xml @@ -28,7 +28,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.8.2</version> + <version>4.9</version> <scope>test</scope> </dependency> </dependencies> |