|
8 | 8 | <packaging>jar</packaging> |
9 | 9 |
|
10 | 10 | <name>cf-java-logging-support-opentelemetry-agent-extension</name> |
11 | | - |
| 11 | + <description>OpenTelemetry Java Agent Extension for auto-configuration of SAP BTP services.</description> |
12 | 12 | <parent> |
13 | 13 | <artifactId>cf-java-logging-support-parent</artifactId> |
14 | 14 | <groupId>com.sap.hcp.cf.logging</groupId> |
15 | | - <version>4.0.0</version> |
| 15 | + <version>4.0.1</version> |
| 16 | + <relativePath>../pom.xml</relativePath> |
16 | 17 | </parent> |
17 | 18 |
|
| 19 | + <url>https://github.com/SAP/cf-java-logging-support</url> |
| 20 | + <organization> |
| 21 | + <name>SAP SE</name> |
| 22 | + <url>https://www.sap.com</url> |
| 23 | + </organization> |
| 24 | + <licenses> |
| 25 | + <license> |
| 26 | + <name>The Apache Software License, Version 2.0</name> |
| 27 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 28 | + <distribution>repo</distribution> |
| 29 | + </license> |
| 30 | + </licenses> |
| 31 | + |
| 32 | + <developers> |
| 33 | + <developer> |
| 34 | + <id>KarstenSchnitter</id> |
| 35 | + <name>Karsten Schnitter</name> |
| 36 | + |
| 37 | + <organization>SAP SE</organization> |
| 38 | + <organizationUrl>https://github.com/SAP</organizationUrl> |
| 39 | + </developer> |
| 40 | + <developer> |
| 41 | + <id>WolfgangTheilmann</id> |
| 42 | + <name>Wolfgang Theilmann</name> |
| 43 | + |
| 44 | + <organization>SAP SE</organization> |
| 45 | + <organizationUrl>https://github.com/SAP</organizationUrl> |
| 46 | + </developer> |
| 47 | + <developer> |
| 48 | + <id>HariG</id> |
| 49 | + <name>Hariharan Gandhi</name> |
| 50 | + |
| 51 | + <organization>SAP SE</organization> |
| 52 | + <organizationUrl>https://github.com/SAP</organizationUrl> |
| 53 | + </developer> |
| 54 | + </developers> |
| 55 | + |
| 56 | + <scm> |
| 57 | + < connection>scm:git: [email protected]:SAP/cf-java-logging-support.git</ connection> |
| 58 | + < developerConnection>scm:git: [email protected]:SAP/cf-java-logging-support.git</ developerConnection> |
| 59 | + < url> [email protected]:SAP/cf-java-logging-support.git</ url> |
| 60 | + </scm> |
| 61 | + |
18 | 62 | <properties> |
19 | 63 | <opentelemetry.sdk.version>1.55.0</opentelemetry.sdk.version> |
20 | 64 | </properties> |
|
0 commit comments