Skip to content

Commit

Permalink
Complete pom.xml
Browse files Browse the repository at this point in the history
That way maven central requirement checks pass when releasing
  • Loading branch information
sebastienvermeille committed Aug 27, 2024
1 parent 1bfdb23 commit 45ceee6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,38 @@
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>StyleSniffer</name>
<description>
StyleSniffer is a Java library crafted to simplify the detection and analysis of case styles
in strings.

Whether you're dealing with camelCase, snake_case, PascalCase, or any other naming convention,
StyleSniffer provides a straightforward and efficient way to understand and manage these styles.
</description>
<url>https://stylesniffer.cookiecode.dev/</url>
<licenses>
<license>
<name>MIT License</name>
<url>LICENSE</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<inceptionYear>2024</inceptionYear>
<organization>
<name>CookieCode.dev</name>
<url>https://cookiecode.dev</url>
</organization>
<contributors>
<contributor>
<name>sebastienvermeille</name>
<email>sebastien.vermeille@gmail.com</email>
<roles>
<role>maintainer</role>
</roles>
</contributor>
</contributors>

<modules>
<module>stylesniffer-api</module>
<module>stylesniffer-impl</module>
Expand Down

0 comments on commit 45ceee6

Please sign in to comment.