From 0c0dfc02ed0281c4bd736be4922c978a2fb9b441 Mon Sep 17 00:00:00 2001 From: "manuele.simi" Date: Thu, 2 May 2019 03:01:09 +0000 Subject: [PATCH] Advance version for all modules to 1.0.0-SNAPSHOT. git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/resource-management/resource-manager@179218 82a268e6-3cf1-43bd-a215-b396298e98cf --- io/pom.xml | 2 +- pom.xml | 2 +- webapp/distro/profile.xml | 6 +++--- webapp/pom.xml | 4 ++-- .../manager/webapp/context/ContextHolder.java | 5 +++-- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/io/pom.xml b/io/pom.xml index 3040148..39f1312 100644 --- a/io/pom.xml +++ b/io/pom.xml @@ -6,7 +6,7 @@ org.gcube.resource-management resource-manager - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT manager-io I/O diff --git a/pom.xml b/pom.xml index 46840a9..5dfdac3 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.gcube.resource-management resource-manager - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT pom Resource Manager Suite Manager for resources based on the gCube Model. diff --git a/webapp/distro/profile.xml b/webapp/distro/profile.xml index 76c221c..1795ae0 100644 --- a/webapp/distro/profile.xml +++ b/webapp/distro/profile.xml @@ -11,14 +11,14 @@ resource-manager - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT org.gcube.resource-management resource-manager-webapp - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT - resource-manager-0.0.1-SNAPSHOT.war + resource-manager-1.0.0-SNAPSHOT.war diff --git a/webapp/pom.xml b/webapp/pom.xml index 9453ad8..2003ba8 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -6,7 +6,7 @@ org.gcube.resource-management resource-manager - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT resource-manager-webapp war @@ -130,7 +130,7 @@ org.gcube.resource-management manager-io - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/webapp/src/main/java/org/gcube/resourcemanagement/manager/webapp/context/ContextHolder.java b/webapp/src/main/java/org/gcube/resourcemanagement/manager/webapp/context/ContextHolder.java index 226d54a..bc94765 100644 --- a/webapp/src/main/java/org/gcube/resourcemanagement/manager/webapp/context/ContextHolder.java +++ b/webapp/src/main/java/org/gcube/resourcemanagement/manager/webapp/context/ContextHolder.java @@ -16,8 +16,9 @@ public class ContextHolder { private final Context inputContext; /** - * Create a new holder for the serialized context. - * @param serialization a serialization in the JSON formate + * Creates a new holder for the serialized context. + * + * @param serialization a serialization in the JSON format */ public ContextHolder(String serialization) { try {