Repository: incubator-stratos Updated Branches: refs/heads/4.0.0-incubating 553a29b2f -> 6c94caf44
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c885d2d..826ee14 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>org.apache.stratos</groupId> <artifactId>stratos-parent</artifactId> <packaging>pom</packaging> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> <name>Apache Stratos (incubating) Project</name> <description>Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework</description> <url>http://stratos.incubator.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/cartridge-agent/modules/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 334cd29..34d27a9 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>cartidge-agent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/cartridge-agent/modules/distribution/src/main/license/LICENSE ---------------------------------------------------------------------- diff --git a/products/cartridge-agent/modules/distribution/src/main/license/LICENSE b/products/cartridge-agent/modules/distribution/src/main/license/LICENSE index ace84df..cf48863 100644 --- a/products/cartridge-agent/modules/distribution/src/main/license/LICENSE +++ b/products/cartridge-agent/modules/distribution/src/main/license/LICENSE @@ -217,7 +217,7 @@ andes-client-0.13.wso2v8.jar, ant-1.7.0.jar, ant-1.7.0.wso2v1.jar, ant-launcher-1.7.0.jar, -apache-stratos-cartridge-agent-4.0.0-SNAPSHOT.jar, +apache-stratos-cartridge-agent-4.0.0-incubating.jar, axiom-1.2.11.wso2v4.jar, axiom-api-1.2.11.jar, axiom-impl-1.2.11.jar, @@ -263,9 +263,9 @@ neethi-2.0.4.wso2v4.jar not-yet-commons-ssl-0.3.9.jar opencsv-1.8.wso2v1.jar org.apache.log4j-1.2.13.v200706111418.jar -org.apache.stratos.cartridge.agent-4.0.0-SNAPSHOT.jar -org.apache.stratos.common-4.0.0-SNAPSHOT.jar -org.apache.stratos.messaging-4.0.0-SNAPSHOT.jar +org.apache.stratos.cartridge.agent-4.0.0-incubating.jar +org.apache.stratos.common-4.0.0-incubating.jar +org.apache.stratos.messaging-4.0.0-incubating.jar org.wso2.carbon.base-4.2.0.jar org.wso2.carbon.bootstrap-4.2.0.jar org.wso2.carbon.core-4.2.0.jar http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/cartridge-agent/pom.xml ---------------------------------------------------------------------- diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index d9c2715..4bcb132 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-products-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/load-balancer/modules/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index 501e4d4..cc839e6 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.stratos.load.balancer</groupId> <artifactId>load-balancer-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/load-balancer/modules/distribution/src/main/assembly/filter.properties ---------------------------------------------------------------------- diff --git a/products/load-balancer/modules/distribution/src/main/assembly/filter.properties b/products/load-balancer/modules/distribution/src/main/assembly/filter.properties index 2a25f5f..1925c69 100644 --- a/products/load-balancer/modules/distribution/src/main/assembly/filter.properties +++ b/products/load-balancer/modules/distribution/src/main/assembly/filter.properties @@ -19,7 +19,7 @@ product.name=Apache Stratos LB product.key=LB -product.version=4.0.0-SNAPSHOT +product.version=4.0.0-incubating lb.version=2.0.5 default.server.role=ElasticLoadBalancer http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/load-balancer/modules/integration/pom.xml ---------------------------------------------------------------------- diff --git a/products/load-balancer/modules/integration/pom.xml b/products/load-balancer/modules/integration/pom.xml index c2d9dfb..567e8fa 100644 --- a/products/load-balancer/modules/integration/pom.xml +++ b/products/load-balancer/modules/integration/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.stratos.load.balancer</groupId> <artifactId>load-balancer-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/load-balancer/modules/p2-profile/pom.xml ---------------------------------------------------------------------- diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index f7d9855..d8b3df5 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.stratos.load.balancer</groupId> <artifactId>load-balancer-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/load-balancer/pom.xml ---------------------------------------------------------------------- diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index 2dcfec9..4edc749 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/pom.xml ---------------------------------------------------------------------- diff --git a/products/pom.xml b/products/pom.xml index 96826cd..a326fed 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/stratos-cli/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index 2007959..f7268d1 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>apache-stratos-cli-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/stratos-cli/distribution/src/main/bin/stratos.bat ---------------------------------------------------------------------- diff --git a/products/stratos-cli/distribution/src/main/bin/stratos.bat b/products/stratos-cli/distribution/src/main/bin/stratos.bat index 12c891e..b5a47f4 100644 --- a/products/stratos-cli/distribution/src/main/bin/stratos.bat +++ b/products/stratos-cli/distribution/src/main/bin/stratos.bat @@ -32,5 +32,5 @@ if "%STRATOS_CLI_HOME%"=="" set STRATOS_CLI_HOME=%CD% cd %STRATOS_CLI_HOME% -java -jar "org.apache.stratos.cli-4.0.0-SNAPSHOT-Tool.jar" %* +java -jar "org.apache.stratos.cli-4.0.0-incubating-Tool.jar" %* http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/stratos-cli/distribution/src/main/bin/stratos.sh ---------------------------------------------------------------------- diff --git a/products/stratos-cli/distribution/src/main/bin/stratos.sh b/products/stratos-cli/distribution/src/main/bin/stratos.sh index 060b6f5..4274e1b 100755 --- a/products/stratos-cli/distribution/src/main/bin/stratos.sh +++ b/products/stratos-cli/distribution/src/main/bin/stratos.sh @@ -29,5 +29,5 @@ if [ -z $STRATOS_CLI_HOME ] ; then STRATOS_CLI_HOME="$PWD" fi -java -jar $STRATOS_CLI_HOME/org.apache.stratos.cli-4.0.0-SNAPSHOT-Tool.jar $* +java -jar $STRATOS_CLI_HOME/org.apache.stratos.cli-4.0.0-incubating-Tool.jar $* http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/stratos-cli/distribution/src/main/license/LICENSE ---------------------------------------------------------------------- diff --git a/products/stratos-cli/distribution/src/main/license/LICENSE b/products/stratos-cli/distribution/src/main/license/LICENSE index 88aa1e7..aace45a 100644 --- a/products/stratos-cli/distribution/src/main/license/LICENSE +++ b/products/stratos-cli/distribution/src/main/license/LICENSE @@ -223,7 +223,7 @@ org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:1.0.1 org.apache.geronimo.specs.wso2:geronimo-stax-api_1.0_spec:1.0.1.wso2v1 org.apache.httpcomponents.wso2:httpcore:4.1.0-wso2v1 org.apache.neethi.wso2:neethi:2.0.4.wso2v4 -org.apache.stratos:org.apache.stratos.manager.stub:4.0.0-SNAPSHOT +org.apache.stratos:org.apache.stratos.manager.stub:4.0.0-incubating org.apache.woden.wso2:woden:1.0.0.M8-wso2v1 org.apache.ws.commons.axiom:axiom-api:1.2.11 org.apache.ws.commons.axiom:axiom-impl:1.2.11 http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/stratos-cli/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index ff4ce2b..b775824 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-products-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/stratos/modules/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 196fd54..d0467f6 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -454,7 +454,7 @@ <dependency> <groupId>org.apache.stratos</groupId> <artifactId>org.apache.stratos.cep.extension</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/stratos/modules/distribution/src/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/assembly/bin.xml b/products/stratos/modules/distribution/src/assembly/bin.xml index 3d7f759..800bac6 100755 --- a/products/stratos/modules/distribution/src/assembly/bin.xml +++ b/products/stratos/modules/distribution/src/assembly/bin.xml @@ -42,12 +42,6 @@ <exclude>**/launch.ini</exclude> <exclude>**/carbon.xml</exclude> <exclude>**/README*</exclude> - <!--Removing relying party ui bundle to fix STRATOS-1149 --> - <exclude>**/org.wso2.carbon.identity.relyingparty.ui_4.1.0-SNAPSHOT.jar</exclude> - <exclude>**/org.wso2.carbon.identity.relyingparty.stub_4.1.0-SNAPSHOT.jar</exclude> - <!--Removing roles mgt ui to fix STRATOS-2114--> - <exclude>**/org.wso2.carbon.roles.mgt.ui_4.1.0-SNAPSHOT.jar</exclude> - <exclude>**/org.wso2.carbon.roles.mgt.stub_4.1.0-SNAPSHOT.jar</exclude> <exclude>**/log4j.properties</exclude> <exclude>**/repository/components/**</exclude> <exclude>**/lib/endorsed/**</exclude> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/stratos/modules/distribution/src/assembly/filter.properties ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/assembly/filter.properties b/products/stratos/modules/distribution/src/assembly/filter.properties index 0ff05ac..26888f3 100755 --- a/products/stratos/modules/distribution/src/assembly/filter.properties +++ b/products/stratos/modules/distribution/src/assembly/filter.properties @@ -19,7 +19,7 @@ product.name=Apache Stratos product.key=STRATOS -product.version=4.0.0-SNAPSHOT +product.version=4.0.0-incubating hotdeployment=true hotupdate=false carbon.version=4.2.0 http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/stratos/modules/integration/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/pom.xml b/products/stratos/modules/integration/pom.xml index 304cb5b..6bdc8b1 100755 --- a/products/stratos/modules/integration/pom.xml +++ b/products/stratos/modules/integration/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/stratos/modules/p2-profile-gen/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 31d3cba..df232ef 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/products/stratos/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index 60a1a8a..9cc0f9d 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-products-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index 7ca701a..b60b240 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index b22b3e0..9e223e9 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index 10aa493..62c472c 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index 65e517e..70df730 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index f566e19..ed6829e 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index 35cb945..35fafc4 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index c9ba977..9f3a7ef 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.common.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index 68f86da..02f2a9c 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 844f880..fc48699 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index b1bd847..85d4746 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.manager.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index 4b6ea6f..1573ce5 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 8608da3..d2f313b 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 6b6bd4d..b857cd6 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index c9efecf..0b7e8e7 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index ba374f8..128b31c 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index dc96659..79b5aaf 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index 78c6a4e..3c1be05 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.throttle.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index 5fe077a..64eb2b8 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index 9e8f9c4..499ab41 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.throttling.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 421dfa7..b97f134 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index c4edad4..acd2a06 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index 604a1fc..dffd5d6 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.usage.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 65f9145..f68cf58 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index e1c8fa6..21a3ce3 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/service-stubs/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index bc0f5d6..2ae5144 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/tools/puppet3-agent/config.sh ---------------------------------------------------------------------- diff --git a/tools/puppet3-agent/config.sh b/tools/puppet3-agent/config.sh index 3347b80..2b3a24d 100755 --- a/tools/puppet3-agent/config.sh +++ b/tools/puppet3-agent/config.sh @@ -88,7 +88,7 @@ if [[ $answer = y ]] ; then ARGS=("-n${NODEID}" "-d${DOMAIN}" "-s${PUPPET_IP}") ${ECHO} "\nRunning puppet installation with arguments: ${ARGS[@]}" /root/bin/puppetinstall/puppetinstall "${ARGS[@]}" - ${RM} /mnt/apache-stratos-cartridge-agent-4.0.0-SNAPSHOT/wso2carbon.lck + ${RM} /mnt/apache-stratos-cartridge-agent-4.0.0-incubating/wso2carbon.lck ${GREP} -q '/root/bin/init.sh > /tmp/puppet_log' /etc/rc.local || ${SED} -i 's/exit 0$/\/root\/bin\/init.sh \> \/tmp\/puppet_log\nexit 0/' /etc/rc.local ${RM} -rf /tmp/* ${RM} -rf /var/lib/puppet/ssl/* http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/tools/puppet3/modules/agent/files/README.txt ---------------------------------------------------------------------- diff --git a/tools/puppet3/modules/agent/files/README.txt b/tools/puppet3/modules/agent/files/README.txt index 88c8daf..b7fa8a4 100644 --- a/tools/puppet3/modules/agent/files/README.txt +++ b/tools/puppet3/modules/agent/files/README.txt @@ -7,6 +7,6 @@ This folder should have following: eg: if $mb_type = activemq, folder structure of this folder would be: >$ls ->activemq apache-stratos-cartridge-agent-4.0.0-SNAPSHOT-bin.zip +>activemq apache-stratos-cartridge-agent-4.0.0-incubating-bin.zip 3. Under $mb_type folder, please add all the client jars, that should be copied to the agent's lib directory. http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/tools/puppet3/modules/agent/manifests/init.pp ---------------------------------------------------------------------- diff --git a/tools/puppet3/modules/agent/manifests/init.pp b/tools/puppet3/modules/agent/manifests/init.pp index 2d1b078..4d68f34 100644 --- a/tools/puppet3/modules/agent/manifests/init.pp +++ b/tools/puppet3/modules/agent/manifests/init.pp @@ -16,7 +16,7 @@ # under the License. class agent( - $version = '4.0.0-SNAPSHOT', + $version = '4.0.0-incubating', $owner = 'root', $group = 'root', $target = '/mnt', http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/tools/puppet3/modules/lb/files/README.txt ---------------------------------------------------------------------- diff --git a/tools/puppet3/modules/lb/files/README.txt b/tools/puppet3/modules/lb/files/README.txt index af6d3ea..59b7454 100644 --- a/tools/puppet3/modules/lb/files/README.txt +++ b/tools/puppet3/modules/lb/files/README.txt @@ -7,6 +7,6 @@ This folder should have following: eg: if $mb_type = activemq, folder structure of this folder would be: >$ls ->activemq apache-stratos-load-balancer-4.0.0-SNAPSHOT.zip +>activemq apache-stratos-load-balancer-4.0.0-incubating.zip 3. Under $mb_type folder, please add all the client jars, that should be copied to the load balancer's repository/components/lib directory. http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/tools/puppet3/modules/lb/manifests/init.pp ---------------------------------------------------------------------- diff --git a/tools/puppet3/modules/lb/manifests/init.pp b/tools/puppet3/modules/lb/manifests/init.pp index ca7deed..a5dc0c8 100755 --- a/tools/puppet3/modules/lb/manifests/init.pp +++ b/tools/puppet3/modules/lb/manifests/init.pp @@ -29,7 +29,7 @@ # class lb ( - $version = '4.0.0-SNAPSHOT', + $version = '4.0.0-incubating', $offset = 0, $tribes_port = 4000, $maintenance_mode = true, http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/tools/stratos-installer/README.txt ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/README.txt b/tools/stratos-installer/README.txt index b2160f7..fac2639 100644 --- a/tools/stratos-installer/README.txt +++ b/tools/stratos-installer/README.txt @@ -1,8 +1,8 @@ -Apahe Stratos version 4.0.0-SNAPSHOT +Apahe Stratos version 4.0.0-incubating ----------------------------- 14th January 2014 -Welcome to the Apache Stratos 4.0.0-SNAPSHOT +Welcome to the Apache Stratos 4.0.0-incubating Important http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/tools/stratos-installer/conf/setup.conf ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/conf/setup.conf b/tools/stratos-installer/conf/setup.conf index 36c124b..a1701da 100644 --- a/tools/stratos-installer/conf/setup.conf +++ b/tools/stratos-installer/conf/setup.conf @@ -55,7 +55,7 @@ export mb_ip="127.0.0.1" # Machine ip on which mb run export mb_port=61616 #default port which the message broker service runs export stratos_extract_path=$stratos_path/"apache-stratos" -export stratos_pack_zip=$stratos_packs/"apache-stratos-4.0.0-SNAPSHOT.zip" +export stratos_pack_zip=$stratos_packs/"apache-stratos-4.0.0-incubating.zip" export activemq_pack=$stratos_packs/"apache-activemq-5.9.1-bin.tar.gz" export activemq_path=$stratos_path/"apache-activemq-5.9.1" http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/tools/stratos-installer/config/as/repository/conf/carbon.xml ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/config/as/repository/conf/carbon.xml b/tools/stratos-installer/config/as/repository/conf/carbon.xml index 82330f1..1cc1adc 100644 --- a/tools/stratos-installer/config/as/repository/conf/carbon.xml +++ b/tools/stratos-installer/config/as/repository/conf/carbon.xml @@ -40,7 +40,7 @@ <!-- Product Version --> - <Version>4.0.0-SNAPSHOT</Version> + <Version>4.0.0-incubating</Version> <!-- Host name or IP address of the machine hosting this server http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/tools/stratos-installer/config/cc/repository/conf/carbon.xml ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/config/cc/repository/conf/carbon.xml b/tools/stratos-installer/config/cc/repository/conf/carbon.xml index d458c99..a2ed429 100644 --- a/tools/stratos-installer/config/cc/repository/conf/carbon.xml +++ b/tools/stratos-installer/config/cc/repository/conf/carbon.xml @@ -40,7 +40,7 @@ <!-- Product Version --> - <Version>4.0.0-SNAPSHOT</Version> + <Version>4.0.0-incubating</Version> <!-- Host name or IP address of the machine hosting this server http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/tools/stratos-installer/config/sm/repository/conf/carbon.xml ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/config/sm/repository/conf/carbon.xml b/tools/stratos-installer/config/sm/repository/conf/carbon.xml index 52daeff..97d13e0 100644 --- a/tools/stratos-installer/config/sm/repository/conf/carbon.xml +++ b/tools/stratos-installer/config/sm/repository/conf/carbon.xml @@ -40,7 +40,7 @@ <!-- Product Version --> - <Version>4.0.0-SNAPSHOT</Version> + <Version>4.0.0-incubating</Version> <!-- Host name or IP address of the machine hosting this server http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6c94caf4/tools/stratos-installer/setup.sh ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/setup.sh b/tools/stratos-installer/setup.sh index 8dae806..43da597 100755 --- a/tools/stratos-installer/setup.sh +++ b/tools/stratos-installer/setup.sh @@ -529,7 +529,7 @@ fi if [[ !(-d $stratos_extract_path) ]]; then echo "Extracting Apache Stratos" unzip -q $stratos_pack_zip -d $stratos_path - mv -f $stratos_path/apache-stratos-4.0.0-SNAPSHOT $stratos_extract_path + mv -f $stratos_path/apache-stratos-4.0.0-incubating $stratos_extract_path fi if [[ ($profile = "default" && $config_mb = "true") ]]; then
