diff --git a/HISTORY b/HISTORY index 8c8bcd47..ae4890d7 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,7 @@ -??? 2.1.0 +2019-12-11 3.0.1 + - Fixed installation issues on new instances + +2019-11-22 3.0.0 - Update to Groovy Console 14.0.0 - Groovy Console binding: - ACL testing allows to check rights of your groups diff --git a/api/pom.xml b/api/pom.xml index 1acb0122..c7c81728 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ de.valtech.aecu aecu - 3.0.0 + 3.0.1 aecu.api diff --git a/bundle/pom.xml b/bundle/pom.xml index 04bde42b..b1f300b7 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -5,7 +5,7 @@ de.valtech.aecu aecu - 3.0.0 + 3.0.1 aecu.bundle diff --git a/core/pom.xml b/core/pom.xml index ef5bf482..f2ee4761 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ de.valtech.aecu aecu - 3.0.0 + 3.0.1 aecu.core diff --git a/examples/pom.xml b/examples/pom.xml index d77a6096..d700e30a 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ de.valtech.aecu aecu - 3.0.0 + 3.0.1 aecu.examples diff --git a/pom.xml b/pom.xml index 2b555d14..34f3f962 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.valtech.aecu aecu pom - 3.0.0 + 3.0.1 AECU AEM Easy Content Upgrade https://github.com/valtech/aem-easy-content-upgrade diff --git a/sonar-project.properties b/sonar-project.properties index 83bd7314..109ff878 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=aecu # this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1. sonar.projectName=AEM Easy Content Upgrade -sonar.projectVersion=2.0.2-SNAPSHOT +sonar.projectVersion=3.0.1-SNAPSHOT # Encoding of the source code. Default is default system encoding sonar.sourceEncoding=UTF-8 diff --git a/ui.apps/pom.xml b/ui.apps/pom.xml index b7c5821c..014e60d2 100644 --- a/ui.apps/pom.xml +++ b/ui.apps/pom.xml @@ -5,7 +5,7 @@ de.valtech.aecu aecu - 3.0.0 + 3.0.1 aecu.ui.apps diff --git a/ui.apps/src/main/content/META-INF/vault/filter.xml b/ui.apps/src/main/content/META-INF/vault/filter.xml index 22e959d1..ace3d927 100644 --- a/ui.apps/src/main/content/META-INF/vault/filter.xml +++ b/ui.apps/src/main/content/META-INF/vault/filter.xml @@ -6,16 +6,22 @@ - + + + + - - + + + + + diff --git a/ui.apps/src/main/content/jcr_root/conf/global/settings/.content.xml b/ui.apps/src/main/content/jcr_root/conf/global/settings/.content.xml new file mode 100755 index 00000000..457768dc --- /dev/null +++ b/ui.apps/src/main/content/jcr_root/conf/global/settings/.content.xml @@ -0,0 +1,6 @@ + + + diff --git a/ui.apps/src/main/content/jcr_root/conf/global/settings/granite/.content.xml b/ui.apps/src/main/content/jcr_root/conf/global/settings/granite/.content.xml new file mode 100755 index 00000000..d575b897 --- /dev/null +++ b/ui.apps/src/main/content/jcr_root/conf/global/settings/granite/.content.xml @@ -0,0 +1,4 @@ + + + diff --git a/ui.apps/src/main/content/jcr_root/conf/global/settings/granite/operations/.content.xml b/ui.apps/src/main/content/jcr_root/conf/global/settings/granite/operations/.content.xml new file mode 100755 index 00000000..d575b897 --- /dev/null +++ b/ui.apps/src/main/content/jcr_root/conf/global/settings/granite/operations/.content.xml @@ -0,0 +1,4 @@ + + +