Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0-m1
Browse files Browse the repository at this point in the history
  • Loading branch information
WSO2 Builder committed May 2, 2016
1 parent f96262e commit 791dbfc
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 41 deletions.
8 changes: 3 additions & 5 deletions components/org.wso2.carbon.security.caas.boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
~ See the License for the specific language governing permissions and
~ 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.security.caas</groupId>
<artifactId>org.wso2.carbon.security.caas.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -64,7 +62,7 @@
<export.package>
org.wso2.carbon.security.caas.boot.*
</export.package>
<import.package/>
<import.package />
</properties>

</project>
5 changes: 2 additions & 3 deletions components/org.wso2.carbon.security.caas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
See the License for the specific language governing permissions and
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wso2.carbon.security.caas</groupId>
<artifactId>org.wso2.carbon.security.caas.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m1</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 @@ -14,13 +14,12 @@
~ See the License for the specific language governing permissions and
~ 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.caas</groupId>
<artifactId>org.wso2.carbon.security.caas.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -194,9 +193,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
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,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 @@ -29,14 +27,14 @@
<groupId>org.wso2.carbon.security.caas</groupId>
<artifactId>org.wso2.carbon.security.caas.parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m1</version>
<name>WSO2 Carbon Security CAAS - Parent</name>

<scm>
<url>https://github.com/wso2/carbon-security.git</url>
<developerConnection>scm:git:https://github.com/wso2/carbon-security.git</developerConnection>
<connection>scm:git:https://github.com/wso2/carbon-security.git</connection>
<tag>HEAD</tag>
<tag>v1.0.0-m1</tag>
</scm>

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

<properties>
<carbon.security.caas.version>1.0.0-SNAPSHOT</carbon.security.caas.version>
<carbon.security.caas.version>1.0.0-m1</carbon.security.caas.version>

<carbon.feature.plugin.version>2.0.1</carbon.feature.plugin.version>
<carbon.kernel.version>5.1.0-m3</carbon.kernel.version>
Expand Down
8 changes: 3 additions & 5 deletions samples/usercore-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,18 @@
See the License for the specific language governing permissions and
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.caas</groupId>
<artifactId>org.wso2.carbon.security.caas.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>osgi-security-service</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m1</version>
<packaging>bundle</packaging>
<name>WSO2 Carbon Security CAAS - Sample: Usercore sample</name>
<url>http://wso2.com</url>
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 @@ -14,12 +14,11 @@
See the License for the specific language governing permissions and
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.caas</groupId>
<artifactId>carbon-security-caas-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -254,22 +253,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/org.wso2.carbon.security.caas/target/classes"/>
<fileset dir="../../components/org.wso2.carbon.security.caas/target/classes" />
</classfiles>
<sourcefiles encoding="UTF-8">
<fileset dir="../../components/org.wso2.carbon.security.caas/src"/>
<fileset dir="../../components/org.wso2.carbon.security.caas/src" />
</sourcefiles>
</structure>
<html destdir="${project.build.directory}/site/jacoco"/>
<html destdir="${project.build.directory}/site/jacoco" />
</jacoco:report>
</target>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.carbon.security.caas</groupId>
<artifactId>org.wso2.carbon.security.caas.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
See the License for the specific language governing permissions and
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.caas</groupId>
<artifactId>carbon-security-caas-test-artifacts</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions tests/test-artifacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
See the License for the specific language governing permissions and
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">
<parent>
<groupId>org.wso2.carbon.security.caas</groupId>
<artifactId>carbon-security-caas-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 791dbfc

Please sign in to comment.