Author: rharo
Date: Wed Sep 7 11:39:26 2016
New Revision: 1759590
URL: http://svn.apache.org/viewvc?rev=1759590&view=rev
Log:
STANBOL-1453: Preparing release 1.0.0prepare release apache-stanbol-1.0.0
Modified:
stanbol/trunk/pom.xml
Modified: stanbol/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/pom.xml?rev=1759590&r1=1759589&r2=1759590&view=diff
==============================================================================
--- stanbol/trunk/pom.xml (original)
+++ stanbol/trunk/pom.xml Wed Sep 7 11:39:26 2016
@@ -15,20 +15,19 @@
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>6-SNAPSHOT</version>
+ <version>6</version>
<relativePath>parent</relativePath>
</parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>apache-stanbol</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>pom</packaging>
<name>Apache Stanbol Reactor NG</name>
@@ -46,12 +45,12 @@
<scm>
<connection>
- scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/
+ scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0
</connection>
<developerConnection>
- scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/
+
scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0
</developerConnection>
- <url>http://stanbol.apache.org/</url>
+
<url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url>
</scm>
<build>