Skip to content

Commit

Permalink
Update to latest OSGi Mock, Sling Mock
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jul 17, 2024
1 parent 3ee0645 commit 30a35c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
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="5.5.6" date="not released">
<action type="update" dev="sseifert">
Update to latest OSGi Mock, Sling Mock.
</action>
</release>

<release version="5.5.4" date="not released">
<action type="update" dev="sseifert" issue="45">
MockExternalizer: Apply Sling Mapping for externalized URLs.
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<properties>

<!-- OSGi Mocks -->
<osgi-mock.version>3.4.2</osgi-mock.version>
<osgi-mock.version>3.5.0-SNAPSHOT</osgi-mock.version>

<!-- JCR Mocks -->
<jcr-mock.version>1.6.14</jcr-mock.version>
Expand All @@ -59,7 +59,7 @@
<resourceresolver-mock.version>1.4.6</resourceresolver-mock.version>

<!-- Sling Mock -->
<sling-mock.version>3.5.0</sling-mock.version>
<sling-mock.version>3.5.1-SNAPSHOT</sling-mock.version>

<!-- Servlet Helpers -->
<servlet-helpers.version>1.4.6</servlet-helpers.version>
Expand Down

0 comments on commit 30a35c7

Please sign in to comment.