Skip to content

Commit 81a2ebb

Browse files
committed
Fix version to 0.1-SNAPSHOT in index.html and remove sentinels
1 parent 50e4786 commit 81a2ebb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,3 @@ String formatted = Json.toDisplayString(data, 2);
221221
// ]
222222
// }
223223
```
224-
225-
<!-- SENTINEL: This is README.md -->

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h3>Maven Dependency</h3>
8282
<pre><code>&lt;dependency&gt;
8383
&lt;groupId&gt;jdk-sandbox&lt;/groupId&gt;
8484
&lt;artifactId&gt;json-experimental&lt;/artifactId&gt;
85-
&lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
85+
&lt;version&gt;0.1-SNAPSHOT&lt;/version&gt;
8686
&lt;/dependency&gt;</code></pre>
8787

8888
<h3>Simple Example</h3>
@@ -140,6 +140,5 @@ <h2>License</h2>
140140
<p>Licensed under the GNU General Public License version 2 with Classpath exception,
141141
same as the OpenJDK project.</p>
142142
</div>
143-
<!-- SENTINEL: This is index.html -->
144143
</body>
145144
</html>

0 commit comments

Comments
 (0)