Skip to content

Commit 36c397b

Browse files
authored
Publish license (#30)
Merged without review
1 parent dfa86ed commit 36c397b

File tree

8 files changed

+133
-0
lines changed

8 files changed

+133
-0
lines changed

hoptimator-catalog/build.gradle

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@ publishing {
3737
artifactId = 'hoptimator-catalog'
3838
version = System.getenv('VERSION')
3939
from components.java
40+
pom {
41+
name = 'LinkedIn Hoptimator'
42+
description = 'Multi-hop declarative data pipelines'
43+
url = 'https://github.com/linkedin/Hoptimator'
44+
licenses {
45+
license {
46+
name = 'BSD 2-Clause'
47+
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
48+
}
49+
}
50+
scm {
51+
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
52+
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
53+
url = 'https://github.com/linkedin/Hoptimator'
54+
}
55+
}
4056
}
4157
}
4258
}

hoptimator-cli/build.gradle

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,23 @@ publishing {
5959
artifactId = 'hoptimator-cli'
6060
version = System.getenv('VERSION')
6161
from components.java
62+
pom {
63+
name = 'LinkedIn Hoptimator'
64+
description = 'Multi-hop declarative data pipelines'
65+
url = 'https://github.com/linkedin/Hoptimator'
66+
licenses {
67+
license {
68+
name = 'BSD 2-Clause'
69+
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
70+
}
71+
}
72+
scm {
73+
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
74+
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
75+
url = 'https://github.com/linkedin/Hoptimator'
76+
}
77+
}
78+
6279
}
6380
}
6481
}

hoptimator-flink-adapter/build.gradle

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,23 @@ publishing {
4040
artifactId = 'hoptimator-flink-adapter'
4141
version = System.getenv('VERSION')
4242
from components.java
43+
pom {
44+
name = 'LinkedIn Hoptimator'
45+
description = 'Multi-hop declarative data pipelines'
46+
url = 'https://github.com/linkedin/Hoptimator'
47+
licenses {
48+
license {
49+
name = 'BSD 2-Clause'
50+
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
51+
}
52+
}
53+
scm {
54+
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
55+
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
56+
url = 'https://github.com/linkedin/Hoptimator'
57+
}
58+
}
59+
4360
}
4461
}
4562
}

hoptimator-kafka-adapter/build.gradle

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,23 @@ publishing {
4242
artifactId = 'hoptimator-kafka-adapter'
4343
version = System.getenv('VERSION')
4444
from components.java
45+
pom {
46+
name = 'LinkedIn Hoptimator'
47+
description = 'Multi-hop declarative data pipelines'
48+
url = 'https://github.com/linkedin/Hoptimator'
49+
licenses {
50+
license {
51+
name = 'BSD 2-Clause'
52+
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
53+
}
54+
}
55+
scm {
56+
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
57+
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
58+
url = 'https://github.com/linkedin/Hoptimator'
59+
}
60+
}
61+
4562
}
4663
}
4764
}

hoptimator-models/build.gradle

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,23 @@ publishing {
3333
artifactId = 'hoptimator-models'
3434
version = System.getenv('VERSION')
3535
from components.java
36+
pom {
37+
name = 'LinkedIn Hoptimator'
38+
description = 'Multi-hop declarative data pipelines'
39+
url = 'https://github.com/linkedin/Hoptimator'
40+
licenses {
41+
license {
42+
name = 'BSD 2-Clause'
43+
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
44+
}
45+
}
46+
scm {
47+
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
48+
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
49+
url = 'https://github.com/linkedin/Hoptimator'
50+
}
51+
}
52+
3653
}
3754
}
3855
}

hoptimator-mysql-adapter/build.gradle

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,22 @@ publishing {
4242
artifactId = 'hoptimator-mysql-adapter'
4343
version = System.getenv('VERSION')
4444
from components.java
45+
pom {
46+
name = 'LinkedIn Hoptimator'
47+
description = 'Multi-hop declarative data pipelines'
48+
url = 'https://github.com/linkedin/Hoptimator'
49+
licenses {
50+
license {
51+
name = 'BSD 2-Clause'
52+
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
53+
}
54+
}
55+
scm {
56+
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
57+
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
58+
url = 'https://github.com/linkedin/Hoptimator'
59+
}
60+
}
4561
}
4662
}
4763
}

hoptimator-operator/build.gradle

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,22 @@ publishing {
6060
artifactId = 'hoptimator-operator'
6161
version = System.getenv('VERSION')
6262
from components.java
63+
pom {
64+
name = 'LinkedIn Hoptimator'
65+
description = 'Multi-hop declarative data pipelines'
66+
url = 'https://github.com/linkedin/Hoptimator'
67+
licenses {
68+
license {
69+
name = 'BSD 2-Clause'
70+
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
71+
}
72+
}
73+
scm {
74+
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
75+
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
76+
url = 'https://github.com/linkedin/Hoptimator'
77+
}
78+
}
6379
}
6480
}
6581
}

hoptimator-planner/build.gradle

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,23 @@ publishing {
3636
artifactId = 'hoptimator-planner'
3737
version = System.getenv('VERSION')
3838
from components.java
39+
pom {
40+
name = 'LinkedIn Hoptimator'
41+
description = 'Multi-hop declarative data pipelines'
42+
url = 'https://github.com/linkedin/Hoptimator'
43+
licenses {
44+
license {
45+
name = 'BSD 2-Clause'
46+
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
47+
}
48+
}
49+
scm {
50+
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
51+
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
52+
url = 'https://github.com/linkedin/Hoptimator'
53+
}
54+
}
55+
3956
}
4057
}
4158
}

0 commit comments

Comments
 (0)