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-m14
Browse files Browse the repository at this point in the history
  • Loading branch information
WSO2 Builder committed Mar 30, 2017
1 parent 7fe887a commit 006afd5
Show file tree
Hide file tree
Showing 28 changed files with 45 additions and 46 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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</tag>
</scm>

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

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

<!-- UUF -->
<carbon.kernel.version>5.2.0-m3</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</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-m14</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions tests/osgi-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
~ 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>

<artifactId>org.wso2.carbon.uuf.tests.osgi</artifactId>
Expand All @@ -25,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-m14</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-m14</version>
</parent>

<modules>
Expand Down
Loading

0 comments on commit 006afd5

Please sign in to comment.