* polished pom
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/synyx-plugin/trunk@2942 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
@@ -1,34 +1,31 @@
|
|||||||
<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">
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
<modelVersion>4.0.0</modelVersion>
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<groupId>org.synyx.plugin</groupId>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>plugin-metadata</artifactId>
|
<groupId>org.synyx.plugin</groupId>
|
||||||
<name>Extension package for metadata based plugins</name>
|
<artifactId>plugin-metadata</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
|
|
||||||
<dependencies>
|
<name>Plugin metadata</name>
|
||||||
<dependency>
|
<description>Extension package for metadata based plugins</description>
|
||||||
<groupId>org.synyx.plugin</groupId>
|
|
||||||
<artifactId>plugin-core</artifactId>
|
|
||||||
<version>0.1-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<parent>
|
||||||
<groupId>commons-lang</groupId>
|
<artifactId>synyx-plugin</artifactId>
|
||||||
<artifactId>commons-lang</artifactId>
|
<groupId>org.synyx.plugin</groupId>
|
||||||
<version>2.4</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
</dependency>
|
</parent>
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
<dependencies>
|
||||||
<plugins>
|
<dependency>
|
||||||
<plugin>
|
<groupId>org.synyx.plugin</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>plugin-core</artifactId>
|
||||||
<configuration>
|
<version>0.1-SNAPSHOT</version>
|
||||||
<source>1.5</source>
|
</dependency>
|
||||||
<target>1.5</target>
|
|
||||||
</configuration>
|
<dependency>
|
||||||
</plugin>
|
<groupId>commons-lang</groupId>
|
||||||
</plugins>
|
<artifactId>commons-lang</artifactId>
|
||||||
</build>
|
<version>2.4</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user