Skip to content

Commit

Permalink
Fixing invalid artifactId: portal-authentication-token
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Dec 19, 2024
1 parent fff729d commit c96e91f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: cui-portal-core
pages-reference: cui-portal-core
sonar-project-key: cuioss_cui-portal-core
release:
current-version: 1.1.0
current-version: 1.1.1
next-version: 1.2.0-SNAPSHOT
5 changes: 3 additions & 2 deletions modules/authentication/portal-authentication-token/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.cuioss.portal.authentication</groupId>
<artifactId>authentication</artifactId>
<version>1.2.0-SNAPSHOT</version>
</parent>
<description>Provides some convenience structures for dealing with JTW-Token.</description>
<artifactId>portal.authentication.token</artifactId>
<artifactId>portal-authentication-token</artifactId>
<properties>
<maven.jar.plugin.automatic.module.name>
de.cuioss.portal.authentication.token
Expand Down

0 comments on commit c96e91f

Please sign in to comment.