Skip to content

Commit

Permalink
deploy: dd80e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed Jul 24, 2024
1 parent c6ab9a4 commit bf8b994
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion include.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:author: Mohammad Hewedy, The Spring Data JPA MongoDB Expressions Team
:revnumber: 0.1.2
:revnumber: 0.1.3
:jsondir: ../src/test/resources
:sectlinks: true
:source-highlighter: highlight.js
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
<h1>Spring Data JPA MongoDB Expressions Reference Documentation</h1>
<div class="details">
<span id="author" class="author">Mohammad Hewedy, The Spring Data JPA MongoDB Expressions Team</span><br>
<span id="revnumber">version 0.1.2</span>
<span id="revnumber">version 0.1.3</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -561,7 +561,7 @@ <h4 id="_maven"><a class="link" href="#_maven">Maven</a></h4>
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependency&gt;
&lt;groupId&gt;com.github.mhewedy&lt;/groupId&gt;
&lt;artifactId&gt;spring-data-jpa-mongodb-expressions&lt;/artifactId&gt;
&lt;version&gt;0.1.2&lt;/version&gt;
&lt;version&gt;0.1.3&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand All @@ -570,7 +570,7 @@ <h4 id="_maven"><a class="link" href="#_maven">Maven</a></h4>
<h4 id="_gradle"><a class="link" href="#_gradle">Gradle</a></h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy">implementation 'com.github.mhewedy:spring-data-jpa-mongodb-expressions:0.1.2'</code></pre>
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy">implementation 'com.github.mhewedy:spring-data-jpa-mongodb-expressions:0.1.3'</code></pre>
</div>
</div>
<div class="admonitionblock important">
Expand Down Expand Up @@ -1697,8 +1697,8 @@ <h2 id="_how_to_build_the_expressions"><a class="link" href="#_how_to_build_the_
</div>
<div id="footer">
<div id="footer-text">
Version 0.1.2<br>
Last updated 2024-07-24 07:48:23 UTC
Version 0.1.3<br>
Last updated 2024-07-24 21:50:29 UTC
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/highlight.min.js"></script>
Expand Down

0 comments on commit bf8b994

Please sign in to comment.