You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2014/09/22 22:06:56 UTC

[2/4] git commit: SM-2376: Incorrect javax.annotation version for java7

SM-2376: Incorrect javax.annotation version for java7


Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/a6dccb4d
Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/a6dccb4d
Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/a6dccb4d

Branch: refs/heads/servicemix-5.3.x
Commit: a6dccb4dc209c63502aa7e279ea321c88710617d
Parents: 81edd62
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Mon Sep 22 21:19:56 2014 +0200
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Mon Sep 22 21:19:56 2014 +0200

----------------------------------------------------------------------
 assembly/src/main/resources/etc/jre.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/a6dccb4d/assembly/src/main/resources/etc/jre.properties
----------------------------------------------------------------------
diff --git a/assembly/src/main/resources/etc/jre.properties b/assembly/src/main/resources/etc/jre.properties
index 12d0002..c034c4a 100644
--- a/assembly/src/main/resources/etc/jre.properties
+++ b/assembly/src/main/resources/etc/jre.properties
@@ -190,8 +190,8 @@ jre-1.7= \
  javax.accessibility, \
  javax.activation;version="1.1", \
  javax.activity, \
- javax.annotation;version="1.2", \
- javax.annotation.processing;version="1.2", \
+ javax.annotation;version="1.1", \
+ javax.annotation.processing;version="1.1", \
  javax.crypto, \
  javax.crypto.interfaces, \
  javax.crypto.spec, \