Skip to content

Commit

Permalink
more info in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed May 7, 2024
1 parent 557c467 commit 3b6fdd4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,31 @@
<version>1.0.0</version>

<name>json-transformer</name>
<description>JSON Transformer is a small and expressive Java library that uses transformers defined in JSON documents for transformations of JSON structures (even complex structures containing nested arrays of objects) into other (complex) JSON structures.</description>
<url>https://github.com/erykkul/json-transformer</url>

<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<developers>
<developer>
<name>Eryk Kulikowski</name>
<email>[email protected]</email>
<url>https://github.com/erykkul</url>
<id>erykkul</id>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/erykkul/json-transformer.git</connection>
<developerConnection>scm:git:ssh://github.com:erykkul/json-transformer.git</developerConnection>
<url>http://github.com/erykkul/json-transformer/tree/main</url>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit 3b6fdd4

Please sign in to comment.