diff --git a/.classpath b/.classpath index 6fcb3c7..ca37101 100644 --- a/.classpath +++ b/.classpath @@ -1,18 +1,5 @@ - - - - - - - - - - - - - diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 48367fb..76df42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for legacy Authorization Client -## [v3.0.0-SNAPSHOT] - 2022-06-13 +## [v3.0.0] - 2022-06-13 - First Release diff --git a/README.md b/README.md index 51dcb74..290bb1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Authorization Client -StorageHub implements the gCube Workspace feature +client for legacy gcube authorization ## Structure of the project diff --git a/changelog.xml b/changelog.xml deleted file mode 100644 index a38d3b7..0000000 --- a/changelog.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - First Release - - - moving to auth2 service - - - added calls for ExternalServiceToken generator - - - added setRoles for a specific token - - \ No newline at end of file diff --git a/descriptor.xml b/descriptor.xml deleted file mode 100644 index fb7fd5c..0000000 --- a/descriptor.xml +++ /dev/null @@ -1,32 +0,0 @@ - - servicearchive - - tar.gz - - / - - - . - / - true - - README.md - LICENSE.md - changelog.xml - profile.xml - - 755 - true - - - - - target/${build.finalName}.jar - /${artifactId} - - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7264767..1b052d1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,45 +3,37 @@ 4.0.0 org.gcube.common authorization-client - 3.0.0-SNAPSHOT + 3.0.0 authorization service client library - maven-parent org.gcube.tools - 1.1.0 + 1.2.0 - org.gcube.distribution gcube-bom - 3.0.0-SNAPSHOT + 3.0.0 pom import - - - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git - https://code-repo.d4science.org/gCubeSystem/${project.artifactId} + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git + https://code-repo.d4science.org/gCubeSystem/${project.artifactId} - - distro - org.gcube.common common-authorization - org.slf4j slf4j-api @@ -57,60 +49,5 @@ logback-classic test - - - - - - - - - org.apache.maven.plugins - maven-resources-plugin - 2.5 - - - copy-profile - install - - copy-resources - - - target - - - . - true - - profile.xml - - - - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - descriptor.xml - - - - - servicearchive - install - - single - - - - - - - \ No newline at end of file diff --git a/profile.xml b/profile.xml deleted file mode 100644 index 91c49e4..0000000 --- a/profile.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Service - - ${description} - Common - ${artifactId} - 1.0.0 - - - ${artifactId} - ${version} - - ${groupId} - ${artifactId} - ${version} - - - ${build.finalName}.jar - - - - - -