Preparing release : add SCM

master
David BRASSELY 2014-12-02 21:30:38 +01:00
parent 153acef98b
commit 7c5432a231
4 changed files with 13 additions and 10 deletions

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/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>
<groupId>net.open-esb.runtime.standalone</groupId>
<artifactId>openesb-standalone</artifactId>
<version>3.0.0.RC1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>openesb-standalone-bootstrap</artifactId>

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/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>
<groupId>net.open-esb.runtime.standalone</groupId>
<artifactId>openesb-standalone</artifactId>
<version>3.0.0.RC1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>openesb-standalone-container</artifactId>

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/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>
<groupId>net.open-esb.runtime.standalone</groupId>
<artifactId>openesb-standalone</artifactId>
<version>3.0.0.RC1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>openesb-standalone-packaging</artifactId>

View File

@ -10,12 +10,18 @@
<groupId>net.open-esb.runtime.standalone</groupId>
<artifactId>openesb-standalone</artifactId>
<version>3.0.0.RC1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>OpenESB - Standalone</name>
<description>OpenESB Standalone runtime</description>
<scm>
<url>git@bitbucket.org:openesb/openesb-standalone.git</url>
<connection>scm:git:git@bitbucket.org:openesb/openesb-standalone.git</connection>
<developerConnection>scm:git:git@bitbucket.org:openesb/openesb-standalone.git</developerConnection>
</scm>
<modules>
<module>openesb-standalone-container</module>
<module>openesb-standalone-bootstrap</module>