From 0c1396f2559ace75cb5574bad245248e08358e5c Mon Sep 17 00:00:00 2001 From: WSO2 Builder Date: Mon, 18 Jan 2016 14:12:17 +0000 Subject: [PATCH] [maven-release-plugin] prepare release v1.0.0-RC4 --- .../components/org.wso2.carbon.mss/pom.xml | 5 ++-- .../org.wso2.carbon.mss.feature/pom.xml | 5 ++-- .../org.wso2.carbon.spi.fly.feature/pom.xml | 5 ++-- mss-jar-parent/pom.xml | 5 ++-- mss-lite-parent/pom.xml | 8 +++---- parent/pom.xml | 14 ++++++----- pom.xml | 8 +++---- product/pom.xml | 24 +++++++++---------- samples/fileserver/pom.xml | 6 ++--- samples/helloworld/pom.xml | 6 ++--- samples/log-interceptor-bundle/pom.xml | 5 ++-- samples/metrics-httpmon-mss-bundle/pom.xml | 5 ++-- .../pom.xml | 5 ++-- samples/metrics-httpmon-mss-lite/pom.xml | 5 ++-- samples/petstore/frontend-util/pom.xml | 5 ++-- .../petstore/microservices/fileserver/pom.xml | 5 ++-- samples/petstore/microservices/pet/pom.xml | 5 ++-- .../petstore/microservices/security/pom.xml | 5 ++-- .../microservices/transaction/pom.xml | 5 ++-- samples/petstore/pom.xml | 7 +++--- samples/petstore/util/pom.xml | 5 ++-- samples/security/pom.xml | 5 ++-- samples/stockquote-mss-bundle/pom.xml | 5 ++-- samples/stockquote-mss-deployable-jar/pom.xml | 5 ++-- samples/stockquote-mss-lite/pom.xml | 5 ++-- samples/template/pom.xml | 8 +++---- .../mss-mustache-template/pom.xml | 7 +++--- tests/osgi-tests/pom.xml | 8 +++---- 28 files changed, 77 insertions(+), 109 deletions(-) diff --git a/carbon-mss/components/org.wso2.carbon.mss/pom.xml b/carbon-mss/components/org.wso2.carbon.mss/pom.xml index 140790666..02cc64f30 100644 --- a/carbon-mss/components/org.wso2.carbon.mss/pom.xml +++ b/carbon-mss/components/org.wso2.carbon.mss/pom.xml @@ -14,15 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../../parent/pom.xml diff --git a/carbon-mss/features/org.wso2.carbon.mss.feature/pom.xml b/carbon-mss/features/org.wso2.carbon.mss.feature/pom.xml index 8935510ec..3b4329a85 100644 --- a/carbon-mss/features/org.wso2.carbon.mss.feature/pom.xml +++ b/carbon-mss/features/org.wso2.carbon.mss.feature/pom.xml @@ -14,13 +14,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + org.wso2.carbon.mss mss-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../../parent/pom.xml diff --git a/carbon-mss/features/org.wso2.carbon.spi.fly.feature/pom.xml b/carbon-mss/features/org.wso2.carbon.spi.fly.feature/pom.xml index 045835924..5c4e1666b 100644 --- a/carbon-mss/features/org.wso2.carbon.spi.fly.feature/pom.xml +++ b/carbon-mss/features/org.wso2.carbon.spi.fly.feature/pom.xml @@ -14,13 +14,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + org.wso2.carbon.mss mss-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../../parent/pom.xml diff --git a/mss-jar-parent/pom.xml b/mss-jar-parent/pom.xml index 8357d581d..4b86d891b 100644 --- a/mss-jar-parent/pom.xml +++ b/mss-jar-parent/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-parent - 1.0.0-SNAPSHOT + 1.0.0 ../parent/pom.xml diff --git a/mss-lite-parent/pom.xml b/mss-lite-parent/pom.xml index 343167a6f..2e8305e61 100644 --- a/mss-lite-parent/pom.xml +++ b/mss-lite-parent/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-parent - 1.0.0-SNAPSHOT + 1.0.0 ../parent/pom.xml @@ -78,8 +77,7 @@ - + ${microservice.mainClass} diff --git a/parent/pom.xml b/parent/pom.xml index 7c701998c..c456fbf48 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -15,22 +15,20 @@ ~ limitations under the License. --> - + org.wso2 wso2 2 - + 4.0.0 org.wso2.carbon.mss mss-parent pom - 1.0.0-SNAPSHOT + 1.0.0 WSO2 MSS - Parent Pom WSO2 Product-MSS Parent Pom http://wso2.org @@ -480,7 +478,7 @@ [5.0,6) 1.0.0 [1.0,2) - 1.0.0-SNAPSHOT + 1.0.0 1.2.0 [1.2,2) 5.0.6 @@ -565,4 +563,8 @@ + + + v1.0.0-RC4 + \ No newline at end of file diff --git a/pom.xml b/pom.xml index b588c150d..8a2025cab 100644 --- a/pom.xml +++ b/pom.xml @@ -15,9 +15,7 @@ ~ limitations under the License. --> - + 4.0.0 @@ -29,13 +27,13 @@ org.wso2.carbon.mss mss pom - 1.0.0-SNAPSHOT + 1.0.0 https://github.com/wso2/product-mss.git scm:git:https://github.com/wso2/product-mss.git scm:git:https://github.com/wso2/product-mss.git - HEAD + v1.0.0-RC4 diff --git a/product/pom.xml b/product/pom.xml index 920b001ad..6487229b6 100644 --- a/product/pom.xml +++ b/product/pom.xml @@ -14,13 +14,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + org.wso2.carbon.mss mss-parent - 1.0.0-SNAPSHOT + 1.0.0 ../parent/pom.xml @@ -214,9 +213,8 @@ package - - + + @@ -229,14 +227,14 @@ install - - - - + + + + - - - + + + diff --git a/samples/fileserver/pom.xml b/samples/fileserver/pom.xml index 1f6e336b0..2466a4180 100644 --- a/samples/fileserver/pom.xml +++ b/samples/fileserver/pom.xml @@ -15,14 +15,12 @@ ~ limitations under the License. --> - + mss-lite-parent org.wso2.carbon.mss - 1.0.0-SNAPSHOT + 1.0.0 ../../mss-lite-parent/pom.xml 4.0.0 diff --git a/samples/helloworld/pom.xml b/samples/helloworld/pom.xml index b72e46385..1bec69f0a 100644 --- a/samples/helloworld/pom.xml +++ b/samples/helloworld/pom.xml @@ -15,14 +15,12 @@ ~ limitations under the License. --> - + mss-lite-parent org.wso2.carbon.mss - 1.0.0-SNAPSHOT + 1.0.0 ../../mss-lite-parent/pom.xml 4.0.0 diff --git a/samples/log-interceptor-bundle/pom.xml b/samples/log-interceptor-bundle/pom.xml index 50bcfde2a..3797f804d 100644 --- a/samples/log-interceptor-bundle/pom.xml +++ b/samples/log-interceptor-bundle/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../parent/pom.xml diff --git a/samples/metrics-httpmon-mss-bundle/pom.xml b/samples/metrics-httpmon-mss-bundle/pom.xml index 11af7749f..f15418917 100644 --- a/samples/metrics-httpmon-mss-bundle/pom.xml +++ b/samples/metrics-httpmon-mss-bundle/pom.xml @@ -14,14 +14,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../parent/pom.xml diff --git a/samples/metrics-httpmon-mss-deployable-jar/pom.xml b/samples/metrics-httpmon-mss-deployable-jar/pom.xml index 34aa04e53..0d9b29e09 100644 --- a/samples/metrics-httpmon-mss-deployable-jar/pom.xml +++ b/samples/metrics-httpmon-mss-deployable-jar/pom.xml @@ -14,14 +14,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-jar-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../mss-jar-parent/pom.xml diff --git a/samples/metrics-httpmon-mss-lite/pom.xml b/samples/metrics-httpmon-mss-lite/pom.xml index 0eb772942..af71dee76 100644 --- a/samples/metrics-httpmon-mss-lite/pom.xml +++ b/samples/metrics-httpmon-mss-lite/pom.xml @@ -14,14 +14,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-lite-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../mss-lite-parent/pom.xml diff --git a/samples/petstore/frontend-util/pom.xml b/samples/petstore/frontend-util/pom.xml index 4ba1d167d..aee0a7f69 100644 --- a/samples/petstore/frontend-util/pom.xml +++ b/samples/petstore/frontend-util/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss petstore - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml diff --git a/samples/petstore/microservices/fileserver/pom.xml b/samples/petstore/microservices/fileserver/pom.xml index 18cff949e..baa91eb6e 100644 --- a/samples/petstore/microservices/fileserver/pom.xml +++ b/samples/petstore/microservices/fileserver/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-lite-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../../../mss-lite-parent/pom.xml diff --git a/samples/petstore/microservices/pet/pom.xml b/samples/petstore/microservices/pet/pom.xml index aeef2936c..bcd231013 100644 --- a/samples/petstore/microservices/pet/pom.xml +++ b/samples/petstore/microservices/pet/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-lite-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../../../mss-lite-parent/pom.xml diff --git a/samples/petstore/microservices/security/pom.xml b/samples/petstore/microservices/security/pom.xml index 0a2f7075f..53d47071a 100644 --- a/samples/petstore/microservices/security/pom.xml +++ b/samples/petstore/microservices/security/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-lite-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../../../mss-lite-parent/pom.xml diff --git a/samples/petstore/microservices/transaction/pom.xml b/samples/petstore/microservices/transaction/pom.xml index 7e65aeee2..084446bc2 100644 --- a/samples/petstore/microservices/transaction/pom.xml +++ b/samples/petstore/microservices/transaction/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-lite-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../../../mss-lite-parent/pom.xml diff --git a/samples/petstore/pom.xml b/samples/petstore/pom.xml index 4c10d6018..700518a86 100644 --- a/samples/petstore/pom.xml +++ b/samples/petstore/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../parent/pom.xml @@ -53,7 +52,7 @@ - + diff --git a/samples/petstore/util/pom.xml b/samples/petstore/util/pom.xml index 336931a69..9d85e0695 100644 --- a/samples/petstore/util/pom.xml +++ b/samples/petstore/util/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss petstore - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml diff --git a/samples/security/pom.xml b/samples/security/pom.xml index 512faa01f..eb8b84b79 100644 --- a/samples/security/pom.xml +++ b/samples/security/pom.xml @@ -14,13 +14,12 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-lite-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../mss-lite-parent/pom.xml diff --git a/samples/stockquote-mss-bundle/pom.xml b/samples/stockquote-mss-bundle/pom.xml index e5f4244da..3d99cf1ac 100644 --- a/samples/stockquote-mss-bundle/pom.xml +++ b/samples/stockquote-mss-bundle/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../parent/pom.xml diff --git a/samples/stockquote-mss-deployable-jar/pom.xml b/samples/stockquote-mss-deployable-jar/pom.xml index a6b70e5a7..9d79e8be2 100644 --- a/samples/stockquote-mss-deployable-jar/pom.xml +++ b/samples/stockquote-mss-deployable-jar/pom.xml @@ -15,14 +15,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-jar-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../mss-jar-parent/pom.xml diff --git a/samples/stockquote-mss-lite/pom.xml b/samples/stockquote-mss-lite/pom.xml index aa0a7bcfc..f1dbca14b 100644 --- a/samples/stockquote-mss-lite/pom.xml +++ b/samples/stockquote-mss-lite/pom.xml @@ -15,14 +15,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-lite-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../mss-lite-parent/pom.xml diff --git a/samples/template/pom.xml b/samples/template/pom.xml index 4ccd94f20..ec21ddb1e 100644 --- a/samples/template/pom.xml +++ b/samples/template/pom.xml @@ -15,14 +15,12 @@ ~ limitations under the License. --> - + mss-lite-parent org.wso2.carbon.mss - 1.0.0-SNAPSHOT + 1.0.0 ../../mss-lite-parent/pom.xml 4.0.0 @@ -40,7 +38,7 @@ org.wso2.carbon.mss mss-mustache-template - 1.0.0-SNAPSHOT + 1.0.0 diff --git a/template-engines/mss-mustache-template/pom.xml b/template-engines/mss-mustache-template/pom.xml index aed9d7d10..398726ce0 100644 --- a/template-engines/mss-mustache-template/pom.xml +++ b/template-engines/mss-mustache-template/pom.xml @@ -14,13 +14,12 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.carbon.mss mss-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../parent/pom.xml @@ -34,7 +33,7 @@ org.wso2.carbon.mss org.wso2.carbon.mss - 1.0.0-SNAPSHOT + 1.0.0 com.github.spullara.mustache.java diff --git a/tests/osgi-tests/pom.xml b/tests/osgi-tests/pom.xml index 8e2085f94..90c503540 100644 --- a/tests/osgi-tests/pom.xml +++ b/tests/osgi-tests/pom.xml @@ -14,19 +14,17 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + org.wso2.carbon.mss mss-parent - 1.0.0-SNAPSHOT + 1.0.0 ../../parent/pom.xml 4.0.0 mss-osgi-tests - 1.0.0-SNAPSHOT + 1.0.0 WSO2 MSS - OSGi Tests OSGi Tests for MSS http://wso2.com