This is an automated email from the ASF dual-hosted git repository.
snoopdave pushed a commit to branch roller-5.2.x
in repository https://gitbox.apache.org/repos/asf/roller.git
The following commit(s) were added to refs/heads/roller-5.2.x by this push:
new ab235cc [ROL-2127] add upgrade to allowed action names for Install
action and prepare for 5.2.3 release
ab235cc is described below
commit ab235cc3e5be23e9194833c62589a6077d69534a
Author: Dave Johnson <[email protected]>
AuthorDate: Sat Jan 19 12:25:22 2019 -0500
[ROL-2127] add upgrade to allowed action names for Install action and
prepare for 5.2.3 release
---
it-selenium/pom.xml | 2 +-
it-selenium/src/test/resources/roller-jettyrun.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/it-selenium/pom.xml b/it-selenium/pom.xml
index 6b6b9e7..9fd3093 100644
--- a/it-selenium/pom.xml
+++ b/it-selenium/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.roller</groupId>
<artifactId>roller-project</artifactId>
- <version>5.2.2</version>
+ <version>5.2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/it-selenium/src/test/resources/roller-jettyrun.properties
b/it-selenium/src/test/resources/roller-jettyrun.properties
index e56e06b..ea5c808 100644
--- a/it-selenium/src/test/resources/roller-jettyrun.properties
+++ b/it-selenium/src/test/resources/roller-jettyrun.properties
@@ -23,7 +23,7 @@
hibernate.transaction.factory_class=org.hibernate.transaction.JDBCTransactionFac
passwds.encryption.enabled=false
# use src copy of themes for read-only access
-themes.dir=target/roller-selenium-tests-5.2.2/themes
+themes.dir=target/roller-selenium-tests-5.2.3/themes
# put work in work dir
search.index.dir =target/work/search-index