]> jfr.im git - irc/rizon/acid.git/blobdiff - trapbot/pom.xml
Format poms, add names
[irc/rizon/acid.git] / trapbot / pom.xml
index b2184df740c84aa35630a560e6dd27e10760a9bb..e3b2d6570aa7efe5977a135b9d787cc268f28a00 100644 (file)
@@ -1,20 +1,21 @@
 <?xml version="1.0"?>
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
+       <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-      <groupId>net.rizon</groupId>
-      <artifactId>acid</artifactId>
-      <version>4.0-SNAPSHOT</version>
-  </parent>
+       <parent>
+               <groupId>net.rizon</groupId>
+               <artifactId>acid</artifactId>
+               <version>4.0-SNAPSHOT</version>
+       </parent>
 
-  <artifactId>acid-trapbot</artifactId>
+       <artifactId>acid-trapbot</artifactId>
+       <name>TrapBot</name>
 
-  <dependencies>
-      <dependency>
-          <groupId>net.rizon</groupId>
-          <artifactId>acid-acid</artifactId>
-          <version>4.0-SNAPSHOT</version>
-      </dependency>
-  </dependencies>
+       <dependencies>
+               <dependency>
+                       <groupId>net.rizon</groupId>
+                       <artifactId>acid-acid</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
+       </dependencies>
 </project>