Skip to content

Commit

Permalink
Set version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ste-gr committed Oct 31, 2023
1 parent 6247c06 commit 3990081
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 23 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changes

## 1.3 / YYYY-MM-DD
## 1.3.0 / 2023-10-31

* Set version to 1.3.0
* Add release-profile and update `README.md`
* Set better javadoc-options for generating JavaDocs
* Add missing throws-tag in JavaDocs
Expand Down
6 changes: 3 additions & 3 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$Id$

Commons Chain Package
Version 1.3
Version 1.3.0
Release Notes

INTRODUCTION:
Expand All @@ -14,12 +14,12 @@ o https://weblegacy.github.io/commons-chain/

COMPATIBILITY
=============
Chain 1.3 (Core) is nearly binary and source compatible with version 1.2.
Chain 1.3.0 (Core) is nearly binary and source compatible with version 1.2.

For detail differences see
o https://weblegacy.github.io/commons-chain/commons-chain/japicmp.html

The packages from Chain 1.3 (Web-part) are renamed:
The packages from Chain 1.3.0 (Web-part) are renamed:
JEE8-compatible
o org.apache.commons.chain.web.faces --> org.apache.commons.chain.web.javax.faces
o org.apache.commons.chain.web.portlet --> org.apache.commons.chain.web.javax.portlet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-apps-jakarta</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-apps-jakarta-example1</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-apps-jakarta</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-apps-jakarta-example2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-chain-apps/commons-chain-apps-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-apps</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-apps-jakarta</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-apps-javax</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-apps-javax-example1</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-apps-javax</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-apps-javax-example2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-chain-apps/commons-chain-apps-javax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-apps</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-apps-javax</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-chain-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-apps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-chain-web-jakarta-faces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-web-jakarta-faces</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-chain-web-jakarta-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-web-jakarta-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-chain-web-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-web-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-chain-web-javax-faces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-web-javax-faces</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-chain-web-javax-portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-web-javax-portlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-chain-web-javax-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-web-javax-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-chain-web-javax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-web-javax</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-chain-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-chain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>commons-chain</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.weblegacy</groupId>
<artifactId>commons-chain-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
<name>Commons Chain :: Parent</name>
<packaging>pom</packaging>
<organization>
Expand Down Expand Up @@ -412,7 +412,6 @@
<notimestamp>true</notimestamp>
<release>9</release>
<legacyMode>true</legacyMode>
<locale>en</locale>
<tags>
<tag>
<name>apiNote</name>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>

<release version="1.3-SNAPSHOT" date="2008-06-02" description="Submodules / JEE9+ / Generics / JPMS / SLF4J">
<release version="1.3.0" date="2023-10-31" description="Submodules / JEE9+ / Generics / JPMS / SLF4J">
<action dev="ste-gr" type="add">
Add release-profile and update README.md
</action>
Expand Down

0 comments on commit 3990081

Please sign in to comment.