Updated Branches: refs/heads/master db4031a46 -> 975604f79
PROVISIONR-30. Update version number to 0.4.0-incubating-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/incubator-provisionr/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-provisionr/commit/975604f7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-provisionr/tree/975604f7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-provisionr/diff/975604f7 Branch: refs/heads/master Commit: 975604f79b947aef5a9ddb56ceb5c6fd2b41003d Parents: db4031a Author: Andrei Savu <[email protected]> Authored: Sat Apr 20 20:48:27 2013 +0300 Committer: Andrei Savu <[email protected]> Committed: Sat Apr 20 20:48:27 2013 +0300 ---------------------------------------------------------------------- activiti/commands/pom.xml | 2 +- activiti/explorer/pom.xml | 2 +- api/pom.xml | 4 ++-- console/pom.xml | 4 ++-- core/pom.xml | 2 +- integration/rundeck/pom.xml | 4 ++-- karaf/assembly-tests/pom.xml | 4 ++-- karaf/assembly/pom.xml | 4 ++-- karaf/branding/pom.xml | 4 ++-- karaf/commands/pom.xml | 4 ++-- karaf/features/pom.xml | 4 ++-- parent/pom.xml | 2 +- pom.xml | 4 ++-- providers/amazon-tests/pom.xml | 4 ++-- providers/amazon/pom.xml | 2 +- providers/cloudstack-tests/pom.xml | 4 ++-- providers/cloudstack/pom.xml | 4 ++-- scripts/deploy.sh | 4 ++-- test-support/pom.xml | 2 +- 19 files changed, 32 insertions(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/activiti/commands/pom.xml ---------------------------------------------------------------------- diff --git a/activiti/commands/pom.xml b/activiti/commands/pom.xml index a24cb49..4cd55e1 100644 --- a/activiti/commands/pom.xml +++ b/activiti/commands/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/activiti/explorer/pom.xml ---------------------------------------------------------------------- diff --git a/activiti/explorer/pom.xml b/activiti/explorer/pom.xml index f0ad6fa..e1cb446 100644 --- a/activiti/explorer/pom.xml +++ b/activiti/explorer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 2bd7763..c4b803a 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> @@ -60,4 +60,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/console/pom.xml ---------------------------------------------------------------------- diff --git a/console/pom.xml b/console/pom.xml index 14bee96..3488e5b 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -110,4 +110,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index c53d4fc..3e2ca83 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/integration/rundeck/pom.xml ---------------------------------------------------------------------- diff --git a/integration/rundeck/pom.xml b/integration/rundeck/pom.xml index a1031c6..ed00ab0 100644 --- a/integration/rundeck/pom.xml +++ b/integration/rundeck/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>provisionr-parent</artifactId> <groupId>org.apache.provisionr</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -130,4 +130,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/karaf/assembly-tests/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/assembly-tests/pom.xml b/karaf/assembly-tests/pom.xml index fa87017..7d0596f 100644 --- a/karaf/assembly-tests/pom.xml +++ b/karaf/assembly-tests/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>provisionr-parent</artifactId> <groupId>org.apache.provisionr</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -65,4 +65,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/karaf/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/assembly/pom.xml b/karaf/assembly/pom.xml index 50f6901..d30c892 100644 --- a/karaf/assembly/pom.xml +++ b/karaf/assembly/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>provisionr-parent</artifactId> <groupId>org.apache.provisionr</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -166,4 +166,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/karaf/branding/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/branding/pom.xml b/karaf/branding/pom.xml index bdac65e..1945d3f 100644 --- a/karaf/branding/pom.xml +++ b/karaf/branding/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>provisionr-parent</artifactId> <groupId>org.apache.provisionr</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -52,4 +52,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/karaf/commands/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/commands/pom.xml b/karaf/commands/pom.xml index 87c1819..e6794bf 100644 --- a/karaf/commands/pom.xml +++ b/karaf/commands/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>provisionr-parent</artifactId> <groupId>org.apache.provisionr</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -116,4 +116,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/karaf/features/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/features/pom.xml b/karaf/features/pom.xml index 9979d6e..32104b2 100644 --- a/karaf/features/pom.xml +++ b/karaf/features/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>provisionr-parent</artifactId> <groupId>org.apache.provisionr</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -171,4 +171,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 497e928..9cea2ea 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Provisionr :: Parent</name> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fdf2104..9589581 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>./parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -76,4 +76,4 @@ </modules> </profile> </profiles> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/providers/amazon-tests/pom.xml ---------------------------------------------------------------------- diff --git a/providers/amazon-tests/pom.xml b/providers/amazon-tests/pom.xml index f5940ec..f045851 100644 --- a/providers/amazon-tests/pom.xml +++ b/providers/amazon-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>provisionr-parent</artifactId> <groupId>org.apache.provisionr</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -89,4 +89,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/providers/amazon/pom.xml ---------------------------------------------------------------------- diff --git a/providers/amazon/pom.xml b/providers/amazon/pom.xml index b1a9285..4229f7f 100644 --- a/providers/amazon/pom.xml +++ b/providers/amazon/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.provisionr</groupId> <artifactId>provisionr-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/providers/cloudstack-tests/pom.xml ---------------------------------------------------------------------- diff --git a/providers/cloudstack-tests/pom.xml b/providers/cloudstack-tests/pom.xml index b4eba7e..9a3271f 100644 --- a/providers/cloudstack-tests/pom.xml +++ b/providers/cloudstack-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>provisionr-parent</artifactId> <groupId>org.apache.provisionr</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -99,4 +99,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/providers/cloudstack/pom.xml ---------------------------------------------------------------------- diff --git a/providers/cloudstack/pom.xml b/providers/cloudstack/pom.xml index f56fc9a..355db93 100644 --- a/providers/cloudstack/pom.xml +++ b/providers/cloudstack/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>provisionr-parent</artifactId> <groupId>org.apache.provisionr</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -225,4 +225,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/scripts/deploy.sh ---------------------------------------------------------------------- diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 4d0f4d5..1eb318f 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -14,5 +14,5 @@ cd provisionr/ for w in "secretKey" "accessKey" do key=$(grep -E -m 1 -o "<.*amazon.*$w>(.*)</.*amazon.*$w>" ~/.m2/settings.xml | sed -e 's,.*<*.>\([^<]*\)</.*>.*,\1,g') - sed -i -e "s/$w = .*$/$w = $key/g" ~/provisionr/system/org/apache/provisionr/provisionr-amazon/0.4.0-SNAPSHOT/provisionr-amazon-0.4.0-SNAPSHOT-defaults.cfg -done \ No newline at end of file + sed -i -e "s/$w = .*$/$w = $key/g" ~/provisionr/system/org/apache/provisionr/provisionr-amazon/0.4.0-incubating-SNAPSHOT/provisionr-amazon-0.4.0-incubating-SNAPSHOT-defaults.cfg +done http://git-wip-us.apache.org/repos/asf/incubator-provisionr/blob/975604f7/test-support/pom.xml ---------------------------------------------------------------------- diff --git a/test-support/pom.xml b/test-support/pom.xml index 837b196..c5f8ddf 100644 --- a/test-support/pom.xml +++ b/test-support/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>provisionr-parent</artifactId> <groupId>org.apache.provisionr</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-incubating-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
