Compare commits

...

1 Commits

Author SHA1 Message Date
Roberto Cirillo 8197e23da1 moved to 1.4.1-SNAPSHOT version 2023-05-11 11:43:26 +02:00
2 changed files with 8 additions and 3 deletions

View File

@ -3,6 +3,11 @@
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.4.1-SNAPSHOT] - [2023-05-11]
* add jax-ws library just for test
## [v1.4.0] - [2023-03-09] ## [v1.4.0] - [2023-03-09]
- Feature #24254 simple serviceEndpoint creation - Feature #24254 simple serviceEndpoint creation
@ -23,4 +28,4 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v1.0.0] - [2015-07-01] ## [v1.0.0] - [2015-07-01]
- First commit - First commit

View File

@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>icproxy</artifactId> <artifactId>icproxy</artifactId>
<version>1.4.0</version> <version>1.4.1-SNAPSHOT</version>
<name>ICProxy</name> <name>ICProxy</name>
<packaging>war</packaging> <packaging>war</packaging>
@ -152,4 +152,4 @@
<finalName>${artifactId}</finalName> <finalName>${artifactId}</finalName>
</build> </build>
</project> </project>