Skip to content

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-jenkins-bot committed Jul 22, 2019
1 parent 2eca22a commit 85e5df0
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 37 deletions.
46 changes: 22 additions & 24 deletions modules/distribution/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.ei</groupId>
<artifactId>wso2-streaming-integrator-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -1040,9 +1039,8 @@
<phase>package</phase>
<configuration>
<tasks>
<replace dir="target/wso2carbon-kernel-${carbon.kernel.version}/wso2" token="false"
value="true">
<include name="**/bundles.info"/>
<replace dir="target/wso2carbon-kernel-${carbon.kernel.version}/wso2" token="false" value="true">
<include name="**/bundles.info" />
</replace>
</tasks>
</configuration>
Expand All @@ -1055,19 +1053,19 @@
<phase>install</phase>
<configuration>
<tasks>
<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/maven-shared-archive-resources"/>
<delete dir="target/findbugs"/>
<delete file="target/checkstyle-cachefile"/>
<delete file="target/checkstyle-checker.xml"/>
<delete file="target/checkstyle-result.xml"/>
<delete file="target/checkstyle-suppressions.xml"/>
<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/maven-shared-archive-resources" />
<delete dir="target/findbugs" />
<delete file="target/checkstyle-cachefile" />
<delete file="target/checkstyle-checker.xml" />
<delete file="target/checkstyle-result.xml" />
<delete file="target/checkstyle-suppressions.xml" />
</tasks>
</configuration>
<goals>
Expand Down Expand Up @@ -1112,11 +1110,11 @@
<configuration>
<skip>${docker.skip}</skip>
<target>
<echo message="prepare phase"/>
<unzip src="${project.build.directory}/wso2si-${project.version}.zip" dest="${project.build.directory}/docker"/>
<move file="${project.build.directory}/docker/wso2si-${project.version}" tofile="${project.build.directory}/docker/wso2si"/>
<chmod file="${project.build.directory}/docker/wso2si/bin/*.sh" perm="+x"/>
<chmod file="${project.build.directory}/docker/wso2si/wso2/server/bin/*.sh" perm="+x"/>
<echo message="prepare phase" />
<unzip src="${project.build.directory}/wso2si-${project.version}.zip" dest="${project.build.directory}/docker" />
<move file="${project.build.directory}/docker/wso2si-${project.version}" tofile="${project.build.directory}/docker/wso2si" />
<chmod file="${project.build.directory}/docker/wso2si/bin/*.sh" perm="+x" />
<chmod file="${project.build.directory}/docker/wso2si/wso2/server/bin/*.sh" perm="+x" />
</target>
</configuration>
<goals>
Expand Down
5 changes: 2 additions & 3 deletions modules/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +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.ei</groupId>
<artifactId>wso2-streaming-integrator-parent</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 modules/performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +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.ei</groupId>
<artifactId>wso2-streaming-integrator-parent</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 modules/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +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.ei</groupId>
<artifactId>wso2-streaming-integrator-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
~ 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</groupId>
Expand All @@ -29,7 +28,7 @@
<groupId>org.wso2.ei</groupId>
<artifactId>wso2-streaming-integrator-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-m1</version>
<name>WSO2 Streaming Integrator - Parent</name>

<url>http://wso2.org</url>
Expand All @@ -38,7 +37,7 @@
<url>https://github.com/wso2/streaming-integrator.git</url>
<developerConnection>scm:git:https://github.com/wso2/streaming-integrator.git</developerConnection>
<connection>scm:git:https://github.com/wso2/streaming-integrator.git</connection>
<tag>HEAD</tag>
<tag>v1.0.0-m1</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 85e5df0

Please sign in to comment.