Skip to content

Commit

Permalink
bump ADDLib version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtf90 committed Oct 27, 2023
1 parent 0c50a96 commit 921ff80
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ limitations under the License.
<tidy-pom.version>1.2.0</tidy-pom.version>

<!-- dependency versions -->
<addlib.version>2.0.20-BETA-SNAPSHOT</addlib.version>
<addlib.version>3.0.0</addlib.version>
<assertj.version>3.17.1</assertj.version>
<buildergen.version>0.1</buildergen.version>
<brics-automaton.version>1.12-4</brics-automaton.version>
Expand Down Expand Up @@ -598,20 +598,6 @@ limitations under the License.
</dependencies>
</dependencyManagement>

<repositories>
<!-- explicitly name maven-central, so it is queried first -->
<repository>
<id>maven-central</id>
<name>Maven Central Repository</name>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>

<!--
================================= BUILD PLUGINS =============================
-->
Expand Down

0 comments on commit 921ff80

Please sign in to comment.