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-m5
Browse files Browse the repository at this point in the history
  • Loading branch information
WSO2 Builder committed Oct 24, 2016
1 parent f2ac1c7 commit af8456f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 25 deletions.
8 changes: 3 additions & 5 deletions arche-types/uuf-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
~ 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>uuf-application-archetype</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m5</version>
<packaging>maven-archetype</packaging>

<name>WSO2 UUF Maven Tools - ArchTypes - App</name>
Expand All @@ -30,7 +28,7 @@

<parent>
<groupId>org.wso2.carbon.uuf.maven</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m5</version>
<artifactId>carbon-uuf</artifactId>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
8 changes: 3 additions & 5 deletions arche-types/uuf-component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
~ 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>uuf-component-archetype</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m5</version>
<packaging>maven-archetype</packaging>

<name>WSO2 UUF Maven Tools - ArchTypes - Component</name>
Expand All @@ -30,7 +28,7 @@

<parent>
<groupId>org.wso2.carbon.uuf.maven</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m5</version>
<artifactId>carbon-uuf</artifactId>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
8 changes: 3 additions & 5 deletions arche-types/uuf-theme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
~ 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>uuf-theme-archetype</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m5</version>
<packaging>maven-archetype</packaging>

<name>WSO2 UUF Maven Tools - ArchTypes - Theme</name>
Expand All @@ -30,7 +28,7 @@

<parent>
<groupId>org.wso2.carbon.uuf.maven</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m5</version>
<artifactId>carbon-uuf</artifactId>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
8 changes: 3 additions & 5 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
~ 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>carbon-uuf-maven-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m5</version>
<packaging>maven-plugin</packaging>

<name>WSO2 UUF Maven Tools - Plugin</name>
Expand All @@ -32,7 +30,7 @@

<parent>
<groupId>org.wso2.carbon.uuf.maven</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m5</version>
<artifactId>carbon-uuf</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,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>

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

<name>WSO2 UUF Maven Tools</name>
Expand All @@ -48,7 +46,7 @@
<url>https://github.com/wso2/carbon-uuf-maven-plugin.git</url>
<developerConnection>scm:git:https://github.com/wso2/carbon-uuf-maven-plugin.git</developerConnection>
<connection>scm:git:https://github.com/wso2/carbon-uuf-maven-plugin.git</connection>
<tag>HEAD</tag>
<tag>v1.0.0-m5</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit af8456f

Please sign in to comment.