Skip to content

Commit

Permalink
Change version to 0.75
Browse files Browse the repository at this point in the history
Change-Id: I1c07595ff963f2328bb34d8cb93b64bb54fd5dd5
  • Loading branch information
margaretha committed Oct 28, 2024
1 parent dd7b450 commit 34595a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# version 0.75-SNAPSHOT
# version 0.75

- Alter role and remove privilege database tables (#763)
- Update user-group and user-group member web-services (#763)
Expand All @@ -20,6 +20,7 @@
- Deprecate VC access deletion.
- Change default port to 8089.
- Disallow scope all for non super clients.
- Added config for total result cache and fixed inconsistency (#774).
- Changed memberUsername to member in the new member-role-addition web-service.
- Removed user-privileges from user-group list response.
- Added role names to user-group list
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ids-mannheim.korap.kustvakt</groupId>
<artifactId>Kustvakt</artifactId>
<version>0.75-SNAPSHOT</version>
<version>0.75</version>
<properties>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public Response shareVC (@Context SecurityContext securityContext,
*/
@DELETE
@Path("~{vcCreator}/{vcName}/delete/@{groupName}")
public Response deleteRoleByGroupAndQuery (
public Response deleteVC_AccessfromGroup (
@Context SecurityContext securityContext,
@PathParam("vcCreator") String vcCreator,
@PathParam("vcName") String vcName,
Expand Down

0 comments on commit 34595a5

Please sign in to comment.