Skip to content

Commit 1297ee6

Browse files
author
sampadawagde
committed
JAVA-1132: Renamed oauth-jws-jdk and its underlying modules to suffix
-legacy
1 parent cc3f2f1 commit 1297ee6

File tree

19 files changed

+4
-4
lines changed

19 files changed

+4
-4
lines changed
File renamed without changes.

oauth-jws-jwk/oauth-authorization-server-jws-jwk/pom.xml renamed to oauth-jws-jwk-legacy/oauth-authorization-server-jws-jwk-legacy/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<artifactId>oauth-authorization-server-jws-jwk</artifactId>
6-
<name>oauth-authorization-server-jws-jwk</name>
5+
<artifactId>oauth-authorization-server-jws-jwk-legacy</artifactId>
6+
<name>oauth-authorization-server-jws-jwk-legacy</name>
77
<packaging>jar</packaging>
88

99
<parent>

oauth-jws-jwk/oauth-resource-server-jws-jwk/pom.xml renamed to oauth-jws-jwk-legacy/oauth-resource-server-jws-jwk-legacy/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<artifactId>oauth-resource-server-jws-jwk</artifactId>
6-
<name>oauth-resource-server-jws-jwk</name>
5+
<artifactId>oauth-resource-server-jws-jwk-legacy</artifactId>
6+
<name>oauth-resource-server-jws-jwk-legacy</name>
77
<packaging>war</packaging>
88

99
<parent>

0 commit comments

Comments
 (0)