File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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" >
3+ <parent >
4+ <artifactId >mustache.java</artifactId >
5+ <groupId >com.github.spullara.mustache.java</groupId >
6+ <version >0.8.4-SNAPSHOT</version >
7+ </parent >
38 <modelVersion >4.0.0</modelVersion >
49 <groupId >com.github.spullara.mustache.java</groupId >
510 <artifactId >indy</artifactId >
914 <description >Invokedynamic implementation of ObjectHandler</description >
1015 <url >http://github.com/spullara/mustache.java</url >
1116
12- <licenses >
13- <license >
14- <name >Apache License 2.0</name >
15- <url >http://www.apache.org/licenses/LICENSE-2.0</url >
16- <distribution >repo</distribution >
17- </license >
18- </licenses >
19-
20- <scm >
21- <connection >scm:git:git://github.com/spullara/mustache.java.git</connection >
22- <url >http://github.com/spullara/mustache.java</url >
23- </scm >
24-
25- <developers >
26- <developer >
27- <name >Sam Pullara</name >
28- 29- <url >http://www.javarants.com</url >
30- </developer >
31- </developers >
32-
33- <properties >
34- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
35- </properties >
36-
3717 <dependencies >
3818 <dependency >
3919 <groupId >com.github.spullara.mustache.java</groupId >
You can’t perform that action at this time.
0 commit comments