Skip to content

Commit bd282cd

Browse files
committed
made changes
1 parent 50fc3cc commit bd282cd

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

auto-generated-sdk/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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
13

24
# engines-sdk
35

auto-generated-sdk/pom.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
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>
1223
<repository>
1324
<id>ossrh</id>
1425
<name>Central Repository OSSRH</name>
@@ -91,6 +102,15 @@
91102
</execution>
92103
</executions>
93104
</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>
94114

95115
<!-- attach test jar -->
96116
<plugin>
@@ -331,5 +351,10 @@
331351
<threetenbp-version>2.9.10</threetenbp-version>
332352
<javax-annotation-version>1.3.2</javax-annotation-version>
333353
<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>
334359
</properties>
335360
</project>

0 commit comments

Comments
 (0)