aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-site/pom.xml')
-rw-r--r--subsonic-site/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/subsonic-site/pom.xml b/subsonic-site/pom.xml
new file mode 100644
index 00000000..6606620a
--- /dev/null
+++ b/subsonic-site/pom.xml
@@ -0,0 +1,16 @@
+<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/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>net.sourceforge.subsonic</groupId>
+ <artifactId>subsonic-site</artifactId>
+ <packaging>war</packaging>
+ <name>Subsonic Site</name>
+
+ <parent>
+ <groupId>net.sourceforge.subsonic</groupId>
+ <artifactId>subsonic</artifactId>
+ <version>4.7.beta2</version>
+ </parent>
+
+</project>