Skip to content

Commit

Permalink
Rename project spring-boot-simplejndi as gs-acl-simplejndi
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Apr 5, 2024
1 parent a0be381 commit ffd5e57
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
</dependency>
<dependency>
<groupId>org.geoserver.acl.integration</groupId>
<artifactId>spring-boot-simplejndi</artifactId>
<artifactId>gs-acl-simplejndi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/artifacts/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</dependency>
<dependency>
<groupId>org.geoserver.acl.integration</groupId>
<artifactId>spring-boot-simplejndi</artifactId>
<artifactId>gs-acl-simplejndi</artifactId>
</dependency>
<dependency>
<groupId>org.geoserver.acl.integration</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/integration/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<artifactId>spring-boot-integration</artifactId>
<packaging>pom</packaging>
<modules>
<module>spring-boot-simplejndi</module>
<module>simplejndi</module>
<module>spring-cloud-bus</module>
</modules>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>spring-boot-integration</artifactId>
<version>${revision}</version>
</parent>
<artifactId>spring-boot-simplejndi</artifactId>
<artifactId>gs-acl-simplejndi</artifactId>
<packaging>jar</packaging>
<description>Simple, servlet container agnostic, JNDI implementation for spring-boot</description>
<dependencies>
Expand Down

0 comments on commit ffd5e57

Please sign in to comment.