Skip to content

Commit

Permalink
Remove wagon from pom.xml (Using GH actions now) (#196)
Browse files Browse the repository at this point in the history
Revert recommended version to 1.5.3 in web pages

Co-authored-by: Carter Page <[email protected]>
  • Loading branch information
carterpage and Carter Page authored Jul 26, 2024
1 parent b4e2f5f commit ac0880c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@
<artifactId>maven-scm-manager-plexus</artifactId>
<version>1.12.2</version>
</extension>
<extension>
<groupId>org.kathrynhuxtable.maven.wagon</groupId>
<artifactId>wagon-gitsite</artifactId>
<version>0.3.1</version>
</extension>
</extensions>
</build>

Expand Down
2 changes: 1 addition & 1 deletion src/site/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2>Introduction</h2>
<li><a href="http://junit.org" target="_blank">JUnit</a></li>
</ul>

<p><br/>The current version of JSONassert is 2.0.0-SNAPSHOT</p>
<p><br/>The current version of JSONassert is 1.5.3</p>

<h2>Examples</h2>

Expand Down
2 changes: 1 addition & 1 deletion src/site/resources/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>Quick Start</h2>
<a>&lt;dependency&gt;</a><br/>
<a> &nbsp; &lt;groupId&gt;org.skyscreamer&lt;/groupId&gt;</a><br/>
<a> &nbsp; &lt;artifactId&gt;jsonassert&lt;/artifactId&gt;</a><br/>
<a> &nbsp; &lt;version&gt;2.0.0-SNAPSHOT&lt;/version&gt;</a><br/>
<a> &nbsp; &lt;version&gt;1.5.3&lt;/version&gt;</a><br/>
<a>&lt;/dependency&gt;</a><br/>
</blockquote>
</div>
Expand Down

0 comments on commit ac0880c

Please sign in to comment.