Skip to content

Commit

Permalink
Consolidated new temporary PGP keys into com.aoapps:pgp-keys-map
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Sep 28, 2023
1 parent 9990bf8 commit 4de0ebf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ along with semanticcms-parent. If not, see <https://www.gnu.org/licenses/>.
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-parent</artifactId><version>1.20.1-POST-SNAPSHOT</version>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-parent</artifactId><version>1.20.2-SNAPSHOT</version>
</parent>

<groupId>com.semanticcms</groupId><artifactId>semanticcms-parent-book</artifactId><version>1.20.1-POST-SNAPSHOT</version>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-parent-book</artifactId><version>1.20.2-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ along with semanticcms-parent. If not, see <https://www.gnu.org/licenses/>.
shortTitle="Changelog"
tocLevels="1"
datePublished="2016-11-13T18:03:31-06:00"
dateModified="2023-09-25T01:33:49Z"
dateModified="2023-09-28T21:47:35Z"
allowRobots="false"
>
<c:set var="latestRelease" value="1.20.1" />
Expand All @@ -53,7 +53,11 @@ along with semanticcms-parent. If not, see <https://www.gnu.org/licenses/>.
artifactId="@{documented.artifactId}"
repository="@{nexusUrl}content/repositories/snapshots/"
scmUrl="@{project.scm.url}"
/>
>
<ul>
<li>Updated to latest release of <ao:a href="https://github.com/s4u/pgp-keys-map">PGP keys map to maven artifacts</ao:a>.</li>
</ul>
</changelog:release>
</c:if>

<changelog:release
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ along with semanticcms-parent. If not, see <https://www.gnu.org/licenses/>.
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.aoapps</groupId><artifactId>ao-oss-parent</artifactId><version>1.24.2-POST-SNAPSHOT</version>
<groupId>com.aoapps</groupId><artifactId>ao-oss-parent</artifactId><version>1.24.3-SNAPSHOT</version>
<relativePath>../../oss/parent/pom.xml</relativePath>
</parent>

<groupId>com.semanticcms</groupId><artifactId>semanticcms-parent</artifactId><version>1.20.1-POST-SNAPSHOT</version>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-parent</artifactId><version>1.20.2-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 4de0ebf

Please sign in to comment.