You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by an...@apache.org on 2012/03/28 16:52:57 UTC

svn commit: r1306387 - /incubator/stanbol/trunk/rules/adapters/pom.xml

Author: anuzzolese
Date: Wed Mar 28 14:52:57 2012
New Revision: 1306387

URL: http://svn.apache.org/viewvc?rev=1306387&view=rev
Log:
[STANBOL-560] Changed the artifactId and the description in the reactor POM of rule adapters

Modified:
    incubator/stanbol/trunk/rules/adapters/pom.xml

Modified: incubator/stanbol/trunk/rules/adapters/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/adapters/pom.xml?rev=1306387&r1=1306386&r2=1306387&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/adapters/pom.xml (original)
+++ incubator/stanbol/trunk/rules/adapters/pom.xml Wed Mar 28 14:52:57 2012
@@ -17,11 +17,11 @@
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <modelVersion>4.0.0</modelVersion>
 <groupId>org.apache.stanbol</groupId>
-<artifactId>org.apache.stanbol.rules.reactor</artifactId>
+<artifactId>org.apache.stanbol.rules.adapters.reactor</artifactId>
 <version>0.9.0-incubating-SNAPSHOT</version>
 <packaging>pom</packaging>
 <name>Apache Stanbol Rules reactor</name>
-<description>    Pseudo project to build the complete Apache Stanbol Rules.  </description>
+<description>    Pseudo project to build the complete adapters.  </description>
 <inceptionYear>2011</inceptionYear>
 <modules>
 <module>abstract</module>