summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-04-06 22:41:23 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-04-06 22:41:23 +0200
commite6414b63a56deae90928808f9d0a6c9e2364b63d (patch)
tree836e158bf153723837a783939a0f9c104a59d7f9 /pom.xml
parente478df9b43333aab3c730aeee79fe1448305ae3c (diff)
parent0b53187ef9ed8a27427c8a303a97744f8f02e81c (diff)
downloadhyde-e6414b63a56deae90928808f9d0a6c9e2364b63d.tar.gz
hyde-e6414b63a56deae90928808f9d0a6c9e2364b63d.zip
Resolve conflicts
Diffstat (limited to '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>