From ebe16ac169acc28de109d953a3bfade235f08e27 Mon Sep 17 00:00:00 2001 From: WSO2 Builder Date: Thu, 21 Jul 2016 18:57:56 +0000 Subject: [PATCH] [maven-release-plugin] prepare release v2.0.0-rc4 --- analytics/msf4j-analytics/pom.xml | 5 ++--- archetypes/msf4j-microservice/pom.xml | 6 ++---- core/pom.xml | 5 ++--- distribution/binary/pom.xml | 5 ++--- distribution/msf4j-all/pom.xml | 5 ++--- features/feature-test/pom.xml | 5 ++--- features/org.wso2.msf4j.feature/pom.xml | 5 ++--- jaxrs-delegates/pom.xml | 5 ++--- perf-benchmark/Samples/wso2msf4j/pom.xml | 7 +++---- pom.xml | 10 ++++------ poms/msf4j-service/pom.xml | 14 ++++++-------- poms/parent/pom.xml | 14 ++++++++------ samples/basicauth-security/pom.xml | 5 ++--- samples/circuitbreaker/pom.xml | 6 ++---- samples/fileserver/pom.xml | 6 ++---- samples/formparam/pom.xml | 6 ++---- samples/helloworld/pom.xml | 6 ++---- samples/http-monitoring/pom.xml | 5 ++--- samples/jpa/pom.xml | 6 ++---- samples/jwt-claims/JWTAccessTokenBuilder/pom.xml | 6 ++---- samples/jwt-claims/jwt-sample/pom.xml | 6 ++---- samples/jwt-claims/pom.xml | 6 ++---- samples/jwt-claims/sso-agent-sample/pom.xml | 6 ++---- samples/lifecycle/pom.xml | 5 ++--- samples/log-interceptor-bundle/pom.xml | 5 ++--- samples/metrics/pom.xml | 5 ++--- samples/oauth2-security/pom.xml | 5 ++--- samples/petstore/microservices/fileserver/pom.xml | 5 ++--- samples/petstore/microservices/pet/pom.xml | 5 ++--- samples/petstore/microservices/security/pom.xml | 5 ++--- samples/petstore/microservices/transaction/pom.xml | 5 ++--- samples/petstore/pom.xml | 5 ++--- samples/petstore/util/pom.xml | 5 ++--- samples/regex-pathparam/pom.xml | 6 ++---- samples/spring-helloworld/pom.xml | 8 +++----- samples/stockquote/bundle/pom.xml | 5 ++--- samples/stockquote/fatjar/pom.xml | 5 ++--- samples/template/pom.xml | 8 +++----- spring/pom.xml | 6 ++---- templating/msf4j-mustache-template/pom.xml | 5 ++--- 40 files changed, 95 insertions(+), 148 deletions(-) diff --git a/analytics/msf4j-analytics/pom.xml b/analytics/msf4j-analytics/pom.xml index 7fbc56ca5..037b7a0fb 100644 --- a/analytics/msf4j-analytics/pom.xml +++ b/analytics/msf4j-analytics/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.msf4j msf4j-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/parent/pom.xml diff --git a/archetypes/msf4j-microservice/pom.xml b/archetypes/msf4j-microservice/pom.xml index 02c4bc02a..351ad0a15 100644 --- a/archetypes/msf4j-microservice/pom.xml +++ b/archetypes/msf4j-microservice/pom.xml @@ -14,14 +14,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + org.wso2.msf4j msf4j-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/parent/pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 784cb500a..fbe11992d 100644 --- a/core/pom.xml +++ b/core/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.msf4j msf4j-parent - 2.0.0-SNAPSHOT + 2.0.0 ../poms/parent/pom.xml diff --git a/distribution/binary/pom.xml b/distribution/binary/pom.xml index 2e7a65d5f..c1cafa49f 100644 --- a/distribution/binary/pom.xml +++ b/distribution/binary/pom.xml @@ -14,13 +14,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + org.wso2.msf4j msf4j-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/parent/pom.xml diff --git a/distribution/msf4j-all/pom.xml b/distribution/msf4j-all/pom.xml index 2b183be3c..ef6ff9727 100644 --- a/distribution/msf4j-all/pom.xml +++ b/distribution/msf4j-all/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.msf4j msf4j-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/parent/pom.xml diff --git a/features/feature-test/pom.xml b/features/feature-test/pom.xml index 0e2c9c365..b4b4f5226 100644 --- a/features/feature-test/pom.xml +++ b/features/feature-test/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.msf4j msf4j-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/parent/pom.xml diff --git a/features/org.wso2.msf4j.feature/pom.xml b/features/org.wso2.msf4j.feature/pom.xml index a19d50d7e..3b107b1ad 100644 --- a/features/org.wso2.msf4j.feature/pom.xml +++ b/features/org.wso2.msf4j.feature/pom.xml @@ -14,13 +14,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + org.wso2.msf4j msf4j-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/parent/pom.xml diff --git a/jaxrs-delegates/pom.xml b/jaxrs-delegates/pom.xml index f05b9fb68..bbdb5acec 100644 --- a/jaxrs-delegates/pom.xml +++ b/jaxrs-delegates/pom.xml @@ -14,8 +14,7 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 @@ -26,7 +25,7 @@ org.wso2.msf4j msf4j-parent - 2.0.0-SNAPSHOT + 2.0.0 ../poms/parent/pom.xml diff --git a/perf-benchmark/Samples/wso2msf4j/pom.xml b/perf-benchmark/Samples/wso2msf4j/pom.xml index 62cbea205..5f4dd5a6a 100644 --- a/perf-benchmark/Samples/wso2msf4j/pom.xml +++ b/perf-benchmark/Samples/wso2msf4j/pom.xml @@ -16,20 +16,19 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../../poms/msf4j-service/pom.xml org.wso2.msf4j.perftest.echo wso2msf4j-echo-message - 1.0-SNAPSHOT + 2.0.0 jar WSO2 MSF4J Microservice benchmark service diff --git a/pom.xml b/pom.xml index 8781deb29..7fb90479d 100644 --- a/pom.xml +++ b/pom.xml @@ -14,28 +14,26 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.wso2 wso2 5 - + org.wso2.msf4j msf4j pom - 2.0.0-SNAPSHOT + 2.0.0 https://github.com/wso2/msf4j.git scm:git:https://github.com/wso2/msf4j.git scm:git:https://github.com/wso2/msf4j.git - HEAD + v2.0.0-rc4 diff --git a/poms/msf4j-service/pom.xml b/poms/msf4j-service/pom.xml index e93cb4d54..cdf322fb6 100644 --- a/poms/msf4j-service/pom.xml +++ b/poms/msf4j-service/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.msf4j msf4j-service pom - 2.0.0-SNAPSHOT + 2.0.0 MSF4J-Parent @@ -152,7 +151,7 @@ scm:git:https://github.com/wso2/carbon-parent.git https://github.com/wso2/carbon-parent.git scm:git:https://github.com/wso2/carbon-parent.git - carbon-parent-4 + v2.0.0-rc4 @@ -450,11 +449,10 @@ - + ${microservice.mainClass} - + @@ -558,7 +556,7 @@ 2.10 - 2.0.0-SNAPSHOT + 2.0.0 1.8 1.8 diff --git a/poms/parent/pom.xml b/poms/parent/pom.xml index a9bfcf8a1..5debfcc79 100644 --- a/poms/parent/pom.xml +++ b/poms/parent/pom.xml @@ -15,22 +15,20 @@ ~ limitations under the License. --> - + org.wso2 wso2 5 - + 4.0.0 org.wso2.msf4j msf4j-parent pom - 2.0.0-SNAPSHOT + 2.0.0 WSO2 MSF4J - Parent Pom WSO2 MSF4J Parent Pom http://wso2.org @@ -520,7 +518,7 @@ [1.0.4,2) 2.1.2 [2.0,3) - 2.0.0-SNAPSHOT + 2.0.0 2.0.0 [2.0,3) 5.0.6 @@ -614,4 +612,8 @@ 0.7.5.201505241946 4.3.1 + + + v2.0.0-rc4 + diff --git a/samples/basicauth-security/pom.xml b/samples/basicauth-security/pom.xml index 809a4fa84..bb3bdaf54 100644 --- a/samples/basicauth-security/pom.xml +++ b/samples/basicauth-security/pom.xml @@ -14,13 +14,12 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/msf4j-service/pom.xml diff --git a/samples/circuitbreaker/pom.xml b/samples/circuitbreaker/pom.xml index 4f2fb7a45..26e0b55ea 100644 --- a/samples/circuitbreaker/pom.xml +++ b/samples/circuitbreaker/pom.xml @@ -15,14 +15,12 @@ ~ limitations under the License. --> - + org.wso2.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/msf4j-service/pom.xml 4.0.0 diff --git a/samples/fileserver/pom.xml b/samples/fileserver/pom.xml index 6d0c0217a..a5136adf7 100644 --- a/samples/fileserver/pom.xml +++ b/samples/fileserver/pom.xml @@ -15,14 +15,12 @@ ~ limitations under the License. --> - + org.wso2.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/msf4j-service/pom.xml 4.0.0 diff --git a/samples/formparam/pom.xml b/samples/formparam/pom.xml index cba18dfbb..5352486f1 100644 --- a/samples/formparam/pom.xml +++ b/samples/formparam/pom.xml @@ -15,14 +15,12 @@ ~ limitations under the License. --> - + org.wso2.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/msf4j-service/pom.xml 4.0.0 diff --git a/samples/helloworld/pom.xml b/samples/helloworld/pom.xml index 604e16bf0..89340a2b3 100644 --- a/samples/helloworld/pom.xml +++ b/samples/helloworld/pom.xml @@ -15,14 +15,12 @@ ~ limitations under the License. --> - + org.wso2.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/msf4j-service/pom.xml 4.0.0 diff --git a/samples/http-monitoring/pom.xml b/samples/http-monitoring/pom.xml index bd5cb68e8..5e186d1f3 100644 --- a/samples/http-monitoring/pom.xml +++ b/samples/http-monitoring/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.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/msf4j-service/pom.xml diff --git a/samples/jpa/pom.xml b/samples/jpa/pom.xml index c68c3bf2a..5eb01c058 100644 --- a/samples/jpa/pom.xml +++ b/samples/jpa/pom.xml @@ -15,14 +15,12 @@ ~ limitations under the License. --> - + org.wso2.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/msf4j-service/pom.xml 4.0.0 diff --git a/samples/jwt-claims/JWTAccessTokenBuilder/pom.xml b/samples/jwt-claims/JWTAccessTokenBuilder/pom.xml index b78e6f05c..48f55c351 100644 --- a/samples/jwt-claims/JWTAccessTokenBuilder/pom.xml +++ b/samples/jwt-claims/JWTAccessTokenBuilder/pom.xml @@ -1,11 +1,9 @@ - + jwt-claims org.wso2.msf4j - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/samples/jwt-claims/jwt-sample/pom.xml b/samples/jwt-claims/jwt-sample/pom.xml index 4219d33a1..a5f39d1b2 100644 --- a/samples/jwt-claims/jwt-sample/pom.xml +++ b/samples/jwt-claims/jwt-sample/pom.xml @@ -1,11 +1,9 @@ - + msf4j-service org.wso2.msf4j - 2.0.0-SNAPSHOT + 2.0.0 ../../../poms/msf4j-service/pom.xml 4.0.0 diff --git a/samples/jwt-claims/pom.xml b/samples/jwt-claims/pom.xml index 066b4a1d7..557e254ea 100644 --- a/samples/jwt-claims/pom.xml +++ b/samples/jwt-claims/pom.xml @@ -1,11 +1,9 @@ - + org.wso2.msf4j msf4j-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/parent/pom.xml 4.0.0 diff --git a/samples/jwt-claims/sso-agent-sample/pom.xml b/samples/jwt-claims/sso-agent-sample/pom.xml index 9df3cb6b4..2d30e6388 100644 --- a/samples/jwt-claims/sso-agent-sample/pom.xml +++ b/samples/jwt-claims/sso-agent-sample/pom.xml @@ -1,11 +1,9 @@ - + jwt-claims org.wso2.msf4j - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/samples/lifecycle/pom.xml b/samples/lifecycle/pom.xml index b95702c51..ea7c84277 100644 --- a/samples/lifecycle/pom.xml +++ b/samples/lifecycle/pom.xml @@ -14,13 +14,12 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/msf4j-service/pom.xml diff --git a/samples/log-interceptor-bundle/pom.xml b/samples/log-interceptor-bundle/pom.xml index 6edf5c9d5..33586d542 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.msf4j msf4j-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/parent/pom.xml diff --git a/samples/metrics/pom.xml b/samples/metrics/pom.xml index 27f7332e7..4609b3358 100644 --- a/samples/metrics/pom.xml +++ b/samples/metrics/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.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/msf4j-service/pom.xml diff --git a/samples/oauth2-security/pom.xml b/samples/oauth2-security/pom.xml index 2b3b2de36..982ac1ad5 100644 --- a/samples/oauth2-security/pom.xml +++ b/samples/oauth2-security/pom.xml @@ -14,13 +14,12 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/msf4j-service/pom.xml diff --git a/samples/petstore/microservices/fileserver/pom.xml b/samples/petstore/microservices/fileserver/pom.xml index fcf623428..33a9431c4 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.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../../../poms/msf4j-service/pom.xml diff --git a/samples/petstore/microservices/pet/pom.xml b/samples/petstore/microservices/pet/pom.xml index 565aa3fc5..725d1b7a3 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.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../../../poms/msf4j-service/pom.xml diff --git a/samples/petstore/microservices/security/pom.xml b/samples/petstore/microservices/security/pom.xml index 8a180b06c..c12f70893 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.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../../../poms/msf4j-service/pom.xml diff --git a/samples/petstore/microservices/transaction/pom.xml b/samples/petstore/microservices/transaction/pom.xml index 7198fd35f..a1470fd94 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.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../../../poms/msf4j-service/pom.xml diff --git a/samples/petstore/pom.xml b/samples/petstore/pom.xml index abd40a5d1..de24497cb 100644 --- a/samples/petstore/pom.xml +++ b/samples/petstore/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.msf4j msf4j-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/parent/pom.xml diff --git a/samples/petstore/util/pom.xml b/samples/petstore/util/pom.xml index eed16edd6..c19b7c5d6 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.msf4j petstore - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/samples/regex-pathparam/pom.xml b/samples/regex-pathparam/pom.xml index af65ab19a..294054106 100644 --- a/samples/regex-pathparam/pom.xml +++ b/samples/regex-pathparam/pom.xml @@ -1,11 +1,9 @@ - + org.wso2.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/msf4j-service/pom.xml 4.0.0 diff --git a/samples/spring-helloworld/pom.xml b/samples/spring-helloworld/pom.xml index da49fa74e..59fab2ee1 100644 --- a/samples/spring-helloworld/pom.xml +++ b/samples/spring-helloworld/pom.xml @@ -14,13 +14,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + org.wso2.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/msf4j-service/pom.xml 4.0.0 @@ -30,7 +28,7 @@ org.wso2.msf4j msf4j-spring - 2.0.0-SNAPSHOT + 2.0.0 diff --git a/samples/stockquote/bundle/pom.xml b/samples/stockquote/bundle/pom.xml index 2aede2ed7..eacef0b04 100644 --- a/samples/stockquote/bundle/pom.xml +++ b/samples/stockquote/bundle/pom.xml @@ -14,14 +14,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.msf4j msf4j-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../../poms/parent/pom.xml diff --git a/samples/stockquote/fatjar/pom.xml b/samples/stockquote/fatjar/pom.xml index e72f4c648..2731b3103 100644 --- a/samples/stockquote/fatjar/pom.xml +++ b/samples/stockquote/fatjar/pom.xml @@ -15,14 +15,13 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../../poms/msf4j-service/pom.xml diff --git a/samples/template/pom.xml b/samples/template/pom.xml index f938f46f9..0f25edde0 100644 --- a/samples/template/pom.xml +++ b/samples/template/pom.xml @@ -15,14 +15,12 @@ ~ limitations under the License. --> - + org.wso2.msf4j msf4j-service - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/msf4j-service/pom.xml 4.0.0 @@ -40,7 +38,7 @@ org.wso2.msf4j msf4j-mustache-template - 2.0.0-SNAPSHOT + 2.0.0 diff --git a/spring/pom.xml b/spring/pom.xml index cb5c63bff..ae0d7fdec 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -14,16 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.wso2.msf4j msf4j-parent - 2.0.0-SNAPSHOT + 2.0.0 ../poms/parent/pom.xml diff --git a/templating/msf4j-mustache-template/pom.xml b/templating/msf4j-mustache-template/pom.xml index af38834ce..726a0d7a6 100644 --- a/templating/msf4j-mustache-template/pom.xml +++ b/templating/msf4j-mustache-template/pom.xml @@ -14,13 +14,12 @@ ~ limitations under the License. --> - + 4.0.0 org.wso2.msf4j msf4j-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../poms/parent/pom.xml