Skip to content

Commit

Permalink
Merge pull request #1204 from rosensilva/main
Browse files Browse the repository at this point in the history
prepare for integration studio 8.2.0 RC
  • Loading branch information
rosensilva authored Mar 5, 2023
2 parents aa6e5a1 + 929756d commit fb88c2e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://github.com/wso2/micro-integrator/releases/download/v4.2.0-beta/wso2mi-4.2.0-beta.zip</url>
<url>https://github.com/wso2/micro-integrator/releases/download/v4.2.0-rc/wso2mi-4.2.0-rc.zip</url>
<unpack>false</unpack>
<outputDirectory>${project.basedir}/resources/server/</outputDirectory>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class PlatformUIConstants {
+ "((([a-z0-9]+)((__|[._]|[-]+)([a-z0-9]+))*)(\\/([a-z0-9]+)((__|[._]|[-]+)([a-z0-9]+))*)*)";
public static final String DOCKER_TAG_REGEX = "[\\w][\\w.-]{0,127}";
public static final String DOCKER_DEFAULT_BASE_REPOSITORY = "wso2/wso2mi";
public static final String DOCKER_DEFAULT_BASE_TAG = "4.2.0-beta";
public static final String MI_DEPLOYMENT_TOML_TEMPLATE_VERSION = "4.2.0-beta";
public static final String DOCKER_DEFAULT_BASE_TAG = "4.2.0";
public static final String MI_DEPLOYMENT_TOML_TEMPLATE_VERSION = "4.2.0";

}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please visit : http://wso2.com/products/integration-studio/
<vmArgs>-Xms512m
-Xmx2048m
-XX:MaxPermSize=512m
[email protected]/IntegrationStudio/8.2.0-beta/workspace
[email protected]/IntegrationStudio/8.2.0/workspace
-Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=false
</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://github.com/wso2/micro-integrator/releases/download/v4.2.0-beta/wso2mi-dashboard-4.2.0-beta.zip</url>
<url>https://github.com/wso2/micro-integrator/releases/download/v4.2.0-rc/wso2mi-dashboard-4.2.0-rc.zip</url>
<unpack>false</unpack>
<outputDirectory>${project.build.directory}/products</outputDirectory>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ unzip $PRODUCT_PATH_ROOT/wso2mi-dashboard-${DASHBOARD_VERSION}.zip -d $PRODUCT_P
unzip $PRODUCT_PATH_ROOT/wso2mi-dashboard-${DASHBOARD_VERSION}.zip -d $PRODUCT_PATH_WIN_64/

# Rename as "mi-dashboard" (this is the static name used in EI Tooling code)
mv $PRODUCT_PATH_LINUX_64/wso2mi-dashboard-$DASHBOARD_VERSION $PRODUCT_PATH_LINUX_64/mi-dashboard
mv $PRODUCT_PATH_MACOS/IntegrationStudio.app/Contents/Eclipse/wso2mi-dashboard-$DASHBOARD_VERSION $PRODUCT_PATH_MACOS/IntegrationStudio.app/Contents/Eclipse/mi-dashboard
mv $PRODUCT_PATH_MACOS_AARCH64/IntegrationStudio.app/Contents/Eclipse/wso2mi-dashboard-$DASHBOARD_VERSION $PRODUCT_PATH_MACOS_AARCH64/IntegrationStudio.app/Contents/Eclipse/mi-dashboard
mv $PRODUCT_PATH_WIN_64/wso2mi-dashboard-$DASHBOARD_VERSION $PRODUCT_PATH_WIN_64/mi-dashboard
mv $PRODUCT_PATH_LINUX_64/wso2mi-dashboard-$PRODUCT_VERSION $PRODUCT_PATH_LINUX_64/mi-dashboard
mv $PRODUCT_PATH_MACOS/IntegrationStudio.app/Contents/Eclipse/wso2mi-dashboard-$PRODUCT_VERSION $PRODUCT_PATH_MACOS/IntegrationStudio.app/Contents/Eclipse/mi-dashboard
mv $PRODUCT_PATH_MACOS_AARCH64/IntegrationStudio.app/Contents/Eclipse/wso2mi-dashboard-$PRODUCT_VERSION $PRODUCT_PATH_MACOS_AARCH64/IntegrationStudio.app/Contents/Eclipse/mi-dashboard
mv $PRODUCT_PATH_WIN_64/wso2mi-dashboard-$PRODUCT_VERSION $PRODUCT_PATH_WIN_64/mi-dashboard

# Unzip apche maven to relevant packages
unzip $PRODUCT_PATH_ROOT/apache-maven-${APACHE_MAVEN_VERSION}-bin.zip -d $PRODUCT_PATH_LINUX_64/
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@
<javax.xml.stream.stax.api>1.0-2</javax.xml.stream.stax.api>
<org.codehaus.jettison>1.3.1</org.codehaus.jettison>
<activti.designer.version>5.18.0</activti.designer.version>
<mi.product.version>4.2.0-beta</mi.product.version>
<mi.product.directory>4.2.0-beta</mi.product.directory>
<mi.dashboard.version>4.2.0-beta</mi.dashboard.version>
<mi.product.version>4.2.0</mi.product.version>
<mi.product.directory>4.2.0</mi.product.directory>
<mi.dashboard.version>4.2.0-rc</mi.dashboard.version>
<apache.maven.version>3.6.3</apache.maven.version>
<version.sortpom.plugin>2.3.0</version.sortpom.plugin>
</properties>
Expand Down

0 comments on commit fb88c2e

Please sign in to comment.