This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
new 039e454 Use javaagent-7.1.2-SNAPSHOT
039e454 is described below
commit 039e454a5ee71b87faca14503fd4e94b28ddc10d
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Mon Jul 8 14:02:36 2019 +0000
Use javaagent-7.1.2-SNAPSHOT
---
examples/simple-cmp2/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/simple-cmp2/pom.xml b/examples/simple-cmp2/pom.xml
index 0f7ee9a..48449a0 100644
--- a/examples/simple-cmp2/pom.xml
+++ b/examples/simple-cmp2/pom.xml
@@ -72,7 +72,7 @@
<artifactItem>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-javaagent</artifactId>
- <version>7.1.1-SNAPSHOT</version>
+ <version>7.1.2-SNAPSHOT</version>
<outputDirectory>${project.build.directory}</outputDirectory>
</artifactItem>
</artifactItems>