You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/04/02 10:48:15 UTC

svn commit: r1463448 - in /myfaces/tobago/branches/tobago-1.5.x: tobago-core/pom.xml tobago-extension/tobago-sandbox/pom.xml tobago-extension/tobago-taglib-extension/pom.xml

Author: lofwyr
Date: Tue Apr  2 08:48:15 2013
New Revision: 1463448

URL: http://svn.apache.org/r1463448
Log:
define a version for a maven plugin

Modified:
    myfaces/tobago/branches/tobago-1.5.x/tobago-core/pom.xml
    myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-sandbox/pom.xml
    myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-taglib-extension/pom.xml

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-core/pom.xml?rev=1463448&r1=1463447&r2=1463448&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-core/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-core/pom.xml Tue Apr  2 08:48:15 2013
@@ -257,6 +257,7 @@
       <plugin>
         <groupId>net.sourceforge.maven-taglib</groupId>
         <artifactId>maven-taglib-plugin</artifactId>
+        <version>2.3.1</version>
         <configuration>
           <taglib.src.dir>${project.build.directory}/generated-tld</taglib.src.dir>
           <tldDocDir>${project.build.directory}/site/tlddoc</tldDocDir>

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-sandbox/pom.xml?rev=1463448&r1=1463447&r2=1463448&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-sandbox/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-sandbox/pom.xml Tue Apr  2 08:48:15 2013
@@ -247,6 +247,7 @@
       <plugin>
         <groupId>net.sourceforge.maven-taglib</groupId>
         <artifactId>maven-taglib-plugin</artifactId>
+        <version>2.3.1</version>
         <configuration>
           <taglib.src.dir>${project.build.directory}/generated-tld</taglib.src.dir>
           <tldDocDir>${project.build.directory}/site/tlddoc</tldDocDir>

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-taglib-extension/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-taglib-extension/pom.xml?rev=1463448&r1=1463447&r2=1463448&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-taglib-extension/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-extension/tobago-taglib-extension/pom.xml Tue Apr  2 08:48:15 2013
@@ -164,6 +164,7 @@
       <plugin>
         <groupId>net.sourceforge.maven-taglib</groupId>
         <artifactId>maven-taglib-plugin</artifactId>
+        <version>2.3.1</version>
         <configuration>
           <taglib.src.dir>${project.build.directory}/generated-tld</taglib.src.dir>
           <tldDocDir>${project.build.directory}/site/tlddoc</tldDocDir>