Skip to content

Commit d0c0eb2

Browse files
committed
[maven-release-plugin] prepare release v1.12.0
1 parent c5c2466 commit d0c0eb2

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

pom.xml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
<groupId>org.daisy</groupId>
66
<artifactId>daisy</artifactId>
77
<version>5</version>
8-
<relativePath/>
8+
<relativePath />
99
</parent>
1010
<groupId>org.daisy.pipeline</groupId>
1111
<artifactId>assembly</artifactId>
12-
<version>1.12.0-SNAPSHOT</version>
12+
<version>1.12.0</version>
1313
<packaging>pom</packaging>
1414
<name>DAISY Pipeline 2 :: Assembly</name>
1515
<description>Builds the main distribution of the DAISY Pipeline 2.</description>
1616
<scm>
1717
<connection>scm:git:git@github.com:daisy-consortium/pipeline-assembly.git</connection>
1818
<url>scm:git:git@github.com:daisy-consortium/pipeline-assembly.git</url>
1919
<developerConnection>scm:git:git@github.com:daisy-consortium/pipeline-assembly.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>v1.12.0</tag>
2121
</scm>
2222
<properties>
2323
<cli.version>2.1.1</cli.version>
@@ -1378,10 +1378,10 @@
13781378
<configuration>
13791379
<target>
13801380
<java classname="net.sf.saxon.Transform" failonerror="true">
1381-
<arg value="${project.basedir}/target/effective-pom.xml"/>
1382-
<arg value="${project.basedir}/src/main/xslt/pom-to-release.xslt"/>
1383-
<arg value="time=${maven.build.timestamp}"/>
1384-
<arg line="-o:${project.basedir}/target/release-descriptor/releaseDescriptor.xml"/>
1381+
<arg value="${project.basedir}/target/effective-pom.xml" />
1382+
<arg value="${project.basedir}/src/main/xslt/pom-to-release.xslt" />
1383+
<arg value="time=${maven.build.timestamp}" />
1384+
<arg line="-o:${project.basedir}/target/release-descriptor/releaseDescriptor.xml" />
13851385
</java>
13861386
</target>
13871387
</configuration>
@@ -1489,7 +1489,7 @@
14891489
</goals>
14901490
</pluginExecutionFilter>
14911491
<action>
1492-
<ignore/>
1492+
<ignore />
14931493
</action>
14941494
</pluginExecution>
14951495
<pluginExecution>
@@ -1502,7 +1502,7 @@
15021502
</goals>
15031503
</pluginExecutionFilter>
15041504
<action>
1505-
<ignore/>
1505+
<ignore />
15061506
</action>
15071507
</pluginExecution>
15081508
</pluginExecutions>
@@ -2004,36 +2004,36 @@
20042004
</goals>
20052005
<configuration>
20062006
<target xmlns:fx="javafx:com.sun.javafx.tools.ant">
2007-
<taskdef resource="com/sun/javafx/tools/ant/antlib.xml" uri="javafx:com.sun.javafx.tools.ant" classpath="${env.JAVA_HOME}/lib/ant-javafx.jar"/>
2007+
<taskdef resource="com/sun/javafx/tools/ant/antlib.xml" uri="javafx:com.sun.javafx.tools.ant" classpath="${env.JAVA_HOME}/lib/ant-javafx.jar" />
20082008
<fx:deploy outdir="${project.build.directory}/javapackager" outfile="dp2" nativeBundles="image">
20092009
<fx:application id="org.daisy.pipeline2" mainClass="org.apache.felix.main.Main" name="DAISY Pipeline 2" version="${project.version}">
20102010
</fx:application>
20112011
<fx:info description="A tool for automated production of accessible digital publication" title="DAISY Pipeline 2" vendor="DAISY Consortium">
2012-
<fx:icon href="${project.basedir}/src/main/mac/pipeline-logo.icns"/>
2012+
<fx:icon href="${project.basedir}/src/main/mac/pipeline-logo.icns" />
20132013
</fx:info>
20142014
<fx:platform j2se="8.0+">
2015-
<fx:jvmarg value="-Xms256M"/>
2016-
<fx:jvmarg value="-Xmx1G"/>
2017-
<fx:jvmarg value="-XX:PermSize=16M"/>
2018-
<fx:jvmarg value="-XX:MaxPermSize=256M"/>
2019-
<fx:property name="org.daisy.pipeline.main.mode" value="gui"/>
2020-
<fx:property name="org.daisy.pipeline.home" value="."/>
2021-
<fx:property name="org.daisy.pipeline.data" value="data"/>
2022-
<fx:property name="org.daisy.pipeline.base" value="."/>
2023-
<fx:property name="org.daisy.pipeline.ws.localfs" value="true"/>
2024-
<fx:property name="org.daisy.pipeline.ws.authentication" value="false"/>
2025-
<fx:property name="felix.config.properties" value="file:etc/config.properties"/>
2026-
<fx:property name="felix.system.properties" value="file:etc/system.properties"/>
2015+
<fx:jvmarg value="-Xms256M" />
2016+
<fx:jvmarg value="-Xmx1G" />
2017+
<fx:jvmarg value="-XX:PermSize=16M" />
2018+
<fx:jvmarg value="-XX:MaxPermSize=256M" />
2019+
<fx:property name="org.daisy.pipeline.main.mode" value="gui" />
2020+
<fx:property name="org.daisy.pipeline.home" value="." />
2021+
<fx:property name="org.daisy.pipeline.data" value="data" />
2022+
<fx:property name="org.daisy.pipeline.base" value="." />
2023+
<fx:property name="org.daisy.pipeline.ws.localfs" value="true" />
2024+
<fx:property name="org.daisy.pipeline.ws.authentication" value="false" />
2025+
<fx:property name="felix.config.properties" value="file:etc/config.properties" />
2026+
<fx:property name="felix.system.properties" value="file:etc/system.properties" />
20272027
</fx:platform>
20282028
<fx:resources>
2029-
<fx:fileset type="jar" dir="${project.build.directory}/assembly-${project.version}-mac/daisy-pipeline" includes="system/bootstrap/felix.jar"/>
2030-
<fx:fileset type="license" os="osx" dir="${project.build.directory}/assembly-${project.version}-mac/daisy-pipeline" includes="NOTICE.txt"/>
2029+
<fx:fileset type="jar" dir="${project.build.directory}/assembly-${project.version}-mac/daisy-pipeline" includes="system/bootstrap/felix.jar" />
2030+
<fx:fileset type="license" os="osx" dir="${project.build.directory}/assembly-${project.version}-mac/daisy-pipeline" includes="NOTICE.txt" />
20312031
<fx:fileset dir="${project.build.directory}/assembly-${project.version}-mac/daisy-pipeline">
2032-
<include name="**/*"/>
2032+
<include name="**/*" />
20332033
</fx:fileset>
20342034
</fx:resources>
2035-
<fx:bundleArgument arg="mac.CFBundleIdentifier" value="org.daisy.pipeline2"/>
2036-
<fx:bundleArgument arg="mac.CFBundleVersion" value="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"/>
2035+
<fx:bundleArgument arg="mac.CFBundleIdentifier" value="org.daisy.pipeline2" />
2036+
<fx:bundleArgument arg="mac.CFBundleVersion" value="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}" />
20372037
</fx:deploy>
20382038
</target>
20392039
</configuration>

0 commit comments

Comments
 (0)