Skip to content

Commit

Permalink
Performing release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Nov 16, 2016
1 parent f112b3c commit 1b0ad4d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ along with semanticcms-dia-servlet. If not, see <http://www.gnu.org/licenses />
<parent>
<groupId>com.semanticcms</groupId>
<artifactId>semanticcms-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ along with semanticcms-dia-servlet. If not, see <http://www.gnu.org/licenses />
shortTitle="Changelog"
tocLevels="1"
datePublished="2016-10-30T22:14:53-0500"
dateModified="2016-11-13T21:10:46-0600"
dateModified="2016-11-16T16:57:24-0600"
>
<!-- The current snapshot, unreleased version -->
<c:set var="version" value="@{com.semanticcms:semanticcms-dia-servlet:pom.version}" />
Expand All @@ -51,17 +51,26 @@ along with semanticcms-dia-servlet. If not, see <http://www.gnu.org/licenses />
groupId="@{documented.groupId}"
artifactId="@{documented.artifactId}"
scmUrl="@{documented.scm.url}"
>
<ul>
<li>New <ao:a href="https://aoindustries.com/ao-oss-parent/">AO OSS Parent</ao:a> POM to simplify <code>pom.xml</code> files.</li>
<li>Implemented getLastModified in servlets corresponding to resource last modified.</li>
<li>Project documentation moved to per-project book in <core:link book="/" page="/index.jspx" /> format.</li>
<li>Added changelog as top-level project link.</li>
<li>Content type of <code>application/x-dia-diagram</code> for <code>*.dia</code> files now set in <code>/META-INF/web-fragment.xml</code> instead of a servlet filter.</li>
</ul>
</changelog:release>
/>
</c:if>

<changelog:release
projectName="@{documented.name}"
version="1.4.2"
datePublished="2016-11-16T16:57:24-0600"
groupId="@{documented.groupId}"
artifactId="@{documented.artifactId}"
scmUrl="@{documented.scm.url}"
>
<ul>
<li>New <ao:a href="https://aoindustries.com/ao-oss-parent/">AO OSS Parent</ao:a> POM to simplify <code>pom.xml</code> files.</li>
<li>Implemented getLastModified in servlets corresponding to resource last modified.</li>
<li>Project documentation moved to per-project book in <core:link book="/" page="/index.jspx" /> format.</li>
<li>Added changelog as top-level project link.</li>
<li>Content type of <code>application/x-dia-diagram</code> for <code>*.dia</code> files now set in <code>/META-INF/web-fragment.xml</code> instead of a servlet filter.</li>
</ul>
</changelog:release>

<changelog:release
projectName="@{documented.name}"
version="1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ along with semanticcms-dia-servlet. If not, see <http://www.gnu.org/licenses />
<parent>
<groupId>com.semanticcms</groupId>
<artifactId>semanticcms-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 1b0ad4d

Please sign in to comment.