Skip to content

Commit 9b6ca30

Browse files
satwikareddy3facebook-github-bot
authored andcommitted
Java version bump up
Summary: to include changes in D80429621 Reviewed By: liliarizona Differential Revision: D80541811 fbshipit-source-id: bc61b62b9701f3d233f911fac1cefec23cea325e
1 parent cd23d86 commit 9b6ca30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.facebook.business.sdk</groupId>
55
<artifactId>facebook-java-business-sdk</artifactId>
66
<packaging>jar</packaging>
7-
<version>23.0.2</version>
7+
<version>23.0.3</version>
88
<name>${project.groupId}:${project.artifactId}</name>
99
<description>Facebook Business Solutions SDK for Java</description>
1010
<url>https://developers.facebook.com/docs/marketing-api/sdks</url>
@@ -56,7 +56,7 @@
5656
<extensions>true</extensions>
5757
<configuration>
5858
<serverId>ossrh</serverId>
59-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
59+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
6060
<autoReleaseAfterClose>true</autoReleaseAfterClose>
6161
</configuration>
6262
</plugin>
@@ -180,7 +180,7 @@
180180
<distributionManagement>
181181
<snapshotRepository>
182182
<id>ossrh</id>
183-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
183+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
184184
</snapshotRepository>
185185
</distributionManagement>
186186
</project>

src/main/java/com/facebook/ads/sdk/APIConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ public class APIConfig {
2727
public static final String DEFAULT_API_VERSION = "v23.0";
2828
public static final String DEFAULT_API_BASE = "https://graph.facebook.com";
2929
public static final String DEFAULT_VIDEO_API_BASE = "https://graph-video.facebook.com";
30-
public static final String USER_AGENT = "fbbizsdk-java-v23.0.2";
30+
public static final String USER_AGENT = "fbbizsdk-java-v23.0.3";
3131
};

0 commit comments

Comments
 (0)