File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/facebook/ads/sdk Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff 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};
You can’t perform that action at this time.
0 commit comments