[maven-release-plugin] prepare release provisionr-0.3.0
diff --git a/activiti/commands/pom.xml b/activiti/commands/pom.xml index ca673e3..1c5bc05 100644 --- a/activiti/commands/pom.xml +++ b/activiti/commands/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>com.axemblr.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../../parent</relativePath> </parent>
diff --git a/activiti/explorer/pom.xml b/activiti/explorer/pom.xml index b57ca4c..b212548 100644 --- a/activiti/explorer/pom.xml +++ b/activiti/explorer/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>com.axemblr.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../../parent</relativePath> </parent>
diff --git a/api/pom.xml b/api/pom.xml index 6ec7d30..8cd2905 100644 --- a/api/pom.xml +++ b/api/pom.xml
@@ -19,7 +19,7 @@ <parent> <groupId>com.axemblr.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../parent</relativePath> </parent>
diff --git a/console/pom.xml b/console/pom.xml index fae4244..a175cff 100644 --- a/console/pom.xml +++ b/console/pom.xml
@@ -15,12 +15,11 @@ ~ 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/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"> <parent> <groupId>com.axemblr.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/core/pom.xml b/core/pom.xml index 69fb528..5a9aad1 100644 --- a/core/pom.xml +++ b/core/pom.xml
@@ -15,12 +15,11 @@ ~ 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/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"> <parent> <groupId>com.axemblr.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/integration/rundeck/pom.xml b/integration/rundeck/pom.xml index 985f528..53d7d5b 100644 --- a/integration/rundeck/pom.xml +++ b/integration/rundeck/pom.xml
@@ -14,13 +14,11 @@ ~ 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/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"> <parent> <artifactId>provisionr-parent</artifactId> <groupId>com.axemblr.provisionr</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/karaf/assembly-tests/pom.xml b/karaf/assembly-tests/pom.xml index eb726a9..f3349a6 100644 --- a/karaf/assembly-tests/pom.xml +++ b/karaf/assembly-tests/pom.xml
@@ -15,12 +15,11 @@ ~ 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/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"> <parent> <artifactId>provisionr-parent</artifactId> <groupId>com.axemblr.provisionr</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../../parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/karaf/assembly/pom.xml b/karaf/assembly/pom.xml index d1f2040..6eb5986 100644 --- a/karaf/assembly/pom.xml +++ b/karaf/assembly/pom.xml
@@ -15,12 +15,11 @@ ~ 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/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"> <parent> <artifactId>provisionr-parent</artifactId> <groupId>com.axemblr.provisionr</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../../parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/karaf/branding/pom.xml b/karaf/branding/pom.xml index 2ca127c..2c10261 100644 --- a/karaf/branding/pom.xml +++ b/karaf/branding/pom.xml
@@ -19,7 +19,7 @@ <parent> <artifactId>provisionr-parent</artifactId> <groupId>com.axemblr.provisionr</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/karaf/commands/pom.xml b/karaf/commands/pom.xml index 6c2c72c..d3adef0 100644 --- a/karaf/commands/pom.xml +++ b/karaf/commands/pom.xml
@@ -19,7 +19,7 @@ <parent> <artifactId>provisionr-parent</artifactId> <groupId>com.axemblr.provisionr</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/karaf/features/pom.xml b/karaf/features/pom.xml index ab6ca63..da5318a 100644 --- a/karaf/features/pom.xml +++ b/karaf/features/pom.xml
@@ -15,12 +15,11 @@ ~ 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/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"> <parent> <artifactId>provisionr-parent</artifactId> <groupId>com.axemblr.provisionr</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../../parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/parent/pom.xml b/parent/pom.xml index 751bbdb..f4daf61 100644 --- a/parent/pom.xml +++ b/parent/pom.xml
@@ -15,12 +15,11 @@ ~ 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/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"> <groupId>com.axemblr.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> @@ -55,7 +54,7 @@ <connection>scm:git:git@github.com:axemblr/axemblr-provisionr.git</connection> <developerConnection>scm:git:git@github.com:axemblr/axemblr-provisionr.git</developerConnection> <url>https://github.com/axemblr/axemblr-provisionr</url> - <tag>HEAD</tag> + <tag>provisionr-0.3.0</tag> </scm> <issueManagement>
diff --git a/pom.xml b/pom.xml index 1e7f3ce..c17a1ee 100644 --- a/pom.xml +++ b/pom.xml
@@ -15,12 +15,11 @@ ~ 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/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"> <parent> <groupId>com.axemblr.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>./parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/providers/amazon-tests/pom.xml b/providers/amazon-tests/pom.xml index a096c9d..994f0a7 100644 --- a/providers/amazon-tests/pom.xml +++ b/providers/amazon-tests/pom.xml
@@ -19,7 +19,7 @@ <parent> <artifactId>provisionr-parent</artifactId> <groupId>com.axemblr.provisionr</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/providers/amazon/pom.xml b/providers/amazon/pom.xml index bb30b35..df89d6a 100644 --- a/providers/amazon/pom.xml +++ b/providers/amazon/pom.xml
@@ -14,13 +14,12 @@ ~ 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/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>com.axemblr.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../../parent</relativePath> </parent>
diff --git a/providers/cloudstack-tests/pom.xml b/providers/cloudstack-tests/pom.xml index 69cfd3e..450419f 100644 --- a/providers/cloudstack-tests/pom.xml +++ b/providers/cloudstack-tests/pom.xml
@@ -19,7 +19,7 @@ <parent> <artifactId>provisionr-parent</artifactId> <groupId>com.axemblr.provisionr</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/providers/cloudstack/pom.xml b/providers/cloudstack/pom.xml index 1a95b6a..b619313 100644 --- a/providers/cloudstack/pom.xml +++ b/providers/cloudstack/pom.xml
@@ -15,12 +15,11 @@ ~ 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/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"> <parent> <artifactId>provisionr-parent</artifactId> <groupId>com.axemblr.provisionr</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../../parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/test-support/pom.xml b/test-support/pom.xml index 08d2776..956e4e0 100644 --- a/test-support/pom.xml +++ b/test-support/pom.xml
@@ -15,12 +15,11 @@ ~ 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/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"> <parent> <artifactId>provisionr-parent</artifactId> <groupId>com.axemblr.provisionr</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>