Skip to content

Commit adb38fc

Browse files
committed
Rename modules
I appears the Nexus Maven plugin doesn't honor the <finalName> element. To get around that I'm renaming the modules (and their directories).
1 parent 0dc701a commit adb38fc

Some content is hidden

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

48 files changed

+0
-0
lines changed

module/core/src/main/java/org/jsonurl/CharUtil.java renamed to module/jsonurl-core/src/main/java/org/jsonurl/CharUtil.java

File renamed without changes.

module/core/src/main/java/org/jsonurl/JavaValueFactory.java renamed to module/jsonurl-core/src/main/java/org/jsonurl/JavaValueFactory.java

File renamed without changes.

module/core/src/main/java/org/jsonurl/JavaValueParser.java renamed to module/jsonurl-core/src/main/java/org/jsonurl/JavaValueParser.java

File renamed without changes.

module/core/src/main/java/org/jsonurl/JsonTextBuilder.java renamed to module/jsonurl-core/src/main/java/org/jsonurl/JsonTextBuilder.java

File renamed without changes.

module/core/src/main/java/org/jsonurl/JsonUrl.java renamed to module/jsonurl-core/src/main/java/org/jsonurl/JsonUrl.java

File renamed without changes.

module/core/src/main/java/org/jsonurl/JsonUrlStringBuilder.java renamed to module/jsonurl-core/src/main/java/org/jsonurl/JsonUrlStringBuilder.java

File renamed without changes.

module/core/src/main/java/org/jsonurl/JsonUrlTextAppender.java renamed to module/jsonurl-core/src/main/java/org/jsonurl/JsonUrlTextAppender.java

File renamed without changes.

module/core/src/main/java/org/jsonurl/LimitException.java renamed to module/jsonurl-core/src/main/java/org/jsonurl/LimitException.java

File renamed without changes.

module/core/src/main/java/org/jsonurl/NumberBuilder.java renamed to module/jsonurl-core/src/main/java/org/jsonurl/NumberBuilder.java

File renamed without changes.

0 commit comments

Comments
 (0)