Skip to content

Commit

Permalink
chore(main): release 0.0.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu committed Oct 17, 2023
1 parent 10c5b93 commit feb3184
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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


### Bug Fixes

* **ci:** add signing ([a671fd7](https://github.com/sverrehu/shhsoft4/commit/a671fd7b5e3c8d3bf4ea824700a947f8a215729b))
* deploy to Maven Central ([a214f36](https://github.com/sverrehu/shhsoft4/commit/a214f36c0cd1a751a0f321fafd8c9de9b1d418e4))
* foo ([4831ccd](https://github.com/sverrehu/shhsoft4/commit/4831ccdd3f9e3341556043d1fe150d30d8acc351))
* foo ([#3](https://github.com/sverrehu/shhsoft4/issues/3)) ([10c5b93](https://github.com/sverrehu/shhsoft4/commit/10c5b932c8a91e214245b13a8c8c1e0dcc12d62e))


### Documentation

* generate javadoc ([09ca208](https://github.com/sverrehu/shhsoft4/commit/09ca20869492643dbd5f5fc18b27a7650c165768))
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.1-SNAPSHOT</version>
<version>0.0.1</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.1-SNAPSHOT</version>
<version>0.0.1</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.1-SNAPSHOT</version>
<version>0.0.1</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.1-SNAPSHOT</version>
<version>0.0.1</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.1-SNAPSHOT</version>
<version>0.0.1</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.1-SNAPSHOT</version>
<version>0.0.1</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.1-SNAPSHOT</version>
<version>0.0.1</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.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit feb3184

Please sign in to comment.