Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgag committed May 10, 2024
1 parent 11a2482 commit 1afdacc
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 50 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/maven-publish.yml

This file was deleted.

4 changes: 2 additions & 2 deletions domains-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<groupId>de.mtg</groupId>
<artifactId>domains-util</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<parent>
<groupId>de.mtg</groupId>
<artifactId>jzlint-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions jlint-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.mtg</groupId>
<artifactId>jlint-ext</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<description>Additional lints for certificates and revocation lists.</description>
<url>https://github.com/MTG-AG/jzlint</url>
<organization>
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>de.mtg</groupId>
<artifactId>jzlint-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions jlint-issuer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.mtg</groupId>
<artifactId>jlint-issuer</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<description>Lints for certificates and revocation lists in combination with their issuer.</description>
<url>https://github.com/MTG-AG/jzlint</url>
<organization>
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>de.mtg</groupId>
<artifactId>jzlint-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions jlint-ocsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.mtg</groupId>
<artifactId>jlint-ocsp</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<description>Linter for OCSP responses.</description>
<url>https://github.com/MTG-AG/jzlint</url>
<organization>
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>de.mtg</groupId>
<artifactId>jzlint-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions jzlint-ca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.mtg</groupId>
<artifactId>jzlint-ca</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand All @@ -15,7 +15,7 @@
<parent>
<groupId>de.mtg</groupId>
<artifactId>jzlint-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jzlint-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.mtg</groupId>
<artifactId>jzlint-cli</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<description>A command-line interface tool to lint certificates, revocation lists, and OCSP responses with JZLint.</description>
<url>https://github.com/MTG-AG/jzlint</url>
<organization>
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>de.mtg</groupId>
<artifactId>jzlint-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions jzlint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.mtg</groupId>
<artifactId>jzlint</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<description>Linter for certificates and revocation lists.</description>
<url>https://github.com/MTG-AG/jzlint</url>
<organization>
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>de.mtg</groupId>
<artifactId>jzlint-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.mtg</groupId>
<artifactId>jzlint-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<name>jzlint-parent</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit 1afdacc

Please sign in to comment.