Skip to content

Commit b6a87ee

Browse files
Reverted a change caused by a PR
1 parent b11c92e commit b6a87ee

File tree

6 files changed

+52
-52
lines changed

6 files changed

+52
-52
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## ZeroBounce India Java SDK
1+
## ZeroBounce Java SDK
22

3-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.zerobounce.in.java/zerobouncesdk/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.zerobounce.in.java/zerobouncesdk) [![Build Status](https://github.com/zerobounce/zero-bounce-india-java-sdk-setup/actions/workflows/publish.yml/badge.svg)](https://github.com/zerobounce/zero-bounce-india-java-sdk-setup/actions/workflows/publish.yml)
3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.zerobounce.java/zerobouncesdk/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.zerobounce.java/zerobouncesdk) [![Build Status](https://github.com/zerobounce/zero-bounce-java-sdk-setup/actions/workflows/publish.yml/badge.svg)](https://github.com/zerobounce/zero-bounce-java-sdk-setup/actions/workflows/publish.yml)
44

55
This SDK contains methods for interacting easily with ZeroBounce API.
66
More information about ZeroBounce you can find in the [official documentation](https://www.zerobounce.net/docs/).\
@@ -12,7 +12,7 @@ This SDK is built using the Java 1.8 version.
1212
You can install ZeroBounceSDK by adding the dependency to your `pom.xml` file:
1313
```xml
1414
<dependency>
15-
<groupId>com.zerobounce.in.java</groupId>
15+
<groupId>com.zerobounce.java</groupId>
1616
<artifactId>zerobouncesdk</artifactId>
1717
<version>1.1.6</version>
1818
</dependency>
@@ -27,7 +27,7 @@ You can install ZeroBounceSDK by adding the dependency to your `pom.xml` file:
2727
```shell
2828
mvn org.apache.maven.plugins:maven-install-plugin:2.3.1:install-file \
2929
-Dfile=zero-bounce-sdk/out/artifacts/zerobouncesdk_jar/zerobouncesdk.jar \
30-
-DgroupId=com.zerobounce.in.java \
30+
-DgroupId=com.zerobounce.java \
3131
-DartifactId=zerobouncesdk \
3232
-Dversion=1.1.6 \
3333
-Dpackaging=jar \
@@ -56,7 +56,7 @@ We highly recommend you use the latest version available on Maven. However, if y
5656
3. Inside the `<dependencies></dependencies>` block, paste the following code:
5757
```xml
5858
<dependency>
59-
<groupId>com.zerobounce.in.java</groupId>
59+
<groupId>com.zerobounce.java</groupId>
6060
<artifactId>zerobouncesdk</artifactId>
6161
<version>1.1.6</version>
6262
</dependency>
@@ -389,8 +389,8 @@ If you want to manually publish to the Nexus repository (and then release it to
389389
```
390390
391391
You should then go to the [Nexus Sonatype](https://s01.oss.sonatype.org/), login and then open *Staging Repositories* and click on *Refresh*. Here you'll see the artifact you just uploaded. In order to publish it, you have to **close** it and then **release** it. These actions will take a few minutes to complete. After **releasing** the artifact, it will take:
392-
- a few hours before you can see it on the [Maven Repository](https://repo1.maven.org/maven2/com/zerobounce/in/java/zerobouncesdk/) and on the [Sonatype Search](https://central.sonatype.com/artifact/com.zerobounce.in.java/zerobouncesdk/1.1.6)
393-
- 1-3 days before you can see it on the [MVN Repository](https://mvnrepository.com/artifact/com.zerobounce.in.java/zerobouncesdk)
392+
- a few hours before you can see it on the [Maven Repository](https://repo1.maven.org/maven2/com/zerobounce/java/zerobouncesdk/) and on the [Sonatype Search](https://central.sonatype.com/artifact/com.zerobounce.java/zerobouncesdk/1.1.6)
393+
- 1-3 days before you can see it on the [MVN Repository](https://mvnrepository.com/artifact/com.zerobounce.java/zerobouncesdk)
394394
395395
396396
## Exporting and importing PGP keys

documentation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You can install ZeroBounceSDK by adding the dependency to your `pom.xml` file:
44
```xml
55
<dependency>
6-
<groupId>com.zerobounce.in.java</groupId>
6+
<groupId>com.zerobounce.java</groupId>
77
<artifactId>zerobouncesdk</artifactId>
88
<version>1.1.6</version>
99
</dependency>
@@ -18,7 +18,7 @@ You can install ZeroBounceSDK by adding the dependency to your `pom.xml` file:
1818
```shell
1919
mvn org.apache.maven.plugins:maven-install-plugin:2.3.1:install-file \
2020
-Dfile=zero-bounce-sdk/out/artifacts/zerobouncesdk_jar/zerobouncesdk.jar \
21-
-DgroupId=com.zerobounce.in.java \
21+
-DgroupId=com.zerobounce.java \
2222
-DartifactId=zerobouncesdk \
2323
-Dversion=1.1.6 \
2424
-Dpackaging=jar \
@@ -47,7 +47,7 @@ We highly recommend you use the latest version available on Maven. However, if y
4747
3. Inside the `<dependencies></dependencies>` block, paste the following code:
4848
```xml
4949
<dependency>
50-
<groupId>com.zerobounce.in.java</groupId>
50+
<groupId>com.zerobounce.java</groupId>
5151
<artifactId>zerobouncesdk</artifactId>
5252
<version>1.1.6</version>
5353
</dependency>
@@ -380,8 +380,8 @@ If you want to manually publish to the Nexus repository (and then release it to
380380
```
381381
382382
You should then go to the [Nexus Sonatype](https://s01.oss.sonatype.org/), login and then open *Staging Repositories* and click on *Refresh*. Here you'll see the artifact you just uploaded. In order to publish it, you have to **close** it and then **release** it. These actions will take a few minutes to complete. After **releasing** the artifact, it will take:
383-
- a few hours before you can see it on the [Maven Repository](https://repo1.maven.org/maven2/com/zerobounce/in/java/zerobouncesdk/) and on the [Sonatype Search](https://central.sonatype.com/artifact/com.zerobounce.in.java/zerobouncesdk/1.1.6)
384-
- 1-3 days before you can see it on the [MVN Repository](https://mvnrepository.com/artifact/com.zerobounce.in.java/zerobouncesdk)
383+
- a few hours before you can see it on the [Maven Repository](https://repo1.maven.org/maven2/com/zerobounce/java/zerobouncesdk/) and on the [Sonatype Search](https://central.sonatype.com/artifact/com.zerobounce.java/zerobouncesdk/1.1.6)
384+
- 1-3 days before you can see it on the [MVN Repository](https://mvnrepository.com/artifact/com.zerobounce.java/zerobouncesdk)
385385
386386
387387
#### Exporting and importing PGP keys

documentation_es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ Si deseas publicar manualmente en el repositorio Nexus (y luego publicarlo en Ma
378378
```
379379
380380
Luego, debes ir a [Nexus Sonatype](https://s01.oss.sonatype.org/), iniciar sesión y luego abrir *Staging Repositories* y hacer clic en *Refresh*. Aquí verás el artefacto que acabas de cargar. Para publicarlo, debes **cerrarlo** y luego **publicarlo**. Estas acciones tardarán algunos minutos en completarse. Después de **publicar** el artefacto, llevará:
381-
- algunas horas antes de que puedas verlo en el [Repositorio Maven](https://repo1.maven.org/maven2/com/zerobounce/in/java/zerobouncesdk/) y en la [Búsqueda de Sonatype](https://central.sonatype.com/artifact/com.zerobounce.in.java/zerobouncesdk/1.1.6)
382-
- 1-3 días antes de que puedas verlo en el [Repositorio MVN](https://mvnrepository.com/artifact/com.zerobounce.in.java/zerobouncesdk)
381+
- algunas horas antes de que puedas verlo en el [Repositorio Maven](https://repo1.maven.org/maven2/com/zerobounce/java/zerobouncesdk/) y en la [Búsqueda de Sonatype](https://central.sonatype.com/artifact/com.zerobounce.java/zerobouncesdk/1.1.6)
382+
- 1-3 días antes de que puedas verlo en el [Repositorio MVN](https://mvnrepository.com/artifact/com.zerobounce.java/zerobouncesdk)
383383
384384
#### Exportación e importación de claves PGP
385385
1. Exporta las claves:

zero-bounce-sdk/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>com.zerobounce.in.java</groupId>
5+
<groupId>com.zerobounce.java</groupId>
66
<artifactId>zerobouncesdk</artifactId>
77
<version>1.1.6</version>
88
<packaging>jar</packaging>
99

10-
<name>ZeroBounceSDK India</name>
11-
<description>The ZeroBounce India SDK for Java</description>
12-
<url>https://github.com/zerobounce/zero-bounce-india-java-sdk-setup</url>
10+
<name>ZeroBounceSDK</name>
11+
<description>The ZeroBounce SDK for Java</description>
12+
<url>https://github.com/zerobounce/zero-bounce-java-sdk-setup</url>
1313

1414
<developers>
1515
<developer>
1616
<name>Zero Bounce</name>
17-
<email>integrations@zerobounce.in</email>
18-
<url>https://www.zerobounce.in/</url>
17+
<email>integrations@zerobounce.net</email>
18+
<url>https://www.zerobounce.net/</url>
1919
</developer>
2020
</developers>
2121

@@ -28,9 +28,9 @@
2828
</licenses>
2929

3030
<scm>
31-
<url>https://github.com/zerobounce/zero-bounce-india-java-sdk-setup</url>
32-
<connection>scm:git:[email protected]:zerobounce/zero-bounce-india-java-sdk-setup.git</connection>
33-
<developerConnection>scm:git:[email protected]:zerobounce/zero-bounce-india-java-sdk-setup.git</developerConnection>
31+
<url>https://github.com/zerobounce/zero-bounce-java-sdk-setup</url>
32+
<connection>scm:git:[email protected]:zerobounce/zero-bounce-java-sdk-setup.git</connection>
33+
<developerConnection>scm:git:[email protected]:zerobounce/zero-bounce-java-sdk-setup.git</developerConnection>
3434
</scm>
3535

3636
<properties>

zero-bounce-sdk/src/main/java/com/zerobounce/ZeroBounceSDK.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ public static ZeroBounceSDK getInstance() {
4747
return instance;
4848
}
4949

50-
final String apiBaseUrl = "https://api.zerobounce.in/v2";
51-
private final String bulkApiBaseUrl = "https://bulkapi.zerobounce.in/v2";
52-
private final String bulkApiScoringBaseUrl = "https://bulkapi.zerobounce.in/v2/scoring";
50+
final String apiBaseUrl = "https://api.zerobounce.net/v2";
51+
private final String bulkApiBaseUrl = "https://bulkapi.zerobounce.net/v2";
52+
private final String bulkApiScoringBaseUrl = "https://bulkapi.zerobounce.net/v2/scoring";
5353
private final SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd", Locale.US);
5454

5555
private String apiKey;

0 commit comments

Comments
 (0)