version increased

This commit is contained in:
lucio 2023-05-22 13:14:15 +02:00
parent 04bdfbe02d
commit faba98958b
3 changed files with 4 additions and 3 deletions

View File

@ -21,6 +21,7 @@
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="target/classes"/> <classpathentry kind="output" path="target/classes"/>

View File

@ -3,9 +3,9 @@
All notable changes to this project will be documented in this file. 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). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.0.1-SNAPSHOT] - [2022-09-28] ## [v2.0.0-SNAPSHOT] - [2022-09-28]
update added new methods
## [v1.0.0] - [2021-05-04] ## [v1.0.0] - [2021-05-04]

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.data.access</groupId> <groupId>org.gcube.data.access</groupId>
<artifactId>storagehub-script-utils</artifactId> <artifactId>storagehub-script-utils</artifactId>
<version>1.0.1-SNAPSHOT</version> <version>2.0.0-SNAPSHOT</version>
<name>ScriptingUtil</name> <name>ScriptingUtil</name>
<parent> <parent>