Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v6.0.0-m1
Browse files Browse the repository at this point in the history
  • Loading branch information
callkalpa committed Apr 5, 2016
1 parent 74cd05a commit e7ba09b
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 57 deletions.
6 changes: 2 additions & 4 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>wso2appserver</artifactId>
<groupId>org.wso2.appserver</groupId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-m1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
24 changes: 11 additions & 13 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>wso2appserver</artifactId>
<groupId>org.wso2.appserver</groupId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-m1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -210,25 +208,25 @@
<target xmlns:jacoco="antlib:org.jacoco.ant">
<!--//this task is to provide class/src files locations for jacoco report generation-->
<taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml">
<classpath path="${project.build.directory}"/>
<classpath path="${project.build.directory}" />
</taskdef>
<jacoco:report>
<executiondata>
<file file="${project.build.directory}/jacoco/jacoco-it.exec"/>
<file file="${project.build.directory}/jacoco/jacoco-it.exec" />
</executiondata>
<structure name="WSO2 Application Server 6.0.0 Module Integration Tests">
<classfiles>
<fileset dir="../modules/appserver-utils/target/classes"/>
<fileset dir="../modules/http-statistics-monitoring/target/classes"/>
<fileset dir="../modules/webapp-loader/target/classes"/>
<fileset dir="../modules/appserver-utils/target/classes" />
<fileset dir="../modules/http-statistics-monitoring/target/classes" />
<fileset dir="../modules/webapp-loader/target/classes" />
</classfiles>
<sourcefiles encoding="UTF-8">
<fileset dir="../modules/appserver-utils/src/main/java/"/>
<fileset dir="../modules/http-statistics-monitoring/src/main/java/"/>
<fileset dir="../modules/webapp-loader/src/main/java/"/>
<fileset dir="../modules/appserver-utils/src/main/java/" />
<fileset dir="../modules/http-statistics-monitoring/src/main/java/" />
<fileset dir="../modules/webapp-loader/src/main/java/" />
</sourcefiles>
</structure>
<html destdir="${project.build.directory}/site/jacoco"/>
<html destdir="${project.build.directory}/site/jacoco" />
</jacoco:report>
</target>
</configuration>
Expand Down
6 changes: 2 additions & 4 deletions modules/appserver-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>modules</artifactId>
<groupId>org.wso2.appserver</groupId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-m1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions modules/http-statistics-monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>modules</artifactId>
<groupId>org.wso2.appserver</groupId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-m1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>wso2appserver</artifactId>
<groupId>org.wso2.appserver</groupId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-m1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions modules/webapp-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>modules</artifactId>
<groupId>org.wso2.appserver</groupId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-m1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.wso2</groupId>
<artifactId>wso2</artifactId>
Expand All @@ -24,7 +22,7 @@
<groupId>org.wso2.appserver</groupId>
<artifactId>wso2appserver</artifactId>
<packaging>pom</packaging>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-m1</version>
<name>WSO2 Application Server - Parent</name>
<description>WSO2 Application Server Parent Pom</description>
<url>http://wso2.com</url>
Expand Down Expand Up @@ -487,15 +485,15 @@
<url>https://github.com/wso2/product-as.git</url>
<developerConnection>scm:git:https://github.com/wso2/product-as.git</developerConnection>
<connection>scm:git:https://github.com/wso2/product-as.git</connection>
<tag>HEAD</tag>
<tag>v6.0.0-m1</tag>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- WSO2 Application Server version -->
<appserver.version>6.0.0-SNAPSHOT</appserver.version>
<appserver.version>6.0.0-m1</appserver.version>
<!-- WSO2 Application Server distribution identifier -->
<distribution.file.name>wso2as-${project.version}</distribution.file.name>

Expand Down
6 changes: 2 additions & 4 deletions samples/configuration-loader-valve/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>samples</artifactId>
<groupId>org.wso2.appserver</groupId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-m1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions samples/configuration-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>samples</artifactId>
<groupId>org.wso2.appserver</groupId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-m1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
5 changes: 2 additions & 3 deletions samples/jaxrs_basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<parent>
<groupId>org.wso2.appserver</groupId>
<artifactId>samples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-m1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>wso2appserver</artifactId>
<groupId>org.wso2.appserver</groupId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-m1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
5 changes: 2 additions & 3 deletions samples/simple-jax-rs-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>samples</artifactId>
<groupId>org.wso2.appserver</groupId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-m1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit e7ba09b

Please sign in to comment.