@@ -222,7 +222,7 @@ limitations under the License.
222222 <tidy-pom .version>1.3.0</tidy-pom .version>
223223
224224 <!-- dependency versions -->
225- <addlib .version>4.0.0-SNAPSHOT </addlib .version>
225+ <addlib .version>4.0.0</addlib .version>
226226 <assertj .version>3.17.1</assertj .version>
227227 <brics-automaton .version>1.12-4</brics-automaton .version>
228228 <build-tools .version>0.1.1</build-tools .version>
@@ -575,26 +575,6 @@ limitations under the License.
575575 </dependencies >
576576 </dependencyManagement >
577577
578- <repositories >
579- <!-- explicitly name maven-central, so it is queried first -->
580- <repository >
581- <id >maven-central</id >
582- <name >Maven Central Repository</name >
583- <url >https://repo.maven.apache.org/maven2/</url >
584- </repository >
585- <repository >
586- <name >Central Portal Snapshots</name >
587- <id >central-portal-snapshots</id >
588- <url >https://central.sonatype.com/repository/maven-snapshots/</url >
589- <releases >
590- <enabled >false</enabled >
591- </releases >
592- <snapshots >
593- <enabled >true</enabled >
594- </snapshots >
595- </repository >
596- </repositories >
597-
598578 <!--
599579 ================================= BUILD PLUGINS =============================
600580 -->
@@ -732,7 +712,7 @@ limitations under the License.
732712 <detectLinks >true</detectLinks >
733713 <linksource >false</linksource >
734714 <links >
735- <!-- <link>${addlib.apidocs}</link> -- >
715+ <link >${addlib.apidocs} </link >
736716 <link >${brics-automaton.apidocs} </link >
737717 <link >${checkerframework.apidocs} </link >
738718 <link >${guava.apidocs} </link >
0 commit comments