dev@glassfish.java.net

POM review

From: Sandeep Shrivastava <sandeep.s.shrivastava_at_oracle.com>
Date: Thu, 28 Mar 2013 09:42:25 -0700 (PDT)

Updates the annotation processor to the latest version which includes fix to handle new line chars in message content.

 

[sanshriv_at_adc6260176 all]$ svn diff /scratch/sanshriv/svn-working-copy/glassfish/all/main/nucleus/pom.xml

Index: /scratch/sanshriv/svn-working-copy/glassfish/all/main/nucleus/pom.xml

===================================================================

--- /scratch/sanshriv/svn-working-copy/glassfish/all/main/nucleus/pom.xml (revision 60978)

+++ /scratch/sanshriv/svn-working-copy/glassfish/all/main/nucleus/pom.xml (working copy)

@@ -131,7 +131,7 @@

         <ha-api.version>3.1.8</ha-api.version>

         <glassfishbuild.version>3.2.18</glassfishbuild.version>

         <source-annotation-processor.version>1.0</source-annotation-processor.version>

- <logging-annotation-processor.version>1.4</logging-annotation-processor.version>

+ <logging-annotation-processor.version>1.5</logging-annotation-processor.version>

         <command-security-plugin.version>1.0.4</command-security-plugin.version>

         <mail.version>1.5.0-b02</mail.version>

        <javax.annotation-api.version>1.2-b02</javax.annotation-api.version>

 

Thanks

 

Sandeep