diff --git a/CHANGELOG.md b/CHANGELOG.md index f871175..8058280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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). +## [v3.6.2-SNAPSHOT] - 2021-05-20 + +Added IAM and event to orchestrator libs ## [v3.6.1] - 2021-03-25 diff --git a/pom.xml b/pom.xml index 122699d..4b941bf 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.distribution maven-portal-bom - 3.6.1 + 3.6.2-SNAPSHOT pom scm:git:https://code-repo.d4science.org/gCubeSystem/maven-portal-bom.git @@ -112,6 +112,31 @@ provided + + + org.gcube.common + event-publisher-library + [1.0.0-SNAPSHOT,) + provided + + + org.gcube.portal + event-publisher-portal + [1.0.1-SNAPSHOT,) + provided + + + org.gcube.common + oidc-library + [1.2.0-SNAPSHOT,) + provided + + + org.gcube.portal + oidc-library-portal + [1.2.0-SNAPSHOT,) + provided + org.gcube.common @@ -698,8 +723,8 @@ - - + + org.apache.maven.plugins maven-javadoc-plugin @@ -717,6 +742,6 @@ - +