Skip to content

Commit

Permalink
resolved issues
Browse files Browse the repository at this point in the history
  • Loading branch information
michielspiritus7 committed Aug 18, 2023
1 parent 4f0b66d commit 7ec71e9
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.0-SNAPSHOT</version>
</parent>

<artifactId>aecu.api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,11 @@ public interface ContentUpgrade {
ContentUpgrade filterByNotProperty(String name, Object value);

/**
* Filters by matching a single property.
* Filters by matching a single property using a regular expression for the value. This is
* intended for single value properties.
*
* @param name property name
* @param value property value
* @param regex regular expression to match value
* @return upgrade object
*/
ContentUpgrade filterByPropertyIsMultiple(String name, Object value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* Filters resources by a given property. The filter only matches if the attribute exists and has
* the exact given value and the property is an array or a list.
*
* @author Roland Gruber
* @author Michiel Spiritus
*/
public class FilterByPropertyIsMultiple implements FilterBy {

Expand Down
2 changes: 1 addition & 1 deletion cloud.startup.hook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.0-SNAPSHOT</version>
</parent>

<artifactId>aecu.cloud.startup.hook</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion complete-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.O-SNAPSHOT</version>
</parent>

<artifactId>aecu.complete.cloud</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion complete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.0-SNAPSHOT</version>
</parent>

<artifactId>aecu.complete</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.0-SNAPSHOT</version>
</parent>

<artifactId>aecu.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.0-SNAPSHOT</version>
</parent>

<artifactId>aecu.examples-cloud</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.0-SNAPSHOT</version>
</parent>

<artifactId>aecu.examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oak.index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.0-SNAPSHOT</version>
</parent>

<artifactId>aecu.oak.index</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<packaging>pom</packaging>
<version>6.4.1-SNAPSHOT</version>
<version>6.5.0-SNAPSHOT</version>
<name>AECU</name>
<description>AEM Easy Content Upgrade</description>
<url>https://github.com/valtech/aem-easy-content-upgrade</url>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=6.5.1-SNAPSHOT
sonar.projectVersion=6.5.0-SNAPSHOT

# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
Expand Down
2 changes: 1 addition & 1 deletion ui.apps.structure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.0-SNAPSHOT</version>
</parent>

<artifactId>aecu.ui.apps.structure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.0-SNAPSHOT</version>
</parent>

<artifactId>aecu.ui.apps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui.content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.0-SNAPSHOT</version>
</parent>

<artifactId>aecu.ui.content</artifactId>
Expand Down

0 comments on commit 7ec71e9

Please sign in to comment.