Skip to content

Commit

Permalink
change artifactId and module
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichengliu12581 committed Nov 16, 2020
1 parent 902300d commit cc49a26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-sample-active-directory-stateless</artifactId>
<artifactId>azure-spring-boot-sample-active-directory-resource-server-stateless</artifactId>
<version>1.0.0</version>

<name>Azure Spring Boot Starter Sample - Azure AD Stateless Spring Security Integration</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-sample-active-directory</artifactId>
<artifactId>azure-spring-boot-sample-active-directory-resource-server</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions sdk/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<module>azure-spring-boot-test-servicebus-jms</module>
<module>azure-spring-boot-test-storage</module>
<module>azure-spring-cloud-test-eventhubs</module>
<module>azure-spring-boot-samples/azure-spring-boot-sample-active-directory</module>
<module>azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server</module>
<module>azure-spring-boot-samples/azure-spring-boot-sample-active-directory-b2c-oidc</module>
<module>azure-spring-boot-samples/azure-spring-boot-sample-active-directory-backend</module>
<module>azure-spring-boot-samples/azure-spring-boot-sample-active-directory-backend-v2</module>
<module>azure-spring-boot-samples/azure-spring-boot-sample-active-directory-stateless</module>
<module>azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-stateless</module>
<module>azure-spring-boot-samples/azure-spring-boot-sample-cosmos</module>
<module>azure-spring-boot-samples/azure-spring-boot-sample-data-gremlin</module>
<module>azure-spring-boot-samples/azure-spring-boot-sample-keyvault-certificates</module>
Expand Down

0 comments on commit cc49a26

Please sign in to comment.