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

Commit

Permalink
Merge pull request #590 from prabushi/master
Browse files Browse the repository at this point in the history
Upgrade MI version to 1.0.0-rc1
  • Loading branch information
prabushi authored Oct 5, 2019
2 parents 441f286 + c8fd20b commit 24aed2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
<version.sortpom.plugin>2.3.0</version.sortpom.plugin>
<webeditor.version>4.0.0-SNAPSHOT</webeditor.version>
<wso2.tomcat.version>7.0.59.wso2v3</wso2.tomcat.version>
<mi.product.version>1.1.0-beta3</mi.product.version>
<mi.product.version>1.1.0-rc1</mi.product.version>
<mi.product.dir.version>1.1.0</mi.product.dir.version>
</properties>
<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion rcp-product/org.wso2.developerstudio.rcp.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<goal>exec</goal>
</goals>
<configuration>
<commandlineArgs>${mi.product.version}</commandlineArgs>
<commandlineArgs>${mi.product.dir.version}</commandlineArgs>
<executable>${project.basedir}/scripts/installer-script-oxygen.sh</executable>
</configuration>
</execution>
Expand Down

0 comments on commit 24aed2e

Please sign in to comment.