Updated to maven-portal-bom 4.0.0-SNAPSHOT
This commit is contained in:
parent
16a81a5a84
commit
e6f10fcb23
|
@ -4,9 +4,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.16.0-SNAPSHOT] - 2022-06-27
|
## [v1.16.0-SNAPSHOT]
|
||||||
|
|
||||||
- Updated to maven-portal-bom-3.6.4 [#23522]
|
- Updated to maven-portal-bom-4.0.0-SNAPSHOT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
<Changeset
|
<Changeset
|
||||||
component="org.gcube.portlets.user.statistical-algorithms-importer.1-16-0"
|
component="org.gcube.portlets.user.statistical-algorithms-importer.1-16-0"
|
||||||
date="2022-06-27">
|
date="2024-09-16">
|
||||||
<Change>Updated to maven-portal-bom-3.6.4 [#23522]</Change>
|
<Change>Updated to maven-portal-bom-4.0.0</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
<Changeset
|
<Changeset
|
||||||
component="org.gcube.portlets.user.statistical-algorithms-importer.1-15-0"
|
component="org.gcube.portlets.user.statistical-algorithms-importer.1-15-0"
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<groupId>org.gcube.tools</groupId>
|
<groupId>org.gcube.tools</groupId>
|
||||||
<version>1.1.0</version>
|
<version>1.2.0</version>
|
||||||
<relativePath />
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -455,7 +455,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>maven-portal-bom</artifactId>
|
<artifactId>maven-portal-bom</artifactId>
|
||||||
<version>3.6.4</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
|
@ -55,12 +55,13 @@ public class Constants {
|
||||||
public static final String DATA_MINER_SERVICE_INFO_TITLE = "Service Profile";
|
public static final String DATA_MINER_SERVICE_INFO_TITLE = "Service Profile";
|
||||||
public static final String DATA_MINER_RUNTIME_FEATURE = "Runtime features";
|
public static final String DATA_MINER_RUNTIME_FEATURE = "Runtime features";
|
||||||
public static final String DATA_MINER_DEFAULT_SERVICE_INFO_CATEGORY = "Generic";
|
public static final String DATA_MINER_DEFAULT_SERVICE_INFO_CATEGORY = "Generic";
|
||||||
|
public static final String POOL_MANAGER_SERVICE_STATUS = "ready";
|
||||||
|
|
||||||
// Main Generator
|
// Main Generator
|
||||||
public static final String PRE_INSTALLED = "Pre-Installed";
|
public static final String PRE_INSTALLED = "Pre-Installed";
|
||||||
public static final String REMOTE_TEMPLATE_FILE = "http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/RConfiguration/RD4SFunctions/SAITemplateForExternalInvocation.R";
|
public static final String REMOTE_TEMPLATE_FILE = "http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/RConfiguration/RD4SFunctions/SAITemplateForExternalInvocation.R";
|
||||||
public static final String ECOLOGICAL_ENGINE_JAR_URL = "http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-staging/org/gcube/dataanalysis/ecological-engine/1.12.0-4.13.1-154785/ecological-engine-1.12.0-4.13.1-154785.jar";
|
public static final String ECOLOGICAL_ENGINE_JAR_URL = "http://nexus.d4science.org/nexus/content/repositories/gcube-releases/org/gcube/dataanalysis/ecological-engine/1.12.0-4.13.1-154785/ecological-engine-1.12.0-4.13.1-154785.jar";
|
||||||
public static final String ECOLOGICAL_ENGINE_SMART_EXECUTOR_JAR_URL = "http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-staging/org/gcube/dataanalysis/ecological-engine-smart-executor/1.6.2-4.13.1-167535/ecological-engine-smart-executor-1.6.2-4.13.1-167535.jar";
|
public static final String ECOLOGICAL_ENGINE_SMART_EXECUTOR_JAR_URL = "http://nexus.d4science.org/nexus/content/repositories/gcube-releases/org/gcube/dataanalysis/ecological-engine-smart-executor/1.6.2-4.13.1-167535/ecological-engine-smart-executor-1.6.2-4.13.1-167535.jar";
|
||||||
|
|
||||||
// DataMiner Pool Manager
|
// DataMiner Pool Manager
|
||||||
public static final int CLIENT_MONITOR_PERIODMILLIS = 2000;
|
public static final int CLIENT_MONITOR_PERIODMILLIS = 2000;
|
||||||
|
|
Loading…
Reference in New Issue