Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu authored Oct 17, 2023
1 parent ebda5bb commit 6d8514d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* first real release ([#6](https://github.com/sverrehu/shhsoft4/issues/6)) ([ebda5bb](https://github.com/sverrehu/shhsoft4/commit/ebda5bb0b74e639856b1887958f2a194f33d749d))

## [0.0.1](https://github.com/sverrehu/shhsoft4/compare/v0.0.0...v0.0.1) (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.0.2-SNAPSHOT</version>
<version>0.1.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.0.2-SNAPSHOT</version>
<version>0.1.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.0.2-SNAPSHOT</version>
<version>0.1.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.0.2-SNAPSHOT</version>
<version>0.1.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.0.2-SNAPSHOT</version>
<version>0.1.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.0.2-SNAPSHOT</version>
<version>0.1.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.0.2-SNAPSHOT</version>
<version>0.1.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.0.2-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 6d8514d

Please sign in to comment.