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-core</artifactId> |
<artifactId>schmitzm-core</artifactId> |
|
<version>2.8-SNAPSHOT</version> |
|
6 |
<packaging>jar</packaging> |
<packaging>jar</packaging> |
7 |
|
|
8 |
<parent> |
<parent> |
105 |
den gp export --> |
den gp export --> |
106 |
<groupId>commons-lang</groupId> |
<groupId>commons-lang</groupId> |
107 |
<artifactId>commons-lang</artifactId> |
<artifactId>commons-lang</artifactId> |
108 |
<version>2.3</version> |
<version>2.6</version> |
109 |
<!-- <version>2.4</version> --> |
<!-- <version>2.4</version> --> |
110 |
<type>jar</type> |
<type>jar</type> |
111 |
<scope>compile</scope> |
<scope>compile</scope> |
119 |
</dependencies> |
</dependencies> |
120 |
|
|
121 |
<build> |
<build> |
|
<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> |
|
|
<excludes> |
|
|
<exclude>**/.svn</exclude> |
|
|
</excludes> |
|
|
</configuration> |
|
|
</plugin> |
|
|
</plugins> |
|
122 |
|
|
123 |
<pluginManagement> |
<pluginManagement> |
124 |
<plugins> |
<plugins> |