aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-09-27 21:47:01 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-09-27 21:47:01 +0200
commit67c42358e2940a166649b95a871ae7e47fb3ef17 (patch)
tree338c51a2f071a20dfbb16641c359bd2acdf3e402 /pom.xml
parent36f14deae7f1ccf297e7297c68f8ede4e025d1c9 (diff)
downloadbtree-67c42358e2940a166649b95a871ae7e47fb3ef17.tar.gz
btree-67c42358e2940a166649b95a871ae7e47fb3ef17.tar.bz2
btree-67c42358e2940a166649b95a871ae7e47fb3ef17.tar.xz
btree-67c42358e2940a166649b95a871ae7e47fb3ef17.zip
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c444f96..e7c9048 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,11 @@
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>
-
+ <parent>
+ <groupId>io.trygvis</groupId>
+ <artifactId>trygvis-parent</artifactId>
+ <version>1</version>
+ </parent>
<groupId>io.trygvis.btree</groupId>
<artifactId>btree</artifactId>
<version>1.0-SNAPSHOT</version>