INT1434 Remove parent pom from loanshark

This commit is contained in:
Gary Russell
2010-09-08 10:31:49 -04:00
parent 6006ffdb13
commit a7a6624186

View File

@@ -1,11 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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>
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<groupId>org.springframework.integration.samples</groupId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<artifactId>loanshark</artifactId>
<name>Spring Integration Loan Shark Sample</name>
<packaging>war</packaging>