Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Dec 22, 2019
1 parent c26095a commit cd8db97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions norconex-commons-lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.commons</groupId>
<artifactId>norconex-commons-lang</artifactId>
<version>1.15.1-SNAPSHOT</version>
<version>1.15.1</version>
<packaging>jar</packaging>
<name>Norconex Commons Lang</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<site.baseurl/>
<currentStableVersion>1.15.0</currentStableVersion>
<currentStableVersion>1.15.1</currentStableVersion>

<commons-lang3.version>3.6</commons-lang3.version>
<commons-configuration.version>1.10</commons-configuration.version>
Expand Down
2 changes: 1 addition & 1 deletion norconex-commons-lang/src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>
<body>

<release version="1.15.1-SNAPSHOT" date="2019-??-??" description="Maintenance release">
<release version="1.15.1" date="2019-12-21" description="Maintenance release">
<action dev="essiembre" type="add">
Added new normalization rules to URLNormalizer: removeQueryString,
lowerCase, lowerCasePath, lowerCaseQuery, lowerCaseQueryParameterNames,
Expand Down

0 comments on commit cd8db97

Please sign in to comment.