Skip to content

Commit

Permalink
change GAV - make group and artifact IDs to use a format that matches…
Browse files Browse the repository at this point in the history
… other plug-ins
  • Loading branch information
travisspencer committed Jan 16, 2022
1 parent 5edd8ed commit e41aa3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
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>

<groupId>io.curity.entrust.idaas</groupId>
<artifactId>entrust-idaas</artifactId>
<version>1.1.0-SNAPSHOT</version>
<groupId>io.curity.identityserver.plugin</groupId>
<artifactId>identityserver.plugins.authenticators.entrust-idaas</artifactId>
<version>1.0.0</version>

<name>Curity Entrust Authenticator</name>
<organization>
Expand Down

0 comments on commit e41aa3e

Please sign in to comment.