Skip to content

Commit 43ae377

Browse files
authored
Strip kotlin name of modules (#15)
* Strip kotlin name of modules
1 parent b736928 commit 43ae377

File tree

72 files changed

+30
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+30
-30
lines changed

README.md

Lines changed: 10 additions & 10 deletions

kotlin-oauth2-server-client-inmemory/pom.xml renamed to oauth2-server-client-inmemory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>kotlin-oauth2-server-client-inmemory</artifactId>
12+
<artifactId>oauth2-server-client-inmemory</artifactId>
1313

1414
<dependencies>
1515
<dependency>
1616
<groupId>nl.myndocs</groupId>
17-
<artifactId>kotlin-oauth2-server-core</artifactId>
17+
<artifactId>oauth2-server-core</artifactId>
1818
<version>${project.version}</version>
1919
<scope>provided</scope>
2020
</dependency>

kotlin-oauth2-server-core/pom.xml renamed to oauth2-server-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>kotlin-oauth2-server-core</artifactId>
12+
<artifactId>oauth2-server-core</artifactId>
1313

1414
<dependencies>
1515
<dependency>

0 commit comments

Comments
 (0)