-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release odftoolkit-0.12.0
- Loading branch information
Showing
8 changed files
with
67 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,12 +23,12 @@ | |
<parent> | ||
<groupId>org.odftoolkit</groupId> | ||
<artifactId>odftoolkit</artifactId> | ||
<version>0.12.0-SNAPSHOT</version> | ||
<version>0.12.0</version> | ||
</parent> | ||
|
||
<!-- The Basics --> | ||
<artifactId>schema2template-pom</artifactId> | ||
<version>0.12.0-SNAPSHOT</version> | ||
<version>0.12.0</version> | ||
<packaging>pom</packaging> | ||
|
||
<properties> | ||
|
@@ -118,7 +118,7 @@ | |
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection> | ||
<developerConnection>scm:git:[email protected]:tdf/odftoolkit.git</developerConnection> | ||
<url>https://github.com/tdf/odftoolkit/tree/trunk/generator</url> | ||
<tag>HEAD</tag> | ||
<tag>odftoolkit-0.12.0</tag> | ||
</scm> | ||
|
||
<profiles> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,11 +24,11 @@ | |
<parent> | ||
<groupId>org.odftoolkit</groupId> | ||
<artifactId>odftoolkit</artifactId> | ||
<version>0.12.0-SNAPSHOT</version> | ||
<version>0.12.0</version> | ||
</parent> | ||
|
||
<artifactId>odfdom-java</artifactId> | ||
<version>0.12.0-SNAPSHOT</version> | ||
<version>0.12.0</version> | ||
<packaging>jar</packaging> | ||
|
||
<dependencies> | ||
|
@@ -363,7 +363,7 @@ | |
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection> | ||
<developerConnection>scm:git:[email protected]:tdf/odftoolkit.git</developerConnection> | ||
<url>https://github.com/tdf/odftoolkit/tree/trunk/odfdom</url> | ||
<tag>HEAD</tag> | ||
<tag>odftoolkit-0.12.0</tag> | ||
</scm> | ||
<profiles> | ||
<profile> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,13 +21,13 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.odftoolkit</groupId> | ||
<artifactId>odftoolkit</artifactId> | ||
<version>0.12.0-SNAPSHOT</version> | ||
<version>0.12.0</version> | ||
<packaging>pom</packaging> | ||
<parent> | ||
<groupId>org.apache</groupId> | ||
<artifactId>apache</artifactId> | ||
<version>31</version> | ||
<relativePath/> | ||
<relativePath /> | ||
</parent> | ||
<properties> | ||
<javadoc.bottom>Copyright © {inceptionYear}–2018 Apache Software Foundation; Copyright © 2018–{currentYear} {organizationName}. All rights reserved.</javadoc.bottom> | ||
|
@@ -207,7 +207,7 @@ | |
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection> | ||
<developerConnection>scm:git:[email protected]:tdf/odftoolkit.git</developerConnection> | ||
<url>https://github.com/tdf/odftoolkit.git</url> | ||
<tag>HEAD</tag> | ||
<tag>odftoolkit-0.12.0</tag> | ||
</scm> | ||
<issueManagement> | ||
<system>GitHub Issues</system> | ||
|
@@ -611,89 +611,89 @@ | |
<configuration> | ||
<target> | ||
<!-- MAKE 3 DIRECTORIES --> | ||
<mkdir dir="${release.dir.bin}"/> | ||
<mkdir dir="${release.dir.doc}"/> | ||
<mkdir dir="${release.dir.src}"/> | ||
<mkdir dir="${release.tmpdir.bin}"/> | ||
<mkdir dir="${release.tmpdir.doc}"/> | ||
<mkdir dir="${release.tmpdir.src}"/> | ||
<mkdir dir="${release.dir.bin}" /> | ||
<mkdir dir="${release.dir.doc}" /> | ||
<mkdir dir="${release.dir.src}" /> | ||
<mkdir dir="${release.tmpdir.bin}" /> | ||
<mkdir dir="${release.tmpdir.doc}" /> | ||
<mkdir dir="${release.tmpdir.src}" /> | ||
<!-- COLLECT FILES OF BUNDLES --> | ||
<!-- collect binary artefacts --> | ||
<copy todir="${release.tmpdir.bin}" flatten="true"> | ||
<fileset dir="${basedir}"> | ||
<include name="*.txt"/> | ||
<include name="KEYS"/> | ||
<include name="NOTICE"/> | ||
<include name="LICENSE"/> | ||
<include name="odfdom/target/*.jar"/> | ||
<include name="simple/target/*.jar"/> | ||
<include name="validator/target/*.war"/> | ||
<include name="validator/target/*.jar"/> | ||
<include name="xslt-runner/target/*.jar"/> | ||
<include name="xslt-runner-task/target/*.jar"/> | ||
<exclude name="**/target/**-javadoc.jar"/> | ||
<exclude name="**/target/**-sources.jar"/> | ||
<include name="*.txt" /> | ||
<include name="KEYS" /> | ||
<include name="NOTICE" /> | ||
<include name="LICENSE" /> | ||
<include name="odfdom/target/*.jar" /> | ||
<include name="simple/target/*.jar" /> | ||
<include name="validator/target/*.war" /> | ||
<include name="validator/target/*.jar" /> | ||
<include name="xslt-runner/target/*.jar" /> | ||
<include name="xslt-runner-task/target/*.jar" /> | ||
<exclude name="**/target/**-javadoc.jar" /> | ||
<exclude name="**/target/**-sources.jar" /> | ||
</fileset> | ||
</copy> | ||
<!-- collect documentation artefacts - without directory hierarchy --> | ||
<copy todir="${release.tmpdir.doc}" flatten="true"> | ||
<fileset dir="${basedir}"> | ||
<include name="*.txt"/> | ||
<include name="KEYS"/> | ||
<include name="NOTICE"/> | ||
<include name="LICENSE"/> | ||
<include name="**/target/*-javadoc.jar"/> | ||
<include name="*.txt" /> | ||
<include name="KEYS" /> | ||
<include name="NOTICE" /> | ||
<include name="LICENSE" /> | ||
<include name="**/target/*-javadoc.jar" /> | ||
</fileset> | ||
</copy> | ||
<!-- collect documentation artefacts - keeping directory hierarchy --> | ||
<copy todir="${release.tmpdir.doc}/site"> | ||
<fileset dir="${basedir}/docs"/> | ||
<fileset dir="${basedir}/docs" /> | ||
</copy> | ||
<!-- collect source code --> | ||
<copy todir="${release.tmpdir.src}"> | ||
<fileset dir="${basedir}"> | ||
<include name="**"/> | ||
<exclude name="**/target/**"/> | ||
<exclude name="**/.vscode/**"/> | ||
<exclude name="**/.project"/> | ||
<exclude name="**/.classpath"/> | ||
<exclude name="**/.nb-configuration.xml"/> | ||
<exclude name="**/.settings/**"/> | ||
<exclude name="**/.classes/**"/> | ||
<exclude name="**/.idea"/> | ||
<include name="**" /> | ||
<exclude name="**/target/**" /> | ||
<exclude name="**/.vscode/**" /> | ||
<exclude name="**/.project" /> | ||
<exclude name="**/.classpath" /> | ||
<exclude name="**/.nb-configuration.xml" /> | ||
<exclude name="**/.settings/**" /> | ||
<exclude name="**/.classes/**" /> | ||
<exclude name="**/.idea" /> | ||
</fileset> | ||
</copy> | ||
<!-- ZIP FILES to 3 BUNDLES --> | ||
<zip basedir="${release.tmpdir.bin}" destfile="${basedir}/target/${release.zip.bin}"/> | ||
<zip basedir="${release.tmpdir.doc}" destfile="${basedir}/target/${release.zip.doc}"/> | ||
<zip basedir="${release.tmpdir.src}" destfile="${basedir}/target/${release.zip.src}"/> | ||
<zip basedir="${release.tmpdir.bin}" destfile="${basedir}/target/${release.zip.bin}" /> | ||
<zip basedir="${release.tmpdir.doc}" destfile="${basedir}/target/${release.zip.doc}" /> | ||
<zip basedir="${release.tmpdir.src}" destfile="${basedir}/target/${release.zip.src}" /> | ||
<!-- SIGN 3 BUNDLES --> | ||
<checksum algorithm="SHA-512" fileext=".sha"> | ||
<fileset dir="${basedir}/target"> | ||
<include name="*.zip"/> | ||
<include name="*.tar.gz"/> | ||
<include name="*.tar.bz2"/> | ||
<include name="*.zip" /> | ||
<include name="*.tar.gz" /> | ||
<include name="*.tar.bz2" /> | ||
</fileset> | ||
</checksum> | ||
<!-- MOVE THE 3 BUNDLES --> | ||
<move todir="${release.dir.bin}"> | ||
<fileset dir="${basedir}/target"> | ||
<include name="*-bin.*"/> | ||
<include name="*-bin.*" /> | ||
</fileset> | ||
</move> | ||
<move todir="${release.dir.doc}"> | ||
<fileset dir="${basedir}/target"> | ||
<include name="*-doc.*"/> | ||
<include name="*-doc.*" /> | ||
</fileset> | ||
</move> | ||
<move todir="${release.dir.src}"> | ||
<fileset dir="${basedir}/target"> | ||
<include name="*-src.*"/> | ||
<include name="*-src.*" /> | ||
</fileset> | ||
</move> | ||
<!-- DELETE TEMPORARY DIRECTORIES>--> | ||
<delete quiet="true" dir="${basedir}/target/archive-tmp"/> | ||
<delete quiet="true" dir="${release.tmpdir}"/> | ||
<delete quiet="true" dir="${basedir}/target/archive-tmp" /> | ||
<delete quiet="true" dir="${release.tmpdir}" /> | ||
<echo>*** The release has been prepared in: ${release.dir} ***</echo> | ||
</target> | ||
</configuration> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,11 +24,11 @@ | |
<parent> | ||
<groupId>org.odftoolkit</groupId> | ||
<artifactId>odftoolkit</artifactId> | ||
<version>0.12.0-SNAPSHOT</version> | ||
<version>0.12.0</version> | ||
</parent> | ||
|
||
<artifactId>taglets</artifactId> | ||
<version>0.12.0-SNAPSHOT</version> | ||
<version>0.12.0</version> | ||
<packaging>jar</packaging> | ||
|
||
<properties> | ||
|
@@ -119,7 +119,7 @@ | |
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection> | ||
<developerConnection>scm:git:[email protected]:tdf/odftoolkit.git</developerConnection> | ||
<url>https://github.com/tdf/odftoolkit/tree/trunk/taglets</url> | ||
<tag>HEAD</tag> | ||
<tag>odftoolkit-0.12.0</tag> | ||
</scm> | ||
<profiles> | ||
<profile> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,17 +24,17 @@ | |
<parent> | ||
<groupId>org.odftoolkit</groupId> | ||
<artifactId>odftoolkit</artifactId> | ||
<version>0.12.0-SNAPSHOT</version> | ||
<version>0.12.0</version> | ||
</parent> | ||
<artifactId>odfvalidator</artifactId> | ||
<version>0.12.0-SNAPSHOT</version> | ||
<version>0.12.0</version> | ||
<packaging>war</packaging> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>odfdom-java</artifactId> | ||
<version>0.12.0-SNAPSHOT</version> | ||
<version>0.12.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-fileupload</groupId> | ||
|
@@ -312,7 +312,7 @@ | |
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection> | ||
<developerConnection>scm:git:[email protected]:tdf/odftoolkit.git</developerConnection> | ||
<url>https://github.com/tdf/odftoolkit/tree/trunk/validator</url> | ||
<tag>HEAD</tag> | ||
<tag>odftoolkit-0.12.0</tag> | ||
</scm> | ||
<profiles> | ||
<profile> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters