Skip to content

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 7778b04 commit b2d3a32
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 37 deletions.
8 changes: 3 additions & 5 deletions components/email-mgt/org.wso2.carbon.email.mgt.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
~ 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.identity</groupId>
<artifactId>email-mgt</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -97,7 +95,7 @@
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.email.mgt.stub</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
6 changes: 2 additions & 4 deletions components/email-mgt/org.wso2.carbon.email.mgt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
~ 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.identity</groupId>
<artifactId>email-mgt</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/email-mgt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-event-handler-email</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
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.identity</groupId>
<artifactId>event-handler-email</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>org.wso2.carbon.identity.event.handler.email</artifactId>

<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<packaging>bundle</packaging>
<name>WSO2 Carbon - Email Event Handling Management</name>
<description>A custom wso2 products or solution</description>
Expand Down
6 changes: 2 additions & 4 deletions components/event-handler-email/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">
<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-event-handler-email</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion features/org.wso2.carbon.email.mgt.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-event-handler-email</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/org.wso2.carbon.email.mgt.server.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-event-handler-email</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/org.wso2.carbon.email.mgt.ui.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-event-handler-email</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-event-handler-email</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<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 @@ -15,14 +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">

<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-event-handler-email</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<modelVersion>4.0.0</modelVersion>
<url>http://wso2.org</url>

Expand All @@ -36,7 +34,7 @@
<url>https://github.com/wso2-extensions/identity-event-handler-email.git</url>
<developerConnection>scm:git:https://github.com/wso2-extensions/identity-event-handler-email.git</developerConnection>
<connection>scm:git:https://github.com/wso2-extensions/identity-event-handler-email.git</connection>
<tag>HEAD</tag>
<tag>v1.0.0-m2</tag>
</scm>

<modules>
Expand Down
11 changes: 3 additions & 8 deletions service-stubs/identity/org.wso2.carbon.email.mgt.stub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
~ 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.identity</groupId>
<artifactId>carbon-service-stubs</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -55,10 +53,7 @@
<pathelement location="${settings.localRepository}/org/apache/ws/commons/axiom/wso2/axiom/${axiom.wso2.version}/axiom-${axiom.wso2.version}.jar" />
</path>
<java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
<arg line="-uri src/main/resources/I18nEmailMgtConfigService.wsdl
-u -uw -o target/generated-code -p org.wso2.carbon.email.mgt.stub
-ns2p http://mgt.email.carbon.wso2.org=org.wso2.carbon.email.mgt.stub,
http://dto.mgt.email.carbon.wso2.org/xsd=org.wso2.carbon.email.mgt.stub.dto"/>
<arg line="-uri src/main/resources/I18nEmailMgtConfigService.wsdl -u -uw -o target/generated-code -p org.wso2.carbon.email.mgt.stub -ns2p http://mgt.email.carbon.wso2.org=org.wso2.carbon.email.mgt.stub, http://dto.mgt.email.carbon.wso2.org/xsd=org.wso2.carbon.email.mgt.stub.dto" />
<classpath refid="wsdl2java.classpath" />
</java>
</tasks>
Expand Down
2 changes: 1 addition & 1 deletion service-stubs/identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-event-handler-email</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit b2d3a32

Please sign in to comment.