Updated bom for dev

Giancarlo Panichi 2 years ago
parent 6aa1413856
commit de9b661298

@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="dataminer-pool-manager-2.7.0-SNAPSHOT">
<wb-module deploy-name="dataminer-pool-manager-2.7.1-SNAPSHOT">
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/resources"/>
<property name="context-root" value="dataminer-pool-manager"/>
<property name="java-output-path" value="/dataminer-pool-manager/target/classes"/>
</wb-module>

@ -1,88 +1,58 @@
# Changelog
## [v2.7.1-SNAPSHOT] - 2020-10-15
## [v2.7.1-SNAPSHOT] - 2022-04-06
### Features
- Updated to gcube-smartgears-bom.2.2.0
- Updated to gcube-smartgears-bom.2.0.0 [#19941]
## [v2.7.0][r4.22.0] - 2020-04-16
### Features
## [v2.7.0] - 2020-04-16
- Updated to new Social Networking API [#19081]
- Added application token for send notifications [#19186]
## [v2.6.0] [r.4.17] - 2019-12-11
### Features
## [v2.6.0] - 2019-12-11
- Updated to Git and Jenkins
- Knime 4.1 added [#18190]
## [v2.5.0] - 2019-01-11
### Features
- SVN parameters get from IS
- Python3.6 added [#12742]
## [v2.4.0] - 2018-11-01
### Features
- Notifies the 'conflicts' on SVN
## [v2.3.0] - 2018-08-01
### Features
- Log information also if the verification of SVN dependencies fails
## [v2.2.0] - 2018-06-01
### Fixed
- Improvements and bugs fixed/SVN-UTF8 compliant/Installation in Production ghost added
- Dynamic per-VRE configuration throght the information system
## [v2.1.0] - 2018-05-01
### Features
- New configuration file added
## [v2.0.0] - 2018-01-01
### Features
- Second Release
## [v1.0.0] - 2017-11-01
### Features
- First Release
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

@ -1,6 +1,6 @@
<ReleaseNotes>
<Changeset component="org.gcube.dataanalysis.dataminer-pool-manager.2-7-1" date="2020-10-08">
<Change>Updated to gcube-smartgears-bom.2.0.0 [ticket #19941]</Change>
<Changeset component="org.gcube.dataanalysis.dataminer-pool-manager.2-7-1" date="2022-04-06">
<Change>Updated to gcube-smartgears-bom.2.2.0</Change>
</Changeset>
<Changeset component="org.gcube.dataanalysis.dataminer-pool-manager.2-7-0" date="2020-04-16">
<Change>Updated to new Social Networking API [ticket #19081]</Change>

@ -151,7 +151,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

Loading…
Cancel
Save