Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.10.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
WSO2 Builder committed Dec 22, 2015
1 parent 4672553 commit 8f0814b
Show file tree
Hide file tree
Showing 38 changed files with 123 additions and 208 deletions.
6 changes: 2 additions & 4 deletions modules/distribution/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">

<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-parent</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
94 changes: 43 additions & 51 deletions modules/distribution/product/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">

<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-distribution-parent</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -92,50 +90,50 @@
</goals>
<configuration>
<tasks>
<property name="tempdir" value="target/docs-temp"/>
<mkdir dir="${tempdir}"/>
<property name="tempdir" value="target/docs-temp" />
<mkdir dir="${tempdir}" />
<unzip dest="${tempdir}">
<fileset dir="target">
<include name="wso2am-${project.version}.zip"/>
<include name="wso2am-${project.version}.zip" />
</fileset>
</unzip>
<copy todir="target/wso2carbon-core-${carbon.platform.version}/repository/components/" overwrite="false">
<fileset dir="${tempdir}/wso2am-${project.version}/repository/components/">
</fileset>
</copy>
<delete file="target/wso2am-${project.version}.zip"/>
<delete dir="${tempdir}"/>
<mkdir dir="${tempdir}"/>
<delete file="target/wso2am-${project.version}.zip" />
<delete dir="${tempdir}" />
<mkdir dir="${tempdir}" />
<unzip dest="${tempdir}">
<fileset dir="target/wso2carbon-core-${carbon.platform.version}/repository/components/plugins/">
<include name="*.ui*.jar"/>
<include name="*.ui*.jar" />
</fileset>
</unzip>
<move todir="${tempdir}/web/" includeemptydirs="false">
<fileset dir="${tempdir}/web/">
<exclude name="**/yui/**"/>
<exclude name="**/ajax/**"/>
<exclude name="**/editarea/**"/>
<exclude name="**/codepress/**"/>
<exclude name="**/WEB-INF/**"/>
<exclude name="**/diffview/**"/>
<include name="**/*.html"/>
<exclude name="**/yui/**" />
<exclude name="**/ajax/**" />
<exclude name="**/editarea/**" />
<exclude name="**/codepress/**" />
<exclude name="**/WEB-INF/**" />
<exclude name="**/diffview/**" />
<include name="**/*.html" />
</fileset>
<mapper type="glob" from="*.html" to="*.xml"/>
<mapper type="glob" from="*.html" to="*.xml" />
</move>
<delete dir="src/site/xdoc"/>
<mkdir dir="src/site/xdoc"/>
<delete dir="src/site/xdoc" />
<mkdir dir="src/site/xdoc" />
<copy todir="src/site/xdoc" overwrite="false" includeemptydirs="false">
<fileset dir="${tempdir}/web">
<exclude name="**/yui/**"/>
<exclude name="**/ajax/**"/>
<exclude name="**/WEB-INF/**"/>
<exclude name="**/diffview/**"/>
<exclude name="**/*.html"/>
<exclude name="**/*.js"/>
<exclude name="**/*.jsp"/>
<exclude name="**/*.xsl"/>
<exclude name="*.*"/>
<exclude name="**/yui/**" />
<exclude name="**/ajax/**" />
<exclude name="**/WEB-INF/**" />
<exclude name="**/diffview/**" />
<exclude name="**/*.html" />
<exclude name="**/*.js" />
<exclude name="**/*.jsp" />
<exclude name="**/*.xsl" />
<exclude name="*.*" />
</fileset>
</copy>
<copy todir="src/site" overwrite="false" includeemptydirs="false">
Expand All @@ -144,10 +142,10 @@
</copy>
<copy todir="target/site/" overwrite="false" includeemptydirs="false">
<fileset dir="src/site/xdoc/">
<include name="**/images/*.*"/>
<include name="**/images/*.*" />
</fileset>
</copy>
<delete dir="${tempdir}"/>
<delete dir="${tempdir}" />
</tasks>
</configuration>
</execution>
Expand All @@ -156,13 +154,13 @@
<phase>install</phase>
<configuration>
<tasks>
<delete dir="target/archive-tmp"/>
<delete dir="target/dependency-maven-plugin-markers"/>
<delete dir="target/maven-archiver"/>
<delete dir="target/wso2carbon-core-${carbon.platform.version}"/>
<delete dir="target/sources"/>
<delete dir="target/site"/>
<delete dir="src/site"/>
<delete dir="target/archive-tmp" />
<delete dir="target/dependency-maven-plugin-markers" />
<delete dir="target/maven-archiver" />
<delete dir="target/wso2carbon-core-${carbon.platform.version}" />
<delete dir="target/sources" />
<delete dir="target/site" />
<delete dir="src/site" />
</tasks>
</configuration>
<goals>
Expand All @@ -178,22 +176,16 @@
<configuration>
<tasks>
<path id="h2.classpath">
<path refid="maven.compile.classpath"/>
<path refid="maven.compile.classpath" />
</path>
<echo
message="########### Creating API Manager Database ##############"/>
<sql
driver="org.h2.Driver"
url="jdbc:h2:${basedir}/target/repository/database/WSO2AM_DB"
userid="wso2carbon" password="wso2carbon" autocommit="true"
onerror="continue">
<echo message="########### Creating API Manager Database ##############" />
<sql driver="org.h2.Driver" url="jdbc:h2:${basedir}/target/repository/database/WSO2AM_DB" userid="wso2carbon" password="wso2carbon" autocommit="true" onerror="continue">
<classpath>
<path refid="h2.classpath"/>
<path refid="h2.classpath" />
</classpath>
<fileset file="${basedir}/../resources/sql/h2.sql"/>
<fileset file="${basedir}/../resources/sql/h2.sql" />
</sql>
<echo
message="##################### END ########################"/>
<echo message="##################### END ########################" />
</tasks>
</configuration>
</execution>
Expand Down
8 changes: 3 additions & 5 deletions modules/distribution/product/src/main/statistics/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/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.am</groupId>
<artifactId>am-parent</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../../../../../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -68,7 +66,7 @@
<phase>process-resources</phase>
<configuration>
<target>
<ant antfile="build.xml" target="zip"/>
<ant antfile="build.xml" target="zip" />
</target>
</configuration>
<goals>
Expand Down
6 changes: 2 additions & 4 deletions modules/features/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">

<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-parent</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>am-features</artifactId>
<groupId>org.wso2.am</groupId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions modules/features/product/org.wso2.am.styles.feature/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">

<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-features</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions modules/features/product/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">

<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-features-parent</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,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/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.am</groupId>
<artifactId>wso2stratos-am-features</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,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/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.am</groupId>
<artifactId>wso2stratos-am-features</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,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/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.am</groupId>
<artifactId>wso2stratos-am-features</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,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/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.am</groupId>
<artifactId>wso2stratos-am-features</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions modules/features/service/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/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.am</groupId>
<artifactId>am-features-parent</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions modules/integration/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.am</groupId>
<artifactId>am-parent</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions modules/integration/tests-common/admin-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ KIND, either express or implied. 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>
<artifactId>tests-common</artifactId>
<groupId>org.wso2.am</groupId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 8f0814b

Please sign in to comment.