Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v4.1.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Imesh Gunaratne committed Oct 20, 2015
1 parent b5c1b59 commit 20a534e
Show file tree
Hide file tree
Showing 41 changed files with 72 additions and 112 deletions.
2 changes: 1 addition & 1 deletion components/org.wso2.ppaas.manager.styles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-component-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>org.wso2.ppaas.manager.styles</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion extensions/carbon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-extensions</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>carbon-extensions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/carbon/ppaas-membership-scheme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>carbon-extensions</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>wso2ppaas-membership-scheme</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions extensions/cep/ppaas-cep-extension/wso2cep-3.0.0/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="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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-extensions</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions extensions/cep/ppaas-cep-extension/wso2cep-3.1.0/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="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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-extensions</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 3 additions & 5 deletions extensions/das/artifacts/metering-dashboard/capps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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">
<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.ppaas</groupId>
<artifactId>ppaas-extensions</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -53,7 +51,7 @@
<phase>process-resources</phase>
<configuration>
<target>
<ant antfile="build.xml" target="zip"/>
<ant antfile="build.xml" target="zip" />
</target>
</configuration>
<goals>
Expand Down
8 changes: 3 additions & 5 deletions extensions/das/artifacts/monitoring-dashboard/capps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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">
<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.ppaas</groupId>
<artifactId>ppaas-extensions</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -53,7 +51,7 @@
<phase>process-resources</phase>
<configuration>
<target>
<ant antfile="build.xml" target="zip"/>
<ant antfile="build.xml" target="zip" />
</target>
</configuration>
<goals>
Expand Down
5 changes: 2 additions & 3 deletions extensions/das/distribution/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="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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-extensions</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions extensions/das/ppaas-das-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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">
<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.ppaas</groupId>
<artifactId>ppaas-extensions</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>ppaas-extensions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.wso2.ppaas.manager.styles.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-features-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>org.wso2.ppaas.manager.styles.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>ppaas-features-parent</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wso2</groupId>
Expand All @@ -26,7 +25,7 @@
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-parent</artifactId>
<packaging>pom</packaging>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<name>WSO2 PPaaS - Parent</name>
<description>WSO2 Private PaaS is an open source Platform as a Service (PaaS) solution.</description>
<url>http://wso2.com/cloud/private-paas</url>
Expand Down Expand Up @@ -61,7 +60,7 @@
<url>https://github.com/wso2/product-private-paas.git</url>
<developerConnection>scm:git:https://github.com/wso2/product-private-paas.git</developerConnection>
<connection>scm:git:https://github.com/wso2/product-private-paas.git</connection>
<tag>HEAD</tag>
<tag>v4.1.0-rc2</tag>
</scm>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion products/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>private-paas-products-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion products/ppaas/modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>private-paas</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion products/ppaas/modules/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>private-paas</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion products/ppaas/modules/integration/tests-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-integration</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>org.wso2.ppaas.integration.common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-integration</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>ppaas-test-integration</artifactId>
Expand Down
10 changes: 4 additions & 6 deletions products/ppaas/modules/p2-profile-gen/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="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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>private-paas</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -1553,9 +1552,8 @@
<phase>package</phase>
<configuration>
<tasks>
<replace token="false" value="true"
dir="target/wso2carbon-core-${carbon.kernel.version}/repository/components">
<include name="**/bundles.info"/>
<replace token="false" value="true" dir="target/wso2carbon-core-${carbon.kernel.version}/repository/components">
<include name="**/bundles.info" />
</replace>
</tasks>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion products/ppaas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>private-paas-products-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>private-paas</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions tools/installer/activemq/5.10.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
~ limitations under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-installer-activemq-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>activemq-5.10.0-installer-module</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions tools/installer/activemq/5.10.0/template-module/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="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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>activemq-5.10.0-installer-module</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>apache-activemq-5.10.0-installer-template-module</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions tools/installer/activemq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@
under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-installer-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>ppaas-installer-activemq-parent</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions tools/installer/distribution/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="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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-installer-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>wso2ppaas-installer</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions tools/installer/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="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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>tools</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>ppaas-installer-parent</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions tools/installer/scripts/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="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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wso2.ppaas</groupId>
<artifactId>ppaas-installer-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>ppaas-installer-scripts</artifactId>
Expand Down
Loading

0 comments on commit 20a534e

Please sign in to comment.