Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Sep 26, 2023
2 parents afa01c7 + 2fb4767 commit 7f5702a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ along with semanticcms-core-sitemap. If not, see <https://www.gnu.org/licenses/
/ <a target="${javadoc.target}" href="${project.url}">Sitemap</a>]]></javadoc.breadcrumbs>

<description.html><![CDATA[Automatic <a target="${javadoc.target}" href="https://www.sitemaps.org/">sitemaps</a> for <a target="${javadoc.target}" href="https://semanticcms.com/">SemanticCMS</a>.]]></description.html>
<!-- Dependencies -->
<commons-lang3.version>3.13.0</commons-lang3.version>
<spotbugs-annotations.version>4.7.3</spotbugs-annotations.version>
</properties>

<name>SemanticCMS Core Sitemap</name>
Expand Down Expand Up @@ -250,7 +247,7 @@ along with semanticcms-core-sitemap. If not, see <https://www.gnu.org/licenses/
<location>${project.build.directory}/offlineLinks/com.aoapps/ao-tempfiles-servlet</location>
</offlineLink>
<offlineLink>
<url>https://javadoc.io/doc/org.apache.commons/commons-lang3/${commons-lang3.version}/</url>
<url>https://javadoc.io/doc/org.apache.commons/commons-lang3/${org.apache.commons:commons-lang3:jar.version}/</url>
<location>${project.build.directory}/offlineLinks/org.apache.commons/commons-lang3</location>
</offlineLink>
<!-- ao-javadoc-offline: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId><classifier>javadoc</classifier> -->
Expand All @@ -275,7 +272,7 @@ along with semanticcms-core-sitemap. If not, see <https://www.gnu.org/licenses/
<location>${project.build.directory}/offlineLinks/com.semanticcms/semanticcms-core-renderer-html</location>
</offlineLink>
<offlineLink>
<url>https://javadoc.io/doc/com.github.spotbugs/spotbugs-annotations/${spotbugs-annotations.version}/</url>
<url>https://javadoc.io/doc/com.github.spotbugs/spotbugs-annotations/${com.github.spotbugs:spotbugs-annotations:jar.version}/</url>
<location>${project.build.directory}/offlineLinks/com.github.spotbugs/spotbugs-annotations</location>
</offlineLink>
<!-- Test Direct -->
Expand Down Expand Up @@ -366,7 +363,7 @@ along with semanticcms-core-sitemap. If not, see <https://www.gnu.org/licenses/
<groupId>com.aoapps</groupId><artifactId>ao-tempfiles-servlet</artifactId><version>3.0.0${POST-SNAPSHOT}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>${commons-lang3.version}</version>
<groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.13.0</version>
</dependency>
<!-- javaee-web-api-bom: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId> -->
<dependency>
Expand All @@ -385,7 +382,7 @@ along with semanticcms-core-sitemap. If not, see <https://www.gnu.org/licenses/
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-renderer-html</artifactId><version>2.0.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId><artifactId>spotbugs-annotations</artifactId><version>${spotbugs-annotations.version}</version>
<groupId>com.github.spotbugs</groupId><artifactId>spotbugs-annotations</artifactId><version>4.7.3</version>
</dependency>
<!-- Transitive -->
<dependency>
Expand Down

0 comments on commit 7f5702a

Please sign in to comment.