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 org.wso2.carbon.gateway.parent…
Browse files Browse the repository at this point in the history
…-1.0.0-alpha
  • Loading branch information
ravindraranwala committed Oct 31, 2015
1 parent 2bddf1e commit f0062e3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 27 deletions.
6 changes: 2 additions & 4 deletions carbon-gw/components/org.wso2.carbon.gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
~ * limitations under the License.
~ */
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>

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

Expand Down
6 changes: 2 additions & 4 deletions carbon-gw/features/org.wso2.carbon.gateway.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
~ * limitations under the License.
~ */
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>

<parent>
<groupId>org.wso2.carbon.gateway</groupId>
<artifactId>org.wso2.carbon.gateway.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 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
~ * limitations under the License.
~ */
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>

<parent>
Expand All @@ -30,13 +28,13 @@
<groupId>org.wso2.carbon.gateway</groupId>
<artifactId>org.wso2.carbon.gateway.parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>

<scm>
<url>https://github.com/wso2/product-gw.git</url>
<developerConnection>scm:git:https://github.com/wso2/product-gw.git</developerConnection>
<connection>scm:git:https://github.com/wso2/product-gw.git</connection>
<tag>HEAD</tag>
<tag>org.wso2.carbon.gateway.parent-1.0.0-alpha</tag>
</scm>

<repositories>
Expand Down Expand Up @@ -264,7 +262,7 @@

<!-- Dependencies -->
<carbon.kernel.version>5.0.0-alpha</carbon.kernel.version>
<carbon.gateway.version>1.0.0-SNAPSHOT</carbon.gateway.version>
<carbon.gateway.version>1.0.0-alpha</carbon.gateway.version>
<carbon.gateway.osgi.version>1.0.0.alpha</carbon.gateway.osgi.version>

<osgi.api.version>6.0.0</osgi.api.version>
Expand Down
24 changes: 11 additions & 13 deletions product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@
~ * 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>

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

Expand Down Expand Up @@ -191,9 +190,8 @@
<phase>package</phase>
<configuration>
<tasks>
<replace dir="target/wso2carbon-kernel-${carbon.kernel.version}/repository/components"
token="false" value="true">
<include name="**/bundles.info"/>
<replace dir="target/wso2carbon-kernel-${carbon.kernel.version}/repository/components" token="false" value="true">
<include name="**/bundles.info" />
</replace>
</tasks>
</configuration>
Expand All @@ -206,13 +204,13 @@
<phase>install</phase>
<configuration>
<target>
<delete dir="target/archive-tmp"/>
<delete dir="target/dependency-maven-plugin-markers"/>
<delete dir="target/org.eclipse.equinox.executable-3.5.0.v20110530-7P7NFUFFLWUl76mart"/>
<delete dir="target/p2-repo"/>
<delete file="target/tmp"/>
<delete dir="target/wso2carbon-kernel-${carbon.kernel.version}"/>
<delete dir="target/antrun"/>
<delete dir="target/archive-tmp" />
<delete dir="target/dependency-maven-plugin-markers" />
<delete dir="target/org.eclipse.equinox.executable-3.5.0.v20110530-7P7NFUFFLWUl76mart" />
<delete dir="target/p2-repo" />
<delete file="target/tmp" />
<delete dir="target/wso2carbon-kernel-${carbon.kernel.version}" />
<delete dir="target/antrun" />
</target>
</configuration>
<goals>
Expand Down

0 comments on commit f0062e3

Please sign in to comment.