diff options
| -rw-r--r-- | pom.xml | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -3,18 +3,25 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.it-jaros</groupId> - <artifactId>jscanner</artifactId> + <artifactId>jns</artifactId> <version>1.0-SNAPSHOT</version> <name>jscanner</name> - <!-- FIXME change it to the project's website --> - <url>http://www.example.com</url> + <url>https://git.it-jaros.com/jns</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.release>21</maven.compiler.release> </properties> + <licenses> + <license> + <name>GNU General Public License v3.0 or later</name> + <url>https://www.gnu.org/licenses/gpl-3.0.html</url> + <distribution>repo</distribution> + </license> + </licenses> + <dependencyManagement> <dependencies> <dependency> |
