Skip to content

Commit 14f5e44

Browse files
committed
add in the parent so we can publish
1 parent c3a54c1 commit 14f5e44

1 file changed

Lines changed: 5 additions & 25 deletions

File tree

indy/pom.xml

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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>
@@ -9,31 +14,6 @@
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-
<email>[email protected]</email>
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>

0 commit comments

Comments
 (0)