Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Jan 2, 2022
1 parent 03feb6d commit cc68ecd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 38 deletions.
21 changes: 4 additions & 17 deletions CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,11 @@
<author email="[email protected]">Norconex Inc.</author>
</properties>
<body>
<release version="1.0.0-RC1" date="2021-??-??"
description="Changes since RC1.">
</release>

<release version="1.0.0-RC1" date="2021-10-08"
description="Release Candidate 1.">
<action dev="essiembre" type="update">
Maven managed dependency updates/additions: Apache Commons Lang 3.12.0,
Apache Commons IO 2.11.0, Apache Velocity Engine 2.3,
Apache HTTP Client 5.1, SLF4j 1.7.32, Jackson 2.13.0, Log4J 2.14.1,
AWS Java SDK 1.12.78, Picocli 4.6.1, JUnit 5.8.1, Testcontainers 1.16.0.
</action>
</release>

<release version="1.0.0-M2" date="2021-07-28"
description="Milestone release.">
<release version="1.0.0" date="2022-01-01"
description="General Availability release.">
<action dev="essiembre" type="add">
Second milestone release.
Initial release. Holds managed dependencies for Norconex
open-source projects.
</action>
</release>

Expand Down
2 changes: 1 addition & 1 deletion javadoc-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.norconex.commons</groupId>
<artifactId>norconex-commons-maven-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>javadoc-resources</artifactId>
<name>Norconex Maven Shared Javadoc Resources</name>
Expand Down
40 changes: 20 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.commons</groupId>
<artifactId>norconex-commons-maven-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>Norconex Commons Maven Parent</name>

Expand All @@ -31,40 +31,40 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Norconex dependencies -->
<norconex-commons-lang.version>2.0.0-SNAPSHOT</norconex-commons-lang.version>
<norconex-importer.version>3.0.0-SNAPSHOT</norconex-importer.version>
<norconex-committer-core.version>3.0.0-SNAPSHOT</norconex-committer-core.version>
<norconex-collector-core.version>2.0.0-SNAPSHOT</norconex-collector-core.version>
<norconex-collector-core.version>2.0.0</norconex-collector-core.version>
<norconex-committer-core.version>3.0.0</norconex-committer-core.version>
<norconex-commons-lang.version>2.0.0</norconex-commons-lang.version>
<norconex-importer.version>3.0.0</norconex-importer.version>

<!-- Apache Commons dependencies -->
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-collections4.version>4.4</commons-collections4.version>
<commons-io.version>2.11.0</commons-io.version>
<commons-text.version>1.9</commons-text.version>
<commons-cli.version>1.4</commons-cli.version>
<commons-logging.version>1.2</commons-logging.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-collections4.version>4.4</commons-collections4.version>
<commons-csv.version>1.9.0</commons-csv.version>
<commons-io.version>2.11.0</commons-io.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-logging.version>1.2</commons-logging.version>
<commons-text.version>1.9</commons-text.version>

<!-- Other dependencies -->
<xml-bind-api.version>2.3.3</xml-bind-api.version>
<aws-java-sdk.version>1.12.78</aws-java-sdk.version>
<ant.version>1.10.11</ant.version>
<httpclient5.version>5.1</httpclient5.version>
<jackson.version>2.13.0</jackson.version>
<jaxb-runtime.version>2.3.5</jaxb-runtime.version>
<java-cup.version>10k</java-cup.version>
<json.version>1.8</json.version>
<log4j.version>2.17.1</log4j.version>
<picocli.version>4.6.1</picocli.version>
<velocity-engine.version>2.3</velocity-engine.version>
<slf4j.version>1.7.32</slf4j.version>
<velocity-engine.version>2.3</velocity-engine.version>
<xerces.version>2.12.1</xerces.version>
<json.version>1.8</json.version>
<xml-bind-api.version>2.3.3</xml-bind-api.version>
<xpath2.version>2.1.100</xpath2.version>
<java-cup.version>10k</java-cup.version>
<jackson.version>2.13.0</jackson.version>
<log4j.version>2.17.0</log4j.version>
<ant.version>1.10.11</ant.version>
<aws-java-sdk.version>1.12.78</aws-java-sdk.version>
<httpclient5.version>5.1</httpclient5.version>

<!-- Test dependencies -->
<testcontainers.version>1.16.0</testcontainers.version>
<junit-jupiter.version>5.8.1</junit-jupiter.version>
<testcontainers.version>1.16.0</testcontainers.version>
</properties>

<inceptionYear>2019</inceptionYear>
Expand Down

0 comments on commit cc68ecd

Please sign in to comment.