Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(sdk) : adding distrubution management section #32

Merged
merged 9 commits into from
Oct 8, 2024
14 changes: 10 additions & 4 deletions java/v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@
<url>https://github.com/factset/stachschema</url>
<description>Google Protocol buffer classes for FactSet STACH tabular format which represents complex multi-dimensional array of data. These classes help in the serialization and deserialization of STACH formatted data. See GitHub repository documentation for more information.</description>

<distributionManagement>
<repository>
<id>ossrh</id>
<name>Central Repository OSSRH</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<scm>
<connection>scm:git:git://github.com/factset/stachschema.git</connection>
<developerConnection>scm:git:ssh://github.com:factset/stachschema.git</developerConnection>
<url>http://github.com/factset/stachschema/tree/master</url>
<connection>scm:git:git://github.com/factset/stachschema-sdks.git</connection>
<developerConnection>scm:git:ssh://github.com:factset/stachschema-sdks.git</developerConnection>
<url>http://github.com/factset/stachschema-sdks/tree/master</url>
</scm>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
Loading