Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanvive committed Jun 3, 2016
1 parent 6ae5cec commit c8428b2
Show file tree
Hide file tree
Showing 19 changed files with 30 additions and 40 deletions.
6 changes: 2 additions & 4 deletions components/org.wso2.carbon.analytics.is/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>
<artifactId>analytics-is-components</artifactId>
<groupId>org.wso2.carbon.analytics.is</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
Expand Down
6 changes: 2 additions & 4 deletions components/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>
<artifactId>wso2analytics-is-parent</artifactId>
<groupId>org.wso2.carbon.analytics.is</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
7 changes: 3 additions & 4 deletions features/org.wso2.carbon.analytics.is.feature/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">

<parent>
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>analytics-is-features</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -38,7 +37,7 @@
<phase>process-resources</phase>
<configuration>
<target>
<ant antfile="build.xml" target="zip"/>
<ant antfile="build.xml" target="zip" />
</target>
</configuration>
<goals>
Expand Down
6 changes: 2 additions & 4 deletions features/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.carbon.analytics.is</groupId>
<artifactId>wso2analytics-is-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
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">

<parent>
<groupId>org.wso2</groupId>
Expand All @@ -21,7 +20,7 @@
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>wso2analytics-is-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>

<licenses>
<license>
Expand Down Expand Up @@ -444,7 +443,7 @@
<url>https://github.com/wso2/analytics-is.git</url>
<developerConnection>scm:git:https://github.com/wso2/analytics-is.git</developerConnection>
<connection>scm:git:https://github.com/wso2/analytics-is.git</connection>
<tag>HEAD</tag>
<tag>v1.0.0-alpha</tag>
</scm>

<profiles>
Expand Down Expand Up @@ -478,7 +477,7 @@
<properties>
<carbon.analytics.shared.version>1.0.0-beta</carbon.analytics.shared.version>
<junit.version>4.10</junit.version>
<is.analytics.version>1.0.0-SNAPSHOT</is.analytics.version>
<is.analytics.version>1.0.0-alpha</is.analytics.version>
<carbon.kernel.version>4.4.3</carbon.kernel.version>
<carbon.analytics.version>1.0.6-beta2</carbon.analytics.version>
<carbon.analytics.common.version>5.0.12-beta2</carbon.analytics.common.version>
Expand Down
2 changes: 1 addition & 1 deletion product/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>wso2analytics-is-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion product/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>wso2analytics-is-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>wso2analytics-is-features</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion product/features/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>wso2analytics-is-features-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>wso2analytics-is-multitenancy-features</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>wso2analytics-is-multitenancy-features</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion product/features/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>wso2analytics-is-features-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion product/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>wso2analytics-is-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion product/org.wso2.cep.storm.dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<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">

<groupId>org.wso2.carbon.analytics.is</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.cep.storm.dependencies</artifactId>
<name>WSO2 DAS - Storm Dependencies Jar</name>
Expand Down
2 changes: 1 addition & 1 deletion product/org.wso2.das4is.multitenancy.dashboard.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>wso2analytics-is-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 4 additions & 6 deletions product/p2-profile-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +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">

<parent>
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>wso2analytics-is-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -729,9 +728,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 product/styles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>wso2analytics-is-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion product/styles/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>org.wso2.das4is.styles.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion product/styles/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.carbon.analytics.is</groupId>
<artifactId>org.wso2.das4is.styles.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit c8428b2

Please sign in to comment.