You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by hu...@apache.org on 2006/10/10 22:00:36 UTC

svn commit: r462536 - /struts/struts2/trunk/apps/mailreader/pom.xml

Author: husted
Date: Tue Oct 10 13:00:35 2006
New Revision: 462536

URL: http://svn.apache.org/viewvc?view=rev&rev=462536
Log:
WW-1453 Struts-MailReader - Update to DAO GA.

Modified:
    struts/struts2/trunk/apps/mailreader/pom.xml

Modified: struts/struts2/trunk/apps/mailreader/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/pom.xml?view=diff&rev=462536&r1=462535&r2=462536
==============================================================================
--- struts/struts2/trunk/apps/mailreader/pom.xml (original)
+++ struts/struts2/trunk/apps/mailreader/pom.xml Tue Oct 10 13:00:35 2006
@@ -22,37 +22,37 @@
         <dependency>
            <groupId>${pom.groupId}</groupId>
            <artifactId>struts-mailreader-dao</artifactId>
-           <version>1.3.5-SNAPSHOT</version>
+           <version>1.3.5</version>
         </dependency>
  
     </dependencies>
     
     <build>
-    	<resources>
-    		<resource>
-	    		<directory>src/main/java</directory>
-    			<includes>
-    				<include>**/*.xml</include>
-    				<include>**/*.properties</include>
-    			</includes>
-    		</resource>
-    	</resources>
-    	<plugins>
-    		<plugin>
-    			<groupId>org.mortbay.jetty</groupId>
-    			<artifactId>maven-jetty6-plugin</artifactId>
-    			<configuration>
-    				<scanIntervalSeconds>10</scanIntervalSeconds>
-    			</configuration>
-    			<dependencies>
-    				<dependency>
-    					<groupId>org.apache.geronimo.specs</groupId>
-    					<artifactId>geronimo-j2ee_1.4_spec</artifactId>
-    					<version>1.0</version>
-    					<scope>provided</scope>
-    				</dependency>
-    			</dependencies>
-    		</plugin>
-    	</plugins>
+        <resources>
+            <resource>
+                <directory>src/main/java</directory>
+                <includes>
+                    <include>**/*.xml</include>
+                    <include>**/*.properties</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.mortbay.jetty</groupId>
+                <artifactId>maven-jetty6-plugin</artifactId>
+                <configuration>
+                    <scanIntervalSeconds>10</scanIntervalSeconds>
+                </configuration>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.geronimo.specs</groupId>
+                        <artifactId>geronimo-j2ee_1.4_spec</artifactId>
+                        <version>1.0</version>
+                        <scope>provided</scope>
+                    </dependency>
+                </dependencies>
+            </plugin>
+        </plugins>
     </build>
 </project>