Skip to content

Commit 8cc39a1

Browse files
committed
Add relevant information to pom.xml for alpha release
1 parent 698f3c7 commit 8cc39a1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@
66
<artifactId>javasdk</artifactId>
77
<version>0.0.1</version>
88

9+
<name>OpenFeature Java SDK</name>
10+
<description>This is the Java implementation of OpenFeature, a vendor-agnostic abstraction library for evaluating feature flags.</description>
11+
<url>https://openfeature.dev</url>
12+
<developers>
13+
<developer>
14+
<id>abrahms</id>
15+
<name>Justin Abrahms</name>
16+
<organization>eBay</organization>
17+
<url>https://justin.abrah.ms/</url>
18+
</developer>
19+
</developers>
20+
<licenses>
21+
<license>
22+
<name>Apache License 2.0</name>
23+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
24+
</license>
25+
</licenses>
26+
27+
<scm>
28+
<connection>scm:git:https://github.com/open-feature/java-sdk.git</connection>
29+
<developerConnection>scm:git:https://github.com/open-feature/java-sdk.git</developerConnection>
30+
<url>https://github.com/open-feature/java-sdk</url>
31+
</scm>
32+
933
<properties>
1034
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1135
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)