Skip to content

Commit

Permalink
Merge pull request #1198 from imsuneth/release-8.2.0-alpha
Browse files Browse the repository at this point in the history
Changes for 8.2.0-beta with MI/MI-dashboard SNAPSHOT
  • Loading branch information
rosensilva authored Feb 12, 2023
2 parents 086af68 + ba0ef6d commit 2baa7f9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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-alpha/wso2mi-4.2.0-alpha.zip</url>
<url>https://wso2.org/jenkins/job/products/job/micro-integrator/1847/artifact/distribution/target/wso2mi-4.2.0-SNAPSHOT.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-alpha";
public static final String MI_DEPLOYMENT_TOML_TEMPLATE_VERSION = "4.2.0-alpha";
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";

}
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-alpha/workspace
[email protected]/IntegrationStudio/8.2.0-beta/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 @@ -94,7 +94,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://github.com/wso2/micro-integrator/releases/download/v4.2.0-alpha/wso2mi-dashboard-4.2.0-alpha.zip</url>
<url>https://wso2.org/jenkins/job/products/job/product-mi-tooling/1199/artifact/monitoring-dashboard/distribution/target/wso2mi-dashboard-4.2.0-SNAPSHOT.zip</url>
<unpack>false</unpack>
<outputDirectory>${project.build.directory}/products</outputDirectory>
</configuration>
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-alpha</mi.product.version>
<mi.product.directory>4.2.0-alpha</mi.product.directory>
<mi.dashboard.version>4.2.0-alpha</mi.dashboard.version>
<mi.product.version>4.2.0-SNAPSHOT</mi.product.version>
<mi.product.directory>4.2.0-SNAPSHOT</mi.product.directory>
<mi.dashboard.version>4.2.0-SNAPSHOT</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 2baa7f9

Please sign in to comment.