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 2017/10/09 14:03:42 UTC

tomee git commit: Use the correct parent POM - I think the '7' in '17' being dropped was a mistake :-)

Repository: tomee
Updated Branches:
  refs/heads/tomee-1.7.x d1a98c98e -> edfbd0ba2


Use the correct parent POM - I think the '7' in '17' being dropped was a mistake :-)


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

Branch: refs/heads/tomee-1.7.x
Commit: edfbd0ba226059f7eb56387c87b0302c58e6892d
Parents: d1a98c9
Author: Jonathan Gallimore <jo...@jrg.me.uk>
Authored: Mon Oct 9 15:03:00 2017 +0100
Committer: Jonathan Gallimore <jo...@jrg.me.uk>
Committed: Mon Oct 9 15:03:00 2017 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/edfbd0ba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a055950..cc3a14d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>1</version>
+    <version>17</version>
   </parent>
 
   <groupId>org.apache.openejb</groupId>