summaryrefslogtreecommitdiff
path: root/module/ri-wireguard/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2021-01-24 22:40:56 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2021-01-24 22:40:56 +0100
commita0cce48a4438b65a81a0999e3d6168078cff3a19 (patch)
treec8de481328f8a926598848fb7cb3f350aaea1dd7 /module/ri-wireguard/pom.xml
parent2c0c6197a6a00ad8b48da2f50700cef8e3da2232 (diff)
downloadrules-sandbox-a0cce48a4438b65a81a0999e3d6168078cff3a19.tar.gz
rules-sandbox-a0cce48a4438b65a81a0999e3d6168078cff3a19.tar.bz2
rules-sandbox-a0cce48a4438b65a81a0999e3d6168078cff3a19.tar.xz
rules-sandbox-a0cce48a4438b65a81a0999e3d6168078cff3a19.zip
Reformatting pom.xml.
Diffstat (limited to 'module/ri-wireguard/pom.xml')
-rw-r--r--module/ri-wireguard/pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/module/ri-wireguard/pom.xml b/module/ri-wireguard/pom.xml
index 085271e..a6ca2b8 100644
--- a/module/ri-wireguard/pom.xml
+++ b/module/ri-wireguard/pom.xml
@@ -2,15 +2,15 @@
<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>
+ <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>io.trygvis.rules-sandbox</groupId>
- <artifactId>rules-sandbox</artifactId>
- <version>1.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
+ <parent>
+ <groupId>io.trygvis.rules-sandbox</groupId>
+ <artifactId>rules-sandbox</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
- <artifactId>ri-wireguard</artifactId>
+ <artifactId>ri-wireguard</artifactId>
</project>