Skip to content

Commit

Permalink
1.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Jul 9, 2023
1 parent 0b9cc40 commit b4e586f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>
<body>

<release version="1.0.2-SNAPSHOT" date="2023-??-??"
<release version="1.0.2" date="2023-07-09"
description="Dependency updates.">
<action dev="essiembre" type="update">
Maven dependency updates: norconex-collector-core 2.0.2,
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.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>javadoc-resources</artifactId>
<name>Norconex Maven Shared Javadoc Resources</name>
Expand Down
8 changes: 4 additions & 4 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.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>
<name>Norconex Commons Maven Parent</name>

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

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

<!-- Apache Commons dependencies -->
<commons-cli.version>1.4</commons-cli.version>
Expand Down

0 comments on commit b4e586f

Please sign in to comment.