diff options
author | 2021-04-06 22:38:36 +0200 | |
---|---|---|
committer | 2021-04-06 22:38:36 +0200 | |
commit | 299a4c59c404382c80b87d271afb496bc483b7e0 (patch) | |
tree | 730d40834bb0a8a3b9a101cf95707875a222e2c2 | |
parent | a38ca16a0fb463e45d71520a6924cdaca97653f3 (diff) | |
download | hyde-299a4c59c404382c80b87d271afb496bc483b7e0.tar.gz hyde-299a4c59c404382c80b87d271afb496bc483b7e0.zip |
Change project's name in pom.xml
-rw-r--r-- | pom.xml | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,16 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>it.alessandroiezzi</groupId> - <artifactId>genwebsite</artifactId> + <artifactId>hyde</artifactId> <version>0.0.1</version> - <name>genwebsite</name> + <name>hyde</name> <!-- FIXME change it to the project's website --> - <url>http://www.example.com</url> + <url>https://github.com/aindros/hyde</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |