Updated bom for dev

This commit is contained in:
Giancarlo Panichi 2022-04-06 12:29:24 +02:00
parent 6aa1413856
commit de9b661298
87 changed files with 8 additions and 39 deletions

0
.gitignore vendored Normal file → Executable file
View File

View File

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

38
CHANGELOG.md Normal file → Executable file
View File

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

0
FUNDING.md Normal file → Executable file
View File

0
LICENSE.md Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

4
changelog.xml Normal file → Executable file
View File

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

0
descriptor.xml Normal file → Executable file
View File

0
gcube-app.xml Normal file → Executable file
View File

2
pom.xml Normal file → Executable file
View File

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

0
profile.xml Normal file → Executable file
View File

View File

View File

0
src/main/resources/service.properties Normal file → Executable file
View File

View File

View File

View File

View File

0
src/main/resources/static/gcube-ghn/tasks/main.yaml Normal file → Executable file
View File

View File

0
src/main/resources/static/os-r/tasks/main.yaml Normal file → Executable file
View File

0
src/main/resources/static/os-unzip/tasks/main.yaml Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

0
src/main/webapp/WEB-INF/.gitignore vendored Normal file → Executable file
View File

0
src/main/webapp/WEB-INF/gcube-handlers.xml Normal file → Executable file
View File

0
src/main/webapp/WEB-INF/web.xml Normal file → Executable file
View File

View File

0
src/test/resources/.gitignore vendored Normal file → Executable file
View File