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 Mar 15, 2024
2 parents 11dce4b + 4f5c55d commit 1bc85b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/pom.xml
Expand Up @@ -318,7 +318,7 @@ along with semanticcms-file-taglib. If not, see <https://www.gnu.org/licenses/>
</dependency>
<!-- javaee-web-api-bom: <groupId>javax.el</groupId><artifactId>javax.el-api</artifactId> -->
<dependency>
<groupId>joda-time</groupId><artifactId>joda-time</artifactId><version>2.12.6</version>
<groupId>joda-time</groupId><artifactId>joda-time</artifactId><version>2.12.7</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 @@ -447,7 +447,7 @@ along with semanticcms-file-taglib. If not, see <https://www.gnu.org/licenses/>
<groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.14.0</version>
</dependency>
<dependency>
<groupId>joda-time</groupId><artifactId>joda-time</artifactId><version>2.12.6</version>
<groupId>joda-time</groupId><artifactId>joda-time</artifactId><version>2.12.7</version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-pages-local</artifactId><version>2.0.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
Expand Down

0 comments on commit 1bc85b3

Please sign in to comment.