You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ad...@apache.org on 2021/07/20 10:54:02 UTC

[jackrabbit-oak] branch 1.22 updated: Fixed oak-doc and oak-doc-railroad-macro versions

This is an automated email from the ASF dual-hosted git repository.

adulceanu pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new 5c957a6  Fixed oak-doc and oak-doc-railroad-macro versions
5c957a6 is described below

commit 5c957a602d01a1484a238d0772fc2b453158ca3f
Author: Andrei Dulceanu <du...@adobe.com>
AuthorDate: Tue Jul 20 13:53:41 2021 +0300

    Fixed oak-doc and oak-doc-railroad-macro versions
---
 oak-doc-railroad-macro/pom.xml | 2 +-
 oak-doc/pom.xml                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/oak-doc-railroad-macro/pom.xml b/oak-doc-railroad-macro/pom.xml
index a25b423..3de4c14 100644
--- a/oak-doc-railroad-macro/pom.xml
+++ b/oak-doc-railroad-macro/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.jackrabbit</groupId>
         <artifactId>oak-parent</artifactId>
-        <version>1.22.8-SNAPSHOT</version>
+        <version>1.22.8</version>
         <relativePath>../oak-parent/pom.xml</relativePath>
     </parent>
 
diff --git a/oak-doc/pom.xml b/oak-doc/pom.xml
index bf6d678..959d42a 100644
--- a/oak-doc/pom.xml
+++ b/oak-doc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>oak-parent</artifactId>
-    <version>1.22.8-SNAPSHOT</version>
+    <version>1.22.8</version>
     <relativePath>../oak-parent/pom.xml</relativePath>
   </parent>