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

Commit

Permalink
releasing 1.0.0-m4
Browse files Browse the repository at this point in the history
  • Loading branch information
this committed May 1, 2016
1 parent 6887a84 commit 975702d
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 12 deletions.
3 changes: 2 additions & 1 deletion dummy-osgi-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<parent>
<artifactId>uuf-parent</artifactId>
<groupId>org.wso2.uuf</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>${uuf.version}</version>
</parent>

<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion nashorn-osgi-fragment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${uuf.version}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.wso2.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>${uuf.version}</version>
<name>WSO2 UUF - Parent</name>
<url>https://github.com/wso2/carbon-uuf</url>
<description>Unified Ui Framework for Composable Web Apps</description>
Expand Down Expand Up @@ -270,7 +270,7 @@
</repositories>

<properties>
<uuf.version>1.0.0-SNAPSHOT</uuf.version>
<uuf.version>1.0.0-m1</uuf.version>

<maven.bundle.plugin.version>2.5.0</maven.bundle.plugin.version>
<carbon.kernel.version>5.0.0</carbon.kernel.version>
Expand Down
2 changes: 1 addition & 1 deletion product/p2-features/org.wso2.uuf.core.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${uuf.version}</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.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${uuf.version}</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${uuf.version}</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>org.wso2.uuf.core</artifactId>
<packaging>bundle</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>${uuf.version}</version>
<name>WSO2 UUF - Core</name>
<url>https://github.com/wso2/carbon-uuf</url>
<description>Unified Ui Framework for Composable Web Apps</description>

<parent>
<groupId>org.wso2.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${uuf.version}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -137,7 +137,7 @@
<artifactItem>
<groupId>org.wso2.uuf</groupId>
<artifactId>org.wso2.uuf.dummy.bundle</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${uuf.version}</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>src/main/resources/bundle/create</outputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion uuf-fat-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wso2.uuf</groupId>
<artifactId>uuf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${uuf.version}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
3 changes: 2 additions & 1 deletion uuf-handlebars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<parent>
<artifactId>uuf-parent</artifactId>
<groupId>org.wso2.uuf</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>${uuf.version}</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
<name>WSO2 UUF - Handlebars</name>
Expand Down

0 comments on commit 975702d

Please sign in to comment.