diff options
Diffstat (limited to 'module/ri-wireguard')
-rw-r--r-- | module/ri-wireguard/pom.xml | 16 |
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> |