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 v1.0.0-m13
Browse files Browse the repository at this point in the history
  • Loading branch information
WSO2 Builder committed Feb 16, 2017
1 parent 4851ab5 commit 2aef128
Show file tree
Hide file tree
Showing 27 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions components/nashorn-osgi-fragment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>nashorn-osgi-fragment</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>bundle</packaging>

<name>Nashorn Scripting OSGi Fragment</name>
Expand All @@ -30,7 +30,7 @@
<parent>
<groupId>org.wso2.carbon.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/uuf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.wso2.carbon.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/uuf-httpconnector-msf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.wso2.carbon.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/uuf-renderablecreator-hbs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<artifactId>uuf-parent</artifactId>
<groupId>org.wso2.carbon.uuf</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/uuf-renderablecreator-html/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<artifactId>uuf-parent</artifactId>
<groupId>org.wso2.carbon.uuf</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/org.wso2.carbon.uuf.core.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.wso2.carbon.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.wso2.carbon.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.wso2.carbon.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>uuf-parent</artifactId>
<groupId>org.wso2.carbon.uuf</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.wso2.carbon.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>pom</packaging>

<name>WSO2 UUF - Parent</name>
Expand All @@ -37,7 +37,7 @@
<url>https://github.com/wso2/carbon-uuf.git</url>
<developerConnection>scm:git:https://github.com/wso2/carbon-uuf.git</developerConnection>
<connection>scm:git:https://github.com/wso2/carbon-uuf.git</connection>
<tag>HEAD</tag>
<tag>v1.0.0-m13</tag>
</scm>

<modules>
Expand Down Expand Up @@ -554,7 +554,7 @@
</build>

<properties>
<carbon.uuf.version>1.0.0-SNAPSHOT</carbon.uuf.version>
<carbon.uuf.version>1.0.0-m13</carbon.uuf.version>

<!-- UUF -->
<carbon.kernel.version>5.1.0</carbon.kernel.version>
Expand Down
2 changes: 1 addition & 1 deletion product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.wso2.carbon.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
-->
<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>org.wso2.carbon.uuf.sample.features-app.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>carbon-feature</packaging>

<name>WSO2 UUF Sample - App - Features App</name>
Expand All @@ -32,7 +32,7 @@
<parent>
<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>org.wso2.carbon.uuf.sample.pets-store.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>carbon-feature</packaging>

<name>WSO2 UUF Sample - App - Pets Store App</name>
Expand All @@ -29,7 +29,7 @@
<parent>
<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>org.wso2.carbon.uuf.sample.foundation.ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>uuf-component</packaging>

<name>WSO2 UUF Sample - Component - Base Component</name>
Expand All @@ -29,7 +29,7 @@
<parent>
<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>org.wso2.carbon.uuf.sample.simple-auth.ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>uuf-component</packaging>

<name>WSO2 UUF Sample - Component - Simple Auth Component</name>
Expand All @@ -29,7 +29,7 @@
<parent>
<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>org.wso2.carbon.uuf.sample.store-common.ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>uuf-component</packaging>

<name>WSO2 UUF Sample - Component - Store Common Component</name>
Expand All @@ -29,7 +29,7 @@
<parent>
<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions samples/osgi-bundles/org.wso2.carbon.uuf.sample.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>org.wso2.carbon.uuf.sample.api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>bundle</packaging>

<name>WSO2 UUF Sample - Hello Service API</name>
Expand All @@ -29,7 +29,7 @@
<parent>
<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>org.wso2.carbon.uuf.sample.features-app.bundle</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>bundle</packaging>

<name>WSO2 UUF Sample - Feature App Bundle</name>
Expand All @@ -29,7 +29,7 @@
<parent>
<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>org.wso2.carbon.uuf.sample.pets-store.bundle</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>bundle</packaging>

<name>WSO2 UUF Sample - Pets Store Bundle</name>
Expand All @@ -29,7 +29,7 @@
<parent>
<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>org.wso2.carbon.uuf.sample.simple-auth.bundle</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>bundle</packaging>

<name>WSO2 UUF Sample - Simple Authentication Bundle</name>
Expand All @@ -29,7 +29,7 @@
<parent>
<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>pom</packaging>

<name>WSO2 UUF Sample - Parent</name>
Expand All @@ -30,7 +30,7 @@
<parent>
<groupId>org.wso2.carbon.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions samples/themes/org.wso2.carbon.uuf.sample.blue.theme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>org.wso2.carbon.uuf.sample.blue.theme</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>uuf-theme</packaging>

<name>WSO2 UUF Sample - Theme - Blue</name>
Expand All @@ -29,7 +29,7 @@
<parent>
<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>org.wso2.carbon.uuf.sample.default.theme</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>uuf-theme</packaging>

<name>WSO2 UUF Sample - Theme - Default</name>
Expand All @@ -29,7 +29,7 @@
<parent>
<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions samples/themes/org.wso2.carbon.uuf.sample.green.theme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>org.wso2.carbon.uuf.sample.green.theme</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<packaging>uuf-theme</packaging>

<name>WSO2 UUF Sample - Theme - Green</name>
Expand All @@ -29,7 +29,7 @@
<parent>
<groupId>org.wso2.carbon.uuf.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/dummy-http-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.wso2.carbon.uuf.tests</groupId>
<artifactId>tests-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/osgi-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wso2.carbon.uuf.tests</groupId>
<artifactId>tests-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.wso2.carbon.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m13</version>
</parent>

<modules>
Expand Down

0 comments on commit 2aef128

Please sign in to comment.