You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/08/26 08:52:00 UTC

[tomee] branch master updated: Fix small type on the pom preventing it to be parsed

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new e77b515  Fix small type on the pom preventing it to be parsed
e77b515 is described below

commit e77b51553f8747cd11598859e6424566dfd36640
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Mon Aug 26 10:51:47 2019 +0200

    Fix small type on the pom preventing it to be parsed
---
 examples/spring-data-proxy-meta/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/spring-data-proxy-meta/pom.xml b/examples/spring-data-proxy-meta/pom.xml
index 7d06584..6ac55ed 100644
--- a/examples/spring-data-proxy-meta/pom.xml
+++ b/examples/spring-data-proxy-meta/pom.xml
@@ -46,7 +46,7 @@
           <argLine>-Djdk.attach.allowAttachSelf</argLine>
         </configuration>
       </plugin>
-nnn    </plugins>
+    </plugins>
   </build>
   <repositories>
     <repository>