Skip to content

Commit 666a55e

Browse files
committed
add missing pom sonatype elements
1 parent d45b0af commit 666a55e

4 files changed

Lines changed: 93 additions & 6 deletions

File tree

libthrift/pom.xml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,44 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
57
<parent>
68
<artifactId>woody</artifactId>
79
<groupId>dev.vality.woody</groupId>
810
<version>${revision}</version>
911
</parent>
10-
<modelVersion>4.0.0</modelVersion>
1112

1213
<artifactId>libthrift</artifactId>
1314
<packaging>jar</packaging>
1415

16+
<name>Woody LibThrift Extensions</name>
17+
<description>Thrift transport helpers and HTTP client integrations for Woody.</description>
18+
<url>https://github.com/valitydev/woody_java</url>
19+
20+
<licenses>
21+
<license>
22+
<name>The Apache Software License, Version 2.0</name>
23+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
24+
</license>
25+
</licenses>
26+
27+
<developers>
28+
<developer>
29+
<id>vality</id>
30+
<name>Vality Developers</name>
31+
<email>devs@vality.dev</email>
32+
<organization>Vality</organization>
33+
<organizationUrl>https://vality.dev</organizationUrl>
34+
</developer>
35+
</developers>
36+
37+
<scm>
38+
<connection>scm:git:git://github.com/valitydev/woody_java.git</connection>
39+
<developerConnection>scm:git:ssh://github.com/valitydev/woody_java.git</developerConnection>
40+
<url>https://github.com/valitydev/woody_java/tree/master</url>
41+
</scm>
42+
1543
<properties>
1644
<checkstyle.skip>true</checkstyle.skip>
1745
</properties>

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
57
<parent>
68
<groupId>dev.vality</groupId>
79
<artifactId>library-parent-pom</artifactId>
810
<version>3.1.0</version>
911
</parent>
1012

11-
<modelVersion>4.0.0</modelVersion>
1213
<packaging>pom</packaging>
1314
<groupId>dev.vality.woody</groupId>
1415
<artifactId>woody</artifactId>
@@ -27,6 +28,8 @@
2728

2829
<developers>
2930
<developer>
31+
<id>vality</id>
32+
<name>Vality Developers</name>
3033
<email>devs@vality.dev</email>
3134
<organization>Vality</organization>
3235
<organizationUrl>https://vality.dev</organizationUrl>

woody-api/pom.xml

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,44 @@
22
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="http://maven.apache.org/POM/4.0.0"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
57
<parent>
68
<artifactId>woody</artifactId>
79
<groupId>dev.vality.woody</groupId>
810
<version>${revision}</version>
911
</parent>
10-
<modelVersion>4.0.0</modelVersion>
1112

1213
<artifactId>woody-api</artifactId>
1314
<packaging>jar</packaging>
1415

16+
<name>Woody API</name>
17+
<description>Core Woody API utilities and tracing infrastructure.</description>
18+
<url>https://github.com/valitydev/woody_java</url>
19+
20+
<licenses>
21+
<license>
22+
<name>The Apache Software License, Version 2.0</name>
23+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
24+
</license>
25+
</licenses>
26+
27+
<developers>
28+
<developer>
29+
<id>vality</id>
30+
<name>Vality Developers</name>
31+
<email>devs@vality.dev</email>
32+
<organization>Vality</organization>
33+
<organizationUrl>https://vality.dev</organizationUrl>
34+
</developer>
35+
</developers>
36+
37+
<scm>
38+
<connection>scm:git:git://github.com/valitydev/woody_java.git</connection>
39+
<developerConnection>scm:git:ssh://github.com/valitydev/woody_java.git</developerConnection>
40+
<url>https://github.com/valitydev/woody_java/tree/master</url>
41+
</scm>
42+
1543
<dependencies>
1644
<!--Thirdparty libs-->
1745
<dependency>
@@ -55,7 +83,7 @@
5583
<dependency>
5684
<groupId>org.slf4j</groupId>
5785
<artifactId>slf4j-reload4j</artifactId>
58-
<version>2.0.17</version>
86+
<version>1.7.36</version>
5987
<scope>test</scope>
6088
</dependency>
6189
</dependencies>

woody-thrift/pom.xml

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,43 @@
22
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="http://maven.apache.org/POM/4.0.0"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
57
<parent>
68
<artifactId>woody</artifactId>
79
<groupId>dev.vality.woody</groupId>
810
<version>${revision}</version>
911
</parent>
10-
<modelVersion>4.0.0</modelVersion>
1112

1213
<artifactId>woody-thrift</artifactId>
1314

15+
<name>Woody Thrift</name>
16+
<description>Thrift transport and HTTP server integrations for Woody services.</description>
17+
<url>https://github.com/valitydev/woody_java</url>
18+
19+
<licenses>
20+
<license>
21+
<name>The Apache Software License, Version 2.0</name>
22+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
23+
</license>
24+
</licenses>
25+
26+
<developers>
27+
<developer>
28+
<id>vality</id>
29+
<name>Vality Developers</name>
30+
<email>devs@vality.dev</email>
31+
<organization>Vality</organization>
32+
<organizationUrl>https://vality.dev</organizationUrl>
33+
</developer>
34+
</developers>
35+
36+
<scm>
37+
<connection>scm:git:git://github.com/valitydev/woody_java.git</connection>
38+
<developerConnection>scm:git:ssh://github.com/valitydev/woody_java.git</developerConnection>
39+
<url>https://github.com/valitydev/woody_java/tree/master</url>
40+
</scm>
41+
1442
<properties>
1543
<checkstyle.config.suppressions.path>checkstyle-suppressions.xml</checkstyle.config.suppressions.path>
1644
</properties>
@@ -53,7 +81,7 @@
5381
<dependency>
5482
<groupId>org.slf4j</groupId>
5583
<artifactId>slf4j-reload4j</artifactId>
56-
<version>2.0.17</version>
84+
<version>1.7.36</version>
5785
<scope>test</scope>
5886
</dependency>
5987
<dependency>

0 commit comments

Comments
 (0)