Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 17, 2021
1 parent 9d525a6 commit c9668c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 c9668c7

Please sign in to comment.