You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jf...@apache.org on 2019/08/29 16:34:07 UTC

[tomee] branch tomee-7.0.x updated: Bump version number to 7.0.7-SNAPSHOT on this file

This is an automated email from the ASF dual-hosted git repository.

jfisher pushed a commit to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.0.x by this push:
     new 6bdfc48  Bump version number to 7.0.7-SNAPSHOT on this file
6bdfc48 is described below

commit 6bdfc48b75d3849a85213462b0dcc883ca661f3e
Author: Jonathan S. Fisher <ex...@gmail.com>
AuthorDate: Thu Aug 29 11:33:52 2019 -0500

    Bump version number to 7.0.7-SNAPSHOT on this file
---
 .../test/java/org/superbiz/moviefun/DeployInWebAppsDirectoryTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/connector-ear/connector-sample-functional-tests/src/test/java/org/superbiz/moviefun/DeployInWebAppsDirectoryTest.java b/examples/connector-ear/connector-sample-functional-tests/src/test/java/org/superbiz/moviefun/DeployInWebAppsDirectoryTest.java
index 05e58e9..190cc39 100644
--- a/examples/connector-ear/connector-sample-functional-tests/src/test/java/org/superbiz/moviefun/DeployInWebAppsDirectoryTest.java
+++ b/examples/connector-ear/connector-sample-functional-tests/src/test/java/org/superbiz/moviefun/DeployInWebAppsDirectoryTest.java
@@ -105,7 +105,7 @@ public class DeployInWebAppsDirectoryTest {
         configuration.setGroupId("org.apache.tomee");
         configuration.setArtifactId("apache-tomee");
         configuration.setClassifier("plus");
-        configuration.setVersion("7.0.6-SNAPSHOT");
+        configuration.setVersion("7.0.7-SNAPSHOT");
 //        configuration.setDebug(true);
         configuration.setHttpPort(-1);