Skip to content

Commit a490508

Browse files
committed
Updated version to 0.9.
1 parent f6babed commit a490508

File tree

1 file changed

+1
-54
lines changed

1 file changed

+1
-54
lines changed

pom.xml

Lines changed: 1 addition & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<artifactId>money-api</artifactId>
1616
<packaging>jar</packaging>
1717

18-
<version>0.9-SNAPSHOT</version>
18+
<version>0.9</version>
1919

2020
<name>JSR 354 (Money and Currency API)</name>
2121
<url>http://java.net/projects/javamoney</url>
@@ -783,48 +783,8 @@
783783
<showComments>true</showComments>
784784
<xincludeSupported>true</xincludeSupported>
785785
<fop1Extensions>1</fop1Extensions>
786-
787-
<!--
788-
<foCustomization>${basedir}/src/main/asciidoc/customization-fopdf.xsl</foCustomization>
789-
<emailMailtoEnabled>true</emailMailtoEnabled>
790-
<generatedSourceDirectory>true</generatedSourceDirectory>
791-
<generateIndex>true</generateIndex>
792-
<useEmbedForSvg>true</useEmbedForSvg>
793-
<useExtensions>1</useExtensions>
794-
<highlightSource>1</highlightSource>
795-
<highlightDefaultLanguage>java</highlightDefaultLanguage>
796-
<calloutsExtension>1</calloutsExtension>
797-
798-
<fop1Extensions>1</fop1Extensions>
799-
<useEmbedForSvg>1</useEmbedForSvg>
800-
<imgSrcPath>src/main/asciidoc/images</imgSrcPath>
801-
802-
<postProcess>
803-
<zip
804-
destfile="${project.of.directory}/${project.artifactId}-${project.version}-docs.zip">
805-
<fileset dir="${project.of.directory}/docs"
806-
includes="**/*.pdf" />
807-
</zip>
808-
</postProcess -->
809786
</configuration>
810787
</plugin>
811-
<!-- plugin>
812-
<groupId>com.agilejava.docbkx</groupId>
813-
<artifactId>docbkx-fop-support</artifactId>
814-
<version>2.0.15</version>
815-
<executions>
816-
<execution>
817-
<phase>generate-resources</phase>
818-
<goals>
819-
<goal>generate</goal>
820-
</goals>
821-
<configuration>
822-
<ansi>true</ansi>
823-
<sourceDirectory>src/main/asciidoc</sourceDirectory>
824-
</configuration>
825-
</execution>
826-
</executions>
827-
</plugin -->
828788
</plugins>
829789
</build>
830790

@@ -844,16 +804,9 @@
844804
</reports>
845805
<configuration>
846806
<detectLinks>true</detectLinks>
847-
<!-- <links> <link>http://static.springsource.org/spring/docs/${spring.version}/javadoc-api</link>
848-
<link>http://static.springsource.org/spring-security/site/docs/3.0.x/apidocs</link>
849-
<link>http://commons.apache.org/lang/api-2.5</link> <link>http://docs.oracle.com/javaee/5/api</link>
850-
</links> -->
851-
<!-- excludePackageNames>blabla</excludePackageNames -->
852807
<keywords>true</keywords>
853808
<linksource>true</linksource>
854-
<!-- overview>${basedir}/overview.html</overview -->
855809
<source>${project.build.sourceCompilerLevel}</source>
856-
<!-- stylesheetfile>${basedir}/src/site/css/money-jdoc.css</stylesheetfile -->
857810
<verbose>true</verbose>
858811
<aggregate>true</aggregate>
859812
<doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
@@ -883,7 +836,6 @@
883836
<linkJavadoc>true</linkJavadoc>
884837
<aggregate>true</aggregate>
885838
<javadocDir>${project.name}/apidocs</javadocDir>
886-
<!-- stylesheet>${basedir}/src/site/css/javamoneys-jdoc.css</stylesheet -->
887839
<windowTitle>JSR 354 - Java Money Sources</windowTitle>
888840
</configuration>
889841
</plugin>
@@ -937,11 +889,6 @@
937889
</tagListOptions>
938890
</configuration>
939891
</plugin>
940-
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId>
941-
<version>2.4</version> <configuration> <xrefLocation>${project.reporting.outputDirectory}/../../xref</xrefLocation>
942-
<enableRulesSummary>false</enableRulesSummary> <configLocation>https://raw.github.com/JavaMoney/javamoney/master/checkstyle.xml</configLocation>
943-
<headerLocation>https://raw.github.com/JavaMoney/javamoney/master/checkstyle-license.txt</headerLocation>
944-
</configuration> </plugin> -->
945892
<plugin>
946893
<groupId>org.apache.maven.plugins</groupId>
947894
<artifactId>maven-pmd-plugin</artifactId>

0 commit comments

Comments
 (0)