You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2011/11/28 14:53:50 UTC

svn commit: r1207188 - in /incubator/stanbol/trunk: README.md parent/pom.xml

Author: fchrist
Date: Mon Nov 28 13:53:49 2011
New Revision: 1207188

URL: http://svn.apache.org/viewvc?rev=1207188&view=rev
Log:
STANBOL-270 Changed RAT version from 0.8-SNAPSHOT to stable 0.8 version. Adjusted README accordingly.

Modified:
    incubator/stanbol/trunk/README.md
    incubator/stanbol/trunk/parent/pom.xml

Modified: incubator/stanbol/trunk/README.md
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/README.md?rev=1207188&r1=1207187&r2=1207188&view=diff
==============================================================================
--- incubator/stanbol/trunk/README.md (original)
+++ incubator/stanbol/trunk/README.md Mon Nov 28 13:53:49 2011
@@ -1,3 +1,18 @@
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
 # Apache Stanbol
 
 Apache Stanbol is a modular set of components and HTTP services for
@@ -132,13 +147,7 @@ plugin [1]. You can activate a 'rat:chec
 
 For example to check the licenses in the Stanbol Framework use
 
-    $ mvn install -Pframework,rat
-    
-*NOTE*: We use the RAT plugin version 0.8-SNAPSHOT which is not available yet
-via any public Maven repository. To be able to use RAT you will have to check
-out the sources from [1] and build it locally.
-
-[1] http://incubator.apache.org/rat/
+    $ mvn install -Prat
 
 ## Release Apache Stanbol
 

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1207188&r1=1207187&r2=1207188&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Mon Nov 28 13:53:49 2011
@@ -1438,7 +1438,7 @@
           <plugin>
             <groupId>org.apache.rat</groupId>
             <artifactId>apache-rat-plugin</artifactId>
-            <version>0.8-SNAPSHOT</version>
+            <version>0.8</version>
             <executions>
               <execution>
                 <phase>verify</phase>