Compare commits

...

5 Commits

3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ target
.classpath .classpath
.project .project
.settings .settings
/.DS_Store

View File

@ -2,8 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Smartgears Distribution Bundle # Changelog for Smartgears Distribution Bundle
### [v3.5.0]
## [v3.0.0] [r5.0.0] - - Creating distribution bundle for smartgears-distribution 3.5.0-SNAPSHOT
## [v3.0.0] [r4.26.0] - 2020-10-29
- Switched JSON management to gcube-jackson [#19283] - Switched JSON management to gcube-jackson [#19283]
- Fixed distro files and pom according to new release procedure - Fixed distro files and pom according to new release procedure

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution-bundle</artifactId> <artifactId>smartgears-distribution-bundle</artifactId>
<version>3.0.0</version> <version>3.5.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>A distribution bundle for the SmartGears Framework</name> <name>A distribution bundle for the SmartGears Framework</name>
<description>A distribution bundle for the SmartGears Framework containing Tomcat and ReadMe files to install quickly Smartgears</description> <description>A distribution bundle for the SmartGears Framework containing Tomcat and ReadMe files to install quickly Smartgears</description>
@ -31,10 +31,11 @@
</scm> </scm>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId> <artifactId>smartgears-distribution</artifactId>
<version>[3.0.0, 4.0.0-SNAPSHOT)</version> <version>[3.5.0, 4.0.0-SNAPSHOT)</version>
<type>tar.gz</type> <type>tar.gz</type>
</dependency> </dependency>