2 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 |
<modelVersion>4.0.0</modelVersion> |
<modelVersion>4.0.0</modelVersion> |
4 |
|
|
|
<groupId>de.schmitzm</groupId> |
|
5 |
<artifactId>schmitzm-jfree</artifactId> |
<artifactId>schmitzm-jfree</artifactId> |
|
<version>2.7-SNAPSHOT</version> |
|
6 |
<packaging>jar</packaging> |
<packaging>jar</packaging> |
7 |
|
|
8 |
<name>schmitzm-jfree</name> |
<name>schmitzm-jfree</name> |
11 |
<parent> |
<parent> |
12 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
13 |
<artifactId>schmitzm-parent</artifactId> |
<artifactId>schmitzm-parent</artifactId> |
14 |
<version>2.7-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
15 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
16 |
</parent> |
</parent> |
17 |
|
|
129 |
</plugins> |
</plugins> |
130 |
</pluginManagement> |
</pluginManagement> |
131 |
</build> |
</build> |
132 |
|
|
133 |
|
|
134 |
|
|
135 |
|
<repositories> |
136 |
|
<repository> |
137 |
|
<id>opengeo</id> |
138 |
|
<name>OpenGeo Maven Repository</name> |
139 |
|
<snapshots> |
140 |
|
<enabled>true</enabled> |
141 |
|
</snapshots> |
142 |
|
<url>http://repo.opengeo.org/</url> |
143 |
|
</repository> |
144 |
|
</repositories> |
145 |
|
|
146 |
</project> |
</project> |