Prepare 0.7.0 release.

This commit is contained in:
Oliver Gierke
2011-10-24 17:16:13 -05:00
parent 165b340bd0
commit 8ac7833e8a
4 changed files with 34 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
<parent>
<artifactId>org.synyx.hera</artifactId>
<groupId>org.synyx.hera</groupId>
<version>0.7.0.BUILD-SNAPSHOT</version>
<version>0.7.0.RELEASE</version>
</parent>
<dependencies>

View File

@@ -8,7 +8,7 @@
<parent>
<artifactId>org.synyx.hera</artifactId>
<groupId>org.synyx.hera</groupId>
<version>0.7.0.BUILD-SNAPSHOT</version>
<version>0.7.0.RELEASE</version>
</parent>
<dependencies>

35
pom.xml
View File

@@ -1,11 +1,10 @@
<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>
<groupId>org.synyx.hera</groupId>
<artifactId>org.synyx.hera</artifactId>
<packaging>pom</packaging>
<name>Hera</name>
<version>0.7.0.BUILD-SNAPSHOT</version>
<version>0.7.0.RELEASE</version>
<description>Simple plugin infrastructure</description>
<organization>
@@ -13,6 +12,30 @@
<url>http://www.synyx.org</url>
</organization>
<inceptionYear>2008</inceptionYear>
<url>http://hera.synyx.org</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<comments>
Copyright 2010 the original author or authors.
Licensed 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.
</comments>
</license>
</licenses>
<modules>
<module>core</module>
@@ -301,9 +324,9 @@
</reporting>
<scm>
<url>http://svn.synyx.org/synyx/opensource/hera</url>
<connection>scm:svn:http://svn.synyx.org/synyx/opensource/hera</connection>
<developerConnection>scm:svn:https://svn.synyx.de/svn/synyx/opensource/hera</developerConnection>
<url>http://svn.synyx.org/synyx/opensource/hera/tags/org.synyx.hera-0.7.0.RELEASE</url>
<connection>scm:svn:http://svn.synyx.org/synyx/opensource/hera/tags/org.synyx.hera-0.7.0.RELEASE</connection>
<developerConnection>scm:svn:https://svn.synyx.de/svn/synyx/opensource/hera/tags/org.synyx.hera-0.7.0.RELEASE</developerConnection>
</scm>
<ciManagement>

View File

@@ -1,14 +1,13 @@
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>org.synyx.hera</artifactId>
<groupId>org.synyx.hera</groupId>
<version>0.7.0.BUILD-SNAPSHOT</version>
<version>0.7.0.RELEASE</version>
</parent>
<groupId>org.synyx.hera</groupId>
<artifactId>org.synyx.hera.si</artifactId>
<version>0.7.0.BUILD-SNAPSHOT</version>
<version>0.7.0.RELEASE</version>
<name>Hera Spring Integration integration</name>
<properties>