Ready to be released
This commit is contained in:
parent
390d619cc0
commit
c2b877f45d
|
@ -3,7 +3,9 @@ org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
|||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
||||
org.eclipse.jdt.core.compiler.compliance=1.7
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
||||
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
|
||||
org.eclipse.jdt.core.compiler.release=disabled
|
||||
org.eclipse.jdt.core.compiler.source=1.7
|
||||
|
|
12
changelog.md
12
changelog.md
|
@ -1,21 +1,23 @@
|
|||
|
||||
# Changelog
|
||||
# Changelog for workspace-uploader
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
|
||||
## [2-0-5] - [2020-05-14]
|
||||
## [v2-0-5] [r4-23-0]- [2020-05-14]
|
||||
|
||||
[Bug #19243] upload archive facility does not work properly with Windows OS
|
||||
**Fixes**
|
||||
|
||||
[Task #19232] manage file names that use special characters
|
||||
[#19243] upload archive facility does not work properly with Windows OS
|
||||
|
||||
[#19232] manage file names that use special characters
|
||||
|
||||
|
||||
|
||||
## [2-0-4] - [2019-12-19]
|
||||
|
||||
Updated to Git and Jenkins
|
||||
Ported to Git and Jenkins
|
||||
|
||||
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<groupId>org.gcube.portlets.widgets</groupId>
|
||||
<artifactId>workspace-uploader</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>2.0.5-SNAPSHOT</version>
|
||||
<version>2.0.5</version>
|
||||
<name>Workspace Uploader Widget</name>
|
||||
<description>Workspace Uploader Widget allows your application to upload file/s in the gCube Workspace</description>
|
||||
<scm>
|
||||
|
|
Loading…
Reference in New Issue