Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu committed Oct 20, 2023
1 parent 4543184 commit 3178172
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.0](https://github.com/sverrehu/shhsoft4/compare/v0.1.0...v0.2.0) (2023-10-20)


### Features

* add net module ([#12](https://github.com/sverrehu/shhsoft4/issues/12)) ([9a48a30](https://github.com/sverrehu/shhsoft4/commit/9a48a30caea73305ff46b556c2ed774a1303a697))
* use Java 11 ([#10](https://github.com/sverrehu/shhsoft4/issues/10)) ([03855f9](https://github.com/sverrehu/shhsoft4/commit/03855f90ba21b98e5916b97b4ba08ef4c41cf641))


### Bug Fixes

* rewrite deprecated calls ([#13](https://github.com/sverrehu/shhsoft4/issues/13)) ([4543184](https://github.com/sverrehu/shhsoft4/commit/454318441d47b63fed7163494779b8efcac351cd))

## [0.1.0](https://github.com/sverrehu/shhsoft4/compare/v0.0.1...v0.1.0) (2023-10-17)


Expand Down
2 changes: 1 addition & 1 deletion jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>no.shhsoft</groupId>
<artifactId>shhsoft4</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>no.shhsoft</groupId>
<artifactId>shhsoft4</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>no.shhsoft</groupId>
<artifactId>shhsoft4</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>no.shhsoft</groupId>
<artifactId>shhsoft4</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>no.shhsoft</groupId>
<artifactId>shhsoft4</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion phonetic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>no.shhsoft</groupId>
<artifactId>shhsoft4</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>no.shhsoft</groupId>
<artifactId>shhsoft4</artifactId>
<packaging>pom</packaging>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>A collection of some of Sverre's Java utilities. Most of them age-old, but still usable.</description>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>no.shhsoft</groupId>
<artifactId>shhsoft4</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion web-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>no.shhsoft</groupId>
<artifactId>shhsoft4</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 3178172

Please sign in to comment.