Skip to content

Commit

Permalink
Update to Apache Sling cp2fm converter 1.1.20.
Browse files Browse the repository at this point in the history
This fixes #175
  • Loading branch information
cziegeler committed Oct 17, 2022
1 parent 99077b8 commit 8aef89a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions aem-project-tool/pom.xml
Expand Up @@ -49,7 +49,7 @@ governing permissions and limitations under the License.
<outputDirectory>${project.build.directory}/classes</outputDirectory>
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
<includeArtifactIds>aemanalyser-core,org.osgi.framework,org.osgi.dto,org.osgi.resource,commons-lang,org.apache.sling.feature,org.apache.sling.feature.extension.apiregions,geronimo-json_1.1_spec,johnzon-core,org.apache.felix.cm.json,org.osgi.util.converter,org.osgi.util.function,slf4j-api,slf4j-simple</includeArtifactIds>
<includeArtifactIds>aemanalyser-core,org.osgi.framework,org.osgi.dto,org.osgi.resource,commons-lang,org.apache.sling.feature,org.apache.sling.feature.extension.apiregions,org.apache.sling.repoinit.parser,geronimo-json_1.1_spec,johnzon-core,org.apache.felix.cm.json,org.osgi.util.converter,org.osgi.util.function,slf4j-api,slf4j-simple</includeArtifactIds>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -142,9 +142,13 @@ governing permissions and limitations under the License.
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.cpconverter</artifactId>
<version>1.1.18</version>
<version>1.1.20</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.repoinit.parser</artifactId>
<version>1.7.0</version>
</dependency>

<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin.plugin.interpolation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aemanalyser-core/pom.xml
Expand Up @@ -72,7 +72,7 @@ governing permissions and limitations under the License.
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.cpconverter</artifactId>
<version>1.1.18</version>
<version>1.1.20</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions aemanalyser-maven-plugin/pom.xml
Expand Up @@ -182,7 +182,7 @@ governing permissions and limitations under the License.
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.repoinit.parser</artifactId>
<version>1.6.14</version>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>javax.jcr</groupId>
Expand Down Expand Up @@ -224,7 +224,7 @@ governing permissions and limitations under the License.
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.cpconverter</artifactId>
<version>1.1.18</version>
<version>1.1.20</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit 8aef89a

Please sign in to comment.