Skip to content

Commit 1bd696a

Browse files
feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 71 for SDK version v6.3.1
1 parent 1af7e4f commit 1bd696a

2 files changed

Lines changed: 1 addition & 28 deletions

File tree

auto-generated-sdk/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## 🚨 THIS PACKAGE IS DEPRECATED!
2-
The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: https://central.sonatype.com/search?q=com.factset.sdk&smo=true
31

42
# engines-sdk
53

auto-generated-sdk/pom.xml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@
99
<url>https://github.com/factset/analyticsapi-engines-java-sdk</url>
1010
<description>The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: https://central.sonatype.com/search?q&#x3D;com.factset.sdk&amp;smo&#x3D;true</description>
1111
<distributionManagement>
12-
<snapshotRepository>
13-
<name>Central Portal Snapshots</name>
14-
<id>central-portal-snapshots</id>
15-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
16-
<releases>
17-
<enabled>false</enabled>
18-
</releases>
19-
<snapshots>
20-
<enabled>true</enabled>
21-
</snapshots>
22-
</snapshotRepository>
2312
<repository>
2413
<id>ossrh</id>
2514
<name>Central Repository OSSRH</name>
@@ -102,15 +91,6 @@
10291
</execution>
10392
</executions>
10493
</plugin>
105-
<plugin>
106-
<groupId>org.sonatype.central</groupId>
107-
<artifactId>central-publishing-maven-plugin</artifactId>
108-
<version>0.8.0</version>
109-
<extensions>true</extensions>
110-
<configuration>
111-
<deploymentName>${project.groupId}-${project.artifactId}-${project.version}</deploymentName>
112-
</configuration>
113-
</plugin>
11494

11595
<!-- attach test jar -->
11696
<plugin>
@@ -224,7 +204,7 @@
224204
<plugin>
225205
<groupId>org.apache.maven.plugins</groupId>
226206
<artifactId>maven-gpg-plugin</artifactId>
227-
<version>3.2.8</version>
207+
<version>1.6</version>
228208
<executions>
229209
<execution>
230210
<id>sign-artifacts</id>
@@ -351,10 +331,5 @@
351331
<threetenbp-version>2.9.10</threetenbp-version>
352332
<javax-annotation-version>1.3.2</javax-annotation-version>
353333
<junit-version>4.13.1</junit-version>
354-
<deprecated>true</deprecated>
355-
<deprecationMessage>
356-
The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet.
357-
Please choose the appropriate API-specific Enterprise SDK from these search results: https://central.sonatype.com/search?q&#x3D;com.factset.sdk&amp;smo&#x3D;true
358-
</deprecationMessage>
359334
</properties>
360335
</project>

0 commit comments

Comments
 (0)