Skip to content

Commit 310ae22

Browse files
committed
Released new minor version because sonatype somehow did not release the jar file (no changes)
1 parent c750009 commit 310ae22

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PKI Express package for Java
44

55
This package contains classes that encapsulate the calls to the PKI Express.
66

7-
The **PKI Express package** is distributed by [Maven](https://search.maven.org/artifact/com.lacunasoftware.pkiexpress/pki-express/1.21.2/jar).
7+
The **PKI Express package** is distributed by [Maven](https://search.maven.org/artifact/com.lacunasoftware.pkiexpress/pki-express/1.21.3/jar).
88

99
The recommended way to install it is with Gradle:
1010

@@ -13,7 +13,7 @@ The recommended way to install it is with Gradle:
1313
}
1414

1515
dependencies {
16-
implementation 'com.lacunasoftware.pkiexpress:pki-express:1.21.2'
16+
implementation 'com.lacunasoftware.pkiexpress:pki-express:1.21.3'
1717
...
1818
}
1919

@@ -22,7 +22,7 @@ Or with Maven:
2222
<dependency>
2323
<groupId>com.lacunasoftware.pkiexpress</groupId>
2424
<artifactId>pki-express</artifactId>
25-
<version>1.21.2/version>
25+
<version>1.21.3/version>
2626
<type>pom</type>
2727
</dependency>
2828

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ targetCompatibility = JavaVersion.VERSION_1_7
1111

1212
group = 'com.lacunasoftware.pkiexpress'
1313
archivesBaseName = 'pki-express'
14-
version = '1.21.2'
14+
version = '1.21.3'
1515

1616
repositories {
1717
mavenCentral()

src/main/java/com/lacunasoftware/pkiexpress/Metadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import java.util.List;
66

77
public class Metadata extends PkiExpressOperator {
8-
public static final String LIBRARY_VERSION = "1.21.2";
8+
public static final String LIBRARY_VERSION = "1.21.3";
99

1010
public Metadata(PkiExpressConfig config) {
1111
super(config);

0 commit comments

Comments
 (0)