From 55766099b9348e139eecd777ebfaf0f57f179a94 Mon Sep 17 00:00:00 2001 From: Alex Eng Date: Mon, 7 Dec 2015 19:48:46 +1000 Subject: [PATCH] fix(Project search&replace):fix bad encoding in search text https://zanata.atlassian.net/browse/ZNTA-812 --- docs/release-notes.md | 3 +-- pom.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 2457a48d59..6acd1a8f66 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -33,11 +33,10 @@ * [ZNTA-816](https://zanata.atlassian.net/browse/ZNTA-816) - No success/confirmation message after updating email via Settings->Profile * [ZNTA-811](https://zanata.atlassian.net/browse/ZNTA-811) - Downloaded translated .pot file has no extension * [ZNTA-726](https://zanata.atlassian.net/browse/ZNTA-726) - leading/trailing newline validation should not check the line numbers - * [ZNTA-818](https://zanata.atlassian.net/browse/ZNTA-818) - 'SHOW' does not work while changing password in the Settings twice - * [ZNTA-813](https://zanata.atlassian.net/browse/ZNTA-813) - Add tooltip for disabled account * [ZNTA-814](https://zanata.atlassian.net/browse/ZNTA-814) - handle enter key in inactive account page +* [ZNTA-812](https://zanata.atlassian.net/browse/ZNTA-812) - Project text search and replace does bad html safe encoding on search text ----------------------- diff --git a/pom.xml b/pom.xml index ba62f6988a..0cc3abc22d 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ ${weld.version} 2.4.5 18.0 - 2.6.1 + 2.7.0 50.1.1 ${project.build.sourceDirectory}/org/zanata 3.6.2 @@ -1379,11 +1379,11 @@ - org.apache.maven.plugins - maven-javadoc-plugin - - -Xdoclint:none - + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + org.codehaus.gmavenplus