You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rh...@apache.org on 2016/09/07 11:56:35 UTC

svn commit: r1759594 - /stanbol/trunk/pom.xml

Author: rharo
Date: Wed Sep  7 11:56:35 2016
New Revision: 1759594

URL: http://svn.apache.org/viewvc?rev=1759594&view=rev
Log:
STANBOL-1453: Renaming reactor to Apache Project again

Modified:
    stanbol/trunk/pom.xml

Modified: stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/pom.xml?rev=1759594&r1=1759593&r2=1759594&view=diff
==============================================================================
--- stanbol/trunk/pom.xml (original)
+++ stanbol/trunk/pom.xml Wed Sep  7 11:56:35 2016
@@ -15,22 +15,23 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<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"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>7-SNAPSHOT</version>
+    <version>6-SNAPSHOT</version>
     <relativePath>parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>apache-stanbol</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <artifactId>stanbol-stanbol</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol Reactor NG</name>
+  <name>Apache Stanbol</name>
   <description>Pseudo project to build Apache Stanbol.</description>
 
   <inceptionYear>2010</inceptionYear>