Skip to content

Commit 057bbf9

Browse files
authored
JCR-5219: set baseline comparisonVersion to latest stable (2.22.3) (#324)
1 parent 5e265c8 commit 057bbf9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/config/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
@org.osgi.annotation.versioning.Version("2.22.2")
17+
@org.osgi.annotation.versioning.Version("2.22.4")
1818
package org.apache.jackrabbit.jcr2spi.config;

jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
@org.osgi.annotation.versioning.Version("2.22.2")
17+
@org.osgi.annotation.versioning.Version("2.22.4")
1818
package org.apache.jackrabbit.jcr2spi;

jackrabbit-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
</goals>
407407
<configuration>
408408
<!-- this should refer to the latest stable release -->
409-
<comparisonVersion>2.22.1</comparisonVersion>
409+
<comparisonVersion>2.22.3</comparisonVersion>
410410
</configuration>
411411
</execution>
412412
</executions>

0 commit comments

Comments
 (0)