Skip to content

Commit

Permalink
Merge branch 'develop' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 17, 2021
2 parents 26298dd + c343c4c commit 5409252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>

<release version="1.6.0" date="not released">
<release version="1.6.0" date="2021-01-17">
<action type="update" dev="sseifert">
Switch to AEM 6.4 as minimum version.
</action>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>io.wcm</groupId>
<artifactId>io.wcm.sling.models</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>jar</packaging>

<name>AEM Sling Models Extensions</name>
Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.sling.commons</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.testing.aem-mock.junit5</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5409252

Please sign in to comment.