4 |
|
|
5 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
6 |
<artifactId>schmitzm-jfree</artifactId> |
<artifactId>schmitzm-jfree</artifactId> |
7 |
<version>2.7-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
8 |
<packaging>jar</packaging> |
<packaging>jar</packaging> |
9 |
|
|
10 |
<name>schmitzm-jfree</name> |
<name>schmitzm-jfree</name> |
13 |
<parent> |
<parent> |
14 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
15 |
<artifactId>schmitzm-parent</artifactId> |
<artifactId>schmitzm-parent</artifactId> |
16 |
<version>2.7-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
17 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
18 |
</parent> |
</parent> |
19 |
|
|
131 |
</plugins> |
</plugins> |
132 |
</pluginManagement> |
</pluginManagement> |
133 |
</build> |
</build> |
134 |
|
|
135 |
|
|
136 |
|
|
137 |
|
<repositories> |
138 |
|
<repository> |
139 |
|
<id>opengeo</id> |
140 |
|
<name>OpenGeo Maven Repository</name> |
141 |
|
<snapshots> |
142 |
|
<enabled>true</enabled> |
143 |
|
</snapshots> |
144 |
|
<url>http://repo.opengeo.org/</url> |
145 |
|
</repository> |
146 |
|
</repositories> |
147 |
|
|
148 |
</project> |
</project> |