Add relevant information to pom.xml for alpha release

This commit is contained in:
Justin Abrahms 2022-06-24 00:57:57 -05:00
parent 698f3c7f79
commit 8cc39a149c
No known key found for this signature in database
GPG Key ID: 599E2E12011DC474
1 changed files with 24 additions and 0 deletions

24
pom.xml
View File

@ -6,6 +6,30 @@
<artifactId>javasdk</artifactId>
<version>0.0.1</version>
<name>OpenFeature Java SDK</name>
<description>This is the Java implementation of OpenFeature, a vendor-agnostic abstraction library for evaluating feature flags.</description>
<url>https://openfeature.dev</url>
<developers>
<developer>
<id>abrahms</id>
<name>Justin Abrahms</name>
<organization>eBay</organization>
<url>https://justin.abrah.ms/</url>
</developer>
</developers>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/open-feature/java-sdk.git</connection>
<developerConnection>scm:git:https://github.com/open-feature/java-sdk.git</developerConnection>
<url>https://github.com/open-feature/java-sdk</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>