|
16 | 16 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
17 | 17 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
18 | 18 | <modelVersion>4.0.0</modelVersion> |
| 19 | + <parent> |
| 20 | + <groupId>org.apache</groupId> |
| 21 | + <artifactId>apache</artifactId> |
| 22 | + <version>23</version> |
| 23 | + </parent> |
19 | 24 | <groupId>org.apache.teaclave.javasdk.thirdpartylibs</groupId> |
20 | 25 | <artifactId>bouncycastle-native</artifactId> |
21 | 26 | <version>0.1.0</version> |
22 | 27 | <properties> |
23 | 28 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
24 | 29 | <graal.version>22.2.0</graal.version> |
25 | 30 | </properties> |
| 31 | + <inceptionYear>2022</inceptionYear> |
| 32 | + <licenses> |
| 33 | + <license> |
| 34 | + <name>Apache License, Version 2.0</name> |
| 35 | + <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 36 | + <distribution>repo</distribution> |
| 37 | + </license> |
| 38 | + </licenses> |
| 39 | + <scm> |
| 40 | + <url>https://github.com/apache/incubator-teaclave-java-tee-sdk</url> |
| 41 | + <connection>scm:git:https://github.com/apache/incubator-teaclave-java-tee-sdk.git</connection> |
| 42 | + <developerConnection>scm:git:https://github.com/apache/incubator-teaclave-java-tee-sdk.git</developerConnection> |
| 43 | + <tag>HEAD</tag> |
| 44 | + </scm> |
| 45 | + <mailingLists> |
| 46 | + <mailingList> |
| 47 | + <name>Development List</name> |
| 48 | + < subscribe> [email protected]</ subscribe> |
| 49 | + < unsubscribe> [email protected]</ unsubscribe> |
| 50 | + |
| 51 | + </mailingList> |
| 52 | + <mailingList> |
| 53 | + <name>Commits List</name> |
| 54 | + < subscribe> [email protected]</ subscribe> |
| 55 | + < unsubscribe> [email protected]</ unsubscribe> |
| 56 | + |
| 57 | + </mailingList> |
| 58 | + <mailingList> |
| 59 | + <name>Issues List</name> |
| 60 | + < subscribe> [email protected]</ subscribe> |
| 61 | + < unsubscribe> [email protected]</ unsubscribe> |
| 62 | + |
| 63 | + </mailingList> |
| 64 | + </mailingLists> |
| 65 | + <developers> |
| 66 | + <developer> |
| 67 | + <id>teaclave.java.tee.sdk</id> |
| 68 | + <name>The Teaclave Project Contributors</name> |
| 69 | + |
| 70 | + <url>https://teaclave.apache.org/</url> |
| 71 | + </developer> |
| 72 | + </developers> |
| 73 | + <organization> |
| 74 | + <name>The Apache Software Foundation</name> |
| 75 | + <url>http://www.apache.org/</url> |
| 76 | + </organization> |
| 77 | + <issueManagement> |
| 78 | + <system>Github Issues</system> |
| 79 | + <url>https://github.com/apache/incubator-teaclave-java-tee-sdk/issues</url> |
| 80 | + </issueManagement> |
26 | 81 |
|
27 | 82 | <dependencies> |
28 | 83 | <dependency> |
|
0 commit comments