You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2015/04/15 12:47:41 UTC

tomee git commit: Fix build issue

Repository: tomee
Updated Branches:
  refs/heads/tomee-1.7.x eb76a0cdd -> bc9edcf91


Fix build issue


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

Branch: refs/heads/tomee-1.7.x
Commit: bc9edcf910163528aa7bde853da5fcd2cee79591
Parents: eb76a0c
Author: Jonathan Gallimore <jo...@jrg.me.uk>
Authored: Wed Apr 15 11:47:30 2015 +0100
Committer: Jonathan Gallimore <jo...@jrg.me.uk>
Committed: Wed Apr 15 11:47:30 2015 +0100

----------------------------------------------------------------------
 examples/resources-jmx-example/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/bc9edcf9/examples/resources-jmx-example/pom.xml
----------------------------------------------------------------------
diff --git a/examples/resources-jmx-example/pom.xml b/examples/resources-jmx-example/pom.xml
index 7a44815..4898c9e 100644
--- a/examples/resources-jmx-example/pom.xml
+++ b/examples/resources-jmx-example/pom.xml
@@ -66,7 +66,7 @@
       <dependency>
         <groupId>org.superbiz</groupId>
         <artifactId>resources-jmx-ejb</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.1.1-SNAPSHOT</version>
         <type>ejb</type>
         <scope>compile</scope>
       </dependency>