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 Jan 11, 2024
2 parents 776b82f + 1430b43 commit e8396f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions book/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
semanticcms-core-docs - Documentation runner for Java API for modeling web page content and relationships.
Copyright (C) 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 AO Industries, Inc.
Copyright (C) 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 AO Industries, Inc.
support@aoindustries.com
7262 Bull Pen Cir
Mobile, AL 36695
Expand Down Expand Up @@ -255,7 +255,7 @@ along with semanticcms-core-docs. If not, see <https://www.gnu.org/licenses/>.
<!-- javaee-web-api-bom: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId> -->
<!-- javaee-web-api-bom: <groupId>javax.servlet.jsp</groupId><artifactId>javax.servlet.jsp-api</artifactId> -->
<dependency>
<groupId>joda-time</groupId><artifactId>joda-time</artifactId><version>2.12.5</version>
<groupId>joda-time</groupId><artifactId>joda-time</artifactId><version>2.12.6</version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-controller</artifactId><version>2.0.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -685,7 +685,7 @@ along with semanticcms-core-docs. If not, see <https://www.gnu.org/licenses/>.
<scope>provided</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId><artifactId>joda-time</artifactId><version>2.12.5</version>
<groupId>joda-time</groupId><artifactId>joda-time</artifactId><version>2.12.6</version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-changelog-taglib</artifactId><version>2.0.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
Expand Down

0 comments on commit e8396f2

Please sign in to comment.