aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-04-06 22:38:36 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-04-06 22:38:36 +0200
commit299a4c59c404382c80b87d271afb496bc483b7e0 (patch)
tree730d40834bb0a8a3b9a101cf95707875a222e2c2
parenta38ca16a0fb463e45d71520a6924cdaca97653f3 (diff)
downloadhyde-299a4c59c404382c80b87d271afb496bc483b7e0.tar.gz
hyde-299a4c59c404382c80b87d271afb496bc483b7e0.zip
Change project's name in pom.xml
-rw-r--r--pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index b758b38..d4b8a6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>