Skip to content

Commit 60efe2b

Browse files
committed
Updated parent, removed parent defined aspects.
1 parent 7cc7a09 commit 60efe2b

File tree

1 file changed

+2
-39
lines changed

1 file changed

+2
-39
lines changed

pom.xml

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.javamoney</groupId>
1414
<artifactId>javamoney-parent</artifactId>
15-
<version>1.0-RC3</version>
15+
<version>1.0-SNAPSHOT</version>
1616
</parent>
1717

1818
<artifactId>javamoney-tck-usage-example</artifactId>
@@ -21,17 +21,12 @@
2121
<version>1.0-SNAPSHOT</version>
2222

2323
<name>JSR 354 - TCK Test (Java8)</name>
24-
<url>http://java.net/projects/javamoney</url>
25-
<inceptionYear>2012</inceptionYear>
24+
2625
<description>JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with
2726
Money and Currency.
2827
This module executes the JSR 354 TCK and tests the current JSR 354 Reference Implementation impl. based on Java 8.
2928
</description>
3029

31-
<organization>
32-
<name>JavaMoney</name>
33-
<url>http://javamoney.org</url>
34-
</organization>
3530
<licenses>
3631
<license>
3732
<name>Apache 2 License</name>
@@ -65,48 +60,16 @@
6560
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6661
</properties>
6762

68-
<developers>
69-
<developer>
70-
<id>atsticks</id>
71-
<name>Anatole Tresch</name>
72-
<organization>Credit Suisse</organization>
73-
<roles>
74-
<role>Specification Lead</role>
75-
</roles>
76-
</developer>
77-
</developers>
78-
7963
<ciManagement>
8064
<system>Travis CI</system>
8165
<url>https://travis-ci.org/JavaMoney/javamoney-tck-usage-example</url>
8266
</ciManagement>
8367

84-
<mailingLists>
85-
<mailingList>
86-
<name>JSR354 Issues List</name>
87-
<subscribe>https://java.net/projects/javamoney/lists</subscribe>
88-
<unsubscribe>https://java.net/projects/javamoney/lists</unsubscribe>
89-
<archive>https://java.net/projects/javamoney/lists/issues/archive</archive>
90-
<post>[email protected]</post>
91-
</mailingList>
92-
<mailingList>
93-
<name>JSR354 Public Mailing List</name>
94-
<subscribe>https://java.net/projects/javamoney/lists</subscribe>
95-
<unsubscribe>https://java.net/projects/javamoney/lists</unsubscribe>
96-
<archive>http://java.net/projects/javamoney/lists/jcurrency_mail/archive</archive>
97-
<post>[email protected]</post>
98-
</mailingList>
99-
</mailingLists>
100-
10168
<issueManagement>
10269
<system>JIRA</system>
10370
<url>http://java.net/jira/browse/JAVAMONEY</url>
10471
</issueManagement>
10572

106-
<prerequisites>
107-
<maven>3.0.4</maven>
108-
</prerequisites>
109-
11073
<scm>
11174
<connection>scm:git:https://github.com/JavaMoney/javamoney-tck-usage-example.git</connection>
11275
<tag>master</tag>

0 commit comments

Comments
 (0)