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 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>
You can’t perform that action at this time.
0 commit comments