File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 6
6
<artifactId >javasdk</artifactId >
7
7
<version >0.0.1</version >
8
8
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
+
9
33
<properties >
10
34
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
35
<maven .compiler.source>1.8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments