|
From: <ki...@us...> - 2014-06-23 12:57:30
|
Revision: 4276
http://sourceforge.net/p/dl-learner/code/4276
Author: kirdie
Date: 2014-06-23 12:57:22 +0000 (Mon, 23 Jun 2014)
Log Message:
-----------
made components-core and -ext compile again by removing version number of maven exec plugin. also fixed some warnings in the poms about duplicate info which is already contained in the parent.
Modified Paths:
--------------
trunk/components-core/pom.xml
trunk/components-ext/pom.xml
Modified: trunk/components-core/pom.xml
===================================================================
--- trunk/components-core/pom.xml 2014-05-27 13:03:09 UTC (rev 4275)
+++ trunk/components-core/pom.xml 2014-06-23 12:57:22 UTC (rev 4276)
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.dllearner</groupId>
+ <!-- <groupId>org.dllearner</groupId> -->
<artifactId>components-core</artifactId>
<name>DL Learner Core Components</name>
Modified: trunk/components-ext/pom.xml
===================================================================
--- trunk/components-ext/pom.xml 2014-05-27 13:03:09 UTC (rev 4275)
+++ trunk/components-ext/pom.xml 2014-06-23 12:57:22 UTC (rev 4276)
@@ -2,12 +2,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.dllearner</groupId>
+ <!-- <groupId>org.dllearner</groupId> -->
<artifactId>components-ext</artifactId>
<packaging>jar</packaging>
<name>components-ext</name>
- <version>1.0-SNAPSHOT</version>
+ <!-- <version>1.0-SNAPSHOT</version> -->
<url>http://aksw.org/Projects/DLLearner</url>
<parent>
@@ -192,7 +192,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.2.1</version>
+ <!-- <version>1.2.1</version> -->
<executions>
<execution>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|