File: pom.xml

package info (click to toggle)
mustache-java 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,152 kB
  • sloc: java: 8,282; xml: 973; javascript: 162; ruby: 17; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 674 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<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>

  <parent>
    <groupId>com.github.spullara.mustache.java</groupId>
    <artifactId>mustache.java</artifactId>
    <version>0.9.1</version>
  </parent>

  <artifactId>scala-extensions</artifactId>
  <description>Scala extensions parent module</description>

  <modules>
    <module>scala-extensions-2.10</module>
    <module>scala-extensions-2.11</module>
  </modules>
  <packaging>pom</packaging>
</project>