Author: bphillips
Date: Sun Sep 22 14:35:02 2013
New Revision: 1525368
URL: http://svn.apache.org/r1525368
Log:
updated to use parent pom
Modified:
struts/sandbox/trunk/struts2examples/control_tags/pom.xml
Modified: struts/sandbox/trunk/struts2examples/control_tags/pom.xml
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/control_tags/pom.xml?rev=1525368&r1=1525367&r2=1525368&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2examples/control_tags/pom.xml (original)
+++ struts/sandbox/trunk/struts2examples/control_tags/pom.xml Sun Sep 22
14:35:02 2013
@@ -1,42 +1,21 @@
-<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>manning</groupId>
- <artifactId>control_tags</artifactId>
- <packaging>war</packaging>
- <version>0.0.1-SNAPSHOT</version>
- <name>Control Tags</name>
- <build>
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>struts.apache.org</groupId>
+ <artifactId>struts2examples</artifactId>
+ <version>1.0.0</version>
+ </parent>
+ <artifactId>control_tags</artifactId>
+
+ <name>Control Tags</name>
+
+ <description>Control tags example application for the
+ Struts 2 getting started tutorials</description>
+ <packaging>war</packaging>
+
+ <build>
<finalName>control_tags</finalName>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </plugin>
- </plugins>
</build>
- <dependencies>
-
- <dependency>
- <groupId>org.apache.struts</groupId>
- <artifactId>struts2-core</artifactId>
- <version>2.3.15.2</version>
- </dependency>
-
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- </dependency>
-
-
- </dependencies>
- <properties>
-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
-</project>
+</project>
\ No newline at end of file