Repository: tomee
Updated Branches:
  refs/heads/master 9452510df -> b9735c282


Typo


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

Branch: refs/heads/master
Commit: b9735c282d9452032f34f9ed33e948f9822a9673
Parents: 9452510
Author: [email protected] <[email protected]>
Authored: Fri Sep 25 00:19:48 2015 +0200
Committer: [email protected] <[email protected]>
Committed: Fri Sep 25 00:19:48 2015 +0200

----------------------------------------------------------------------
 examples/simple-cmp2/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/b9735c28/examples/simple-cmp2/pom.xml
----------------------------------------------------------------------
diff --git a/examples/simple-cmp2/pom.xml b/examples/simple-cmp2/pom.xml
index 07999e4..8a3f279 100644
--- a/examples/simple-cmp2/pom.xml
+++ b/examples/simple-cmp2/pom.xml
@@ -52,7 +52,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.18.1</version>
         <configuration>
-          
<argLine>-javaagent:${basedir}/target/openejb-javaagent-{project.version}.jar</argLine>
+          
<argLine>-javaagent:${basedir}/target/openejb-javaagent-${tomee.version}.jar</argLine>
           <workingDirectory>${basedir}/target</workingDirectory>
         </configuration>
       </plugin>

Reply via email to