Skip to content

Commit c013d50

Browse files
committed
Change publishing to cental and bump version
1 parent acd75fd commit c013d50

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

pom.xml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.ironcorelabs</groupId>
99
<artifactId>tenant-security-java</artifactId>
1010
<packaging>jar</packaging>
11-
<version>7.2.2</version>
11+
<version>7.2.3</version>
1212
<name>tenant-security-java</name>
1313
<url>https://ironcorelabs.com/docs</url>
1414
<description>Java client library for the IronCore Labs Tenant Security Proxy.</description>
@@ -35,18 +35,6 @@
3535
<url>http://github.com/ironcorelabs</url>
3636
</developer>
3737
</developers>
38-
39-
<distributionManagement>
40-
<snapshotRepository>
41-
<id>sonatype-nexus-snapshots</id>
42-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
43-
</snapshotRepository>
44-
<repository>
45-
<id>sonatype-nexus</id>
46-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
47-
</repository>
48-
</distributionManagement>
49-
5038
<properties>
5139
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5240
</properties>
@@ -252,6 +240,16 @@
252240
</execution>
253241
</executions>
254242
</plugin>
243+
<plugin>
244+
<groupId>org.sonatype.central</groupId>
245+
<artifactId>central-publishing-maven-plugin</artifactId>
246+
<version>0.7.0</version>
247+
<extensions>true</extensions>
248+
<configuration>
249+
<publishingServerId>central</publishingServerId>
250+
<autoPublish>true</autoPublish>
251+
</configuration>
252+
</plugin>
255253
</plugins>
256254
</build>
257255
</project>

src/main/java/com/ironcorelabs/tenantsecurity/kms/v1/TenantSecurityRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ final class TenantSecurityRequest implements Closeable {
5555
private final int timeout;
5656

5757
// TSC version that will be sent to the TSP.
58-
static final String sdkVersion = "7.2.2";
58+
static final String sdkVersion = "7.2.3";
5959

6060
TenantSecurityRequest(String tspDomain, String apiKey, int requestThreadSize, int timeout) {
6161
HttpHeaders headers = new HttpHeaders();

0 commit comments

Comments
 (0)