From e7ba09bed2547b66a1777da739db7fd4876094c4 Mon Sep 17 00:00:00 2001 From: callkalpa Date: Tue, 5 Apr 2016 10:20:21 +0000 Subject: [PATCH] [maven-release-plugin] prepare release v6.0.0-m1 --- distribution/pom.xml | 6 ++---- integration-tests/pom.xml | 24 ++++++++++------------ modules/appserver-utils/pom.xml | 6 ++---- modules/http-statistics-monitoring/pom.xml | 6 ++---- modules/pom.xml | 6 ++---- modules/webapp-loader/pom.xml | 6 ++---- pom.xml | 10 ++++----- samples/configuration-loader-valve/pom.xml | 6 ++---- samples/configuration-loader/pom.xml | 6 ++---- samples/jaxrs_basic/pom.xml | 5 ++--- samples/pom.xml | 6 ++---- samples/simple-jax-rs-service/pom.xml | 5 ++--- 12 files changed, 35 insertions(+), 57 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index acee4edc..32d5293e 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -11,13 +11,11 @@ See the License for the specific language governing permissions and limitations under the License. --> - + wso2appserver org.wso2.appserver - 6.0.0-SNAPSHOT + 6.0.0-m1 4.0.0 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 68303c5b..e833e80a 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -11,13 +11,11 @@ See the License for the specific language governing permissions and limitations under the License. --> - + wso2appserver org.wso2.appserver - 6.0.0-SNAPSHOT + 6.0.0-m1 4.0.0 @@ -210,25 +208,25 @@ - + - + - - - + + + - - - + + + - + diff --git a/modules/appserver-utils/pom.xml b/modules/appserver-utils/pom.xml index 6b275a12..d9a0491d 100644 --- a/modules/appserver-utils/pom.xml +++ b/modules/appserver-utils/pom.xml @@ -11,13 +11,11 @@ See the License for the specific language governing permissions and limitations under the License. --> - + modules org.wso2.appserver - 6.0.0-SNAPSHOT + 6.0.0-m1 4.0.0 diff --git a/modules/http-statistics-monitoring/pom.xml b/modules/http-statistics-monitoring/pom.xml index 54d3b00c..2399875a 100644 --- a/modules/http-statistics-monitoring/pom.xml +++ b/modules/http-statistics-monitoring/pom.xml @@ -11,13 +11,11 @@ See the License for the specific language governing permissions and limitations under the License. --> - + modules org.wso2.appserver - 6.0.0-SNAPSHOT + 6.0.0-m1 4.0.0 diff --git a/modules/pom.xml b/modules/pom.xml index eb0f1baa..5fdccceb 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -11,13 +11,11 @@ See the License for the specific language governing permissions and limitations under the License. --> - + wso2appserver org.wso2.appserver - 6.0.0-SNAPSHOT + 6.0.0-m1 4.0.0 diff --git a/modules/webapp-loader/pom.xml b/modules/webapp-loader/pom.xml index d0a96e31..d44c1719 100644 --- a/modules/webapp-loader/pom.xml +++ b/modules/webapp-loader/pom.xml @@ -11,13 +11,11 @@ See the License for the specific language governing permissions and limitations under the License. --> - + modules org.wso2.appserver - 6.0.0-SNAPSHOT + 6.0.0-m1 4.0.0 diff --git a/pom.xml b/pom.xml index 232083dc..9be10b6d 100644 --- a/pom.xml +++ b/pom.xml @@ -11,9 +11,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + org.wso2 wso2 @@ -24,7 +22,7 @@ org.wso2.appserver wso2appserver pom - 6.0.0-SNAPSHOT + 6.0.0-m1 WSO2 Application Server - Parent WSO2 Application Server Parent Pom http://wso2.com @@ -487,7 +485,7 @@ https://github.com/wso2/product-as.git scm:git:https://github.com/wso2/product-as.git scm:git:https://github.com/wso2/product-as.git - HEAD + v6.0.0-m1 @@ -495,7 +493,7 @@ UTF-8 - 6.0.0-SNAPSHOT + 6.0.0-m1 wso2as-${project.version} diff --git a/samples/configuration-loader-valve/pom.xml b/samples/configuration-loader-valve/pom.xml index a5927902..3bb48f19 100644 --- a/samples/configuration-loader-valve/pom.xml +++ b/samples/configuration-loader-valve/pom.xml @@ -11,13 +11,11 @@ See the License for the specific language governing permissions and limitations under the License. --> - + samples org.wso2.appserver - 6.0.0-SNAPSHOT + 6.0.0-m1 4.0.0 diff --git a/samples/configuration-loader/pom.xml b/samples/configuration-loader/pom.xml index acfdce0d..0f0a97ff 100644 --- a/samples/configuration-loader/pom.xml +++ b/samples/configuration-loader/pom.xml @@ -11,13 +11,11 @@ See the License for the specific language governing permissions and limitations under the License. --> - + samples org.wso2.appserver - 6.0.0-SNAPSHOT + 6.0.0-m1 4.0.0 diff --git a/samples/jaxrs_basic/pom.xml b/samples/jaxrs_basic/pom.xml index 3fa4edf5..cb7c5bf6 100755 --- a/samples/jaxrs_basic/pom.xml +++ b/samples/jaxrs_basic/pom.xml @@ -14,13 +14,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + org.wso2.appserver samples - 6.0.0-SNAPSHOT + 6.0.0-m1 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index a1e121e1..2d220cba 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -11,13 +11,11 @@ See the License for the specific language governing permissions and limitations under the License. --> - + wso2appserver org.wso2.appserver - 6.0.0-SNAPSHOT + 6.0.0-m1 4.0.0 diff --git a/samples/simple-jax-rs-service/pom.xml b/samples/simple-jax-rs-service/pom.xml index ba911259..b53e0864 100644 --- a/samples/simple-jax-rs-service/pom.xml +++ b/samples/simple-jax-rs-service/pom.xml @@ -11,12 +11,11 @@ See the License for the specific language governing permissions and limitations under the License. --> - + samples org.wso2.appserver - 6.0.0-SNAPSHOT + 6.0.0-m1 4.0.0