Skip to content

Commit

Permalink
Add relevant information to pom.xml for alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
justinabrahms committed Jun 24, 2022
1 parent 698f3c7 commit 8cc39a1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8cc39a1

Please sign in to comment.