]> jfr.im git - irc/rizon/acid.git/blobdiff - pyva/pom.xml
Merge branch 'add-spoof-check-on-user' into 'master'
[irc/rizon/acid.git] / pyva / pom.xml
index fc3a6b46330a999d1c4f153d512c9cb7fd56213e..3c8d77143803f344cd732148a528c61ed7544311 100644 (file)
@@ -1,24 +1,25 @@
 <?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">
-  <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.1-SNAPSHOT</version>
+       </parent>
   
-  <artifactId>acid-pyva</artifactId>
-  <packaging>pom</packaging>
+       <artifactId>acid-pyva</artifactId>
+       <name>Acid Pyva</name>
+       <packaging>pom</packaging>
 
-  <modules>
-    <!-- core module, does nothing, but is packaged with pyva-native, so that the
-        plugin classloader can pick up Pyva from the pyva module below. Can not be reloaded -->
-    <module>core</module>
-    <!-- Pyva interfacer -->
-    <module>pyva</module>
-    <!-- Native pyva library, external (is a submodule). 'Core' packages with this it
-        as a dependency.  -->
-    <module>pyva-native</module>
-  </modules>
+       <modules>
+               <!-- core module, does nothing, but is packaged with pyva-native, so that the
+               plugin classloader can pick up Pyva from the pyva module below. Can not be reloaded -->
+               <module>core</module>
+               <!-- Pyva interfacer -->
+               <module>pyva</module>
+               <!-- Native pyva library, external (is a submodule). 'Core' packages with this it
+               as a dependency.  -->
+               <module>libpyva</module>
+       </modules>
 </project>