Author: andygumbrecht
Date: Wed May 21 20:01:10 2014
New Revision: 1596666
URL: http://svn.apache.org/r1596666
Log:
Repo
Modified:
tomee/tomee/trunk/examples/struts/pom.xml
Modified: tomee/tomee/trunk/examples/struts/pom.xml
URL:
http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/struts/pom.xml?rev=1596666&r1=1596665&r2=1596666&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/struts/pom.xml (original)
+++ tomee/tomee/trunk/examples/struts/pom.xml Wed May 21 20:01:10 2014
@@ -14,24 +14,40 @@
the specific language governing permissions and limitations under the
License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<groupId>org.superbiz.struts</groupId>
<artifactId>struts</artifactId>
<packaging>war</packaging>
<version>1.1.0-SNAPSHOT</version>
<name>OpenEJB :: Web Examples :: Struts</name>
<url>http://openejb.apache.org</url>
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
+
<repositories>
<repository>
<id>apache-m2-snapshot</id>
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+
+ <repository>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <id>Codehaus Snapshots</id>
+ <url>http://snapshots.repository.codehaus.org/</url>
</repository>
</repositories>
+
<build>
<finalName>struts</finalName>
<plugins>
@@ -52,7 +68,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
- <version>2.2</version>
+ <version>1.2-SNAPSHOT</version>
<configuration>
<url>http://localhost:8080/manager/html</url>
</configuration>