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-m2
Browse files Browse the repository at this point in the history
  • Loading branch information
WSO2 Builder committed Jun 13, 2016
1 parent b8d28c2 commit 1d3a17d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 26 deletions.
5 changes: 2 additions & 3 deletions components/jdbc-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
~ 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">

<parent>
<groupId>org.wso2.carbon.security.userstore</groupId>
<artifactId>org.wso2.carbon.security.userstore.jdbc.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
11 changes: 5 additions & 6 deletions feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
~ 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/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">

<parent>
<groupId>org.wso2.carbon.security.userstore</groupId>
<artifactId>org.wso2.carbon.security.userstore.jdbc.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -128,9 +127,9 @@
<phase>install</phase>
<configuration>
<target>
<delete dir="src/main/resources"/>
<delete dir="src/main"/>
<delete dir="src"/>
<delete dir="src/main/resources" />
<delete dir="src/main" />
<delete dir="src" />
</target>
</configuration>
<goals>
Expand Down
9 changes: 4 additions & 5 deletions 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>

<parent>
Expand All @@ -29,14 +28,14 @@
<artifactId>org.wso2.carbon.security.userstore.jdbc.parent</artifactId>
<packaging>pom</packaging>
<name>WSO2 Carbon Security JDBC User Store - Parent</name>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>

<scm>
<url>https://github.com/wso2-extensions/carbon-security-user-store-jdbc.git</url>
<developerConnection>scm:git:https://github.com/wso2-extensions/carbon-security-user-store-jdbc.git
</developerConnection>
<connection>scm:git:https://github.com/wso2-extensions/carbon-security-user-store-jdbc.git</connection>
<tag>HEAD</tag>
<tag>v1.0.0-m2</tag>
</scm>

<modules>
Expand Down Expand Up @@ -244,7 +243,7 @@
<carbon.jndi.version>1.0.0</carbon.jndi.version>
<carbon.datasources.version>1.0.0</carbon.datasources.version>
<carbon.security.caas.version>1.0.0-m2</carbon.security.caas.version>
<carbon.security.userstore.jdbc.version>1.0.0-SNAPSHOT</carbon.security.userstore.jdbc.version>
<carbon.security.userstore.jdbc.version>1.0.0-m2</carbon.security.userstore.jdbc.version>
<org.wso2.carbon.messaging.version>1.0.3</org.wso2.carbon.messaging.version>
<carbon.feature.plugin.version>2.0.1</carbon.feature.plugin.version>
<slf4j.api.version>1.7.12</slf4j.api.version>
Expand Down
16 changes: 7 additions & 9 deletions tests/osgi-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +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">
<parent>
<artifactId>org.wso2.carbon.security.userstore.jdbc.test</artifactId>
<groupId>org.wso2.carbon.security.userstore</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -258,22 +257,21 @@
<target xmlns:jacoco="antlib:org.jacoco.ant">
//this task is to provide class/src files locations for jacoco report generation
<taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml">
<classpath path="${project.build.directory}"/>
<classpath path="${project.build.directory}" />
</taskdef>
<jacoco:report>
<executiondata>
<file file="${project.build.directory}/jacoco.exec"/>
<file file="${project.build.directory}/jacoco.exec" />
</executiondata>
<structure name="Carbon Security OSGi Tests">
<classfiles>
<fileset
dir="../../components/jdbc-connector/target/classes"/>
<fileset dir="../../components/jdbc-connector/target/classes" />
</classfiles>
<sourcefiles encoding="UTF-8">
<fileset dir="../../components/jdbc-connector/src"/>
<fileset dir="../../components/jdbc-connector/src" />
</sourcefiles>
</structure>
<html destdir="${project.build.directory}/site/jacoco"/>
<html destdir="${project.build.directory}/site/jacoco" />
</jacoco:report>
</target>
</configuration>
Expand Down
5 changes: 2 additions & 3 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +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">
<parent>
<artifactId>org.wso2.carbon.security.userstore.jdbc.parent</artifactId>
<groupId>org.wso2.carbon.security.userstore</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 1d3a17d

Please sign in to comment.