File tree Expand file tree Collapse file tree 8 files changed +133
-0
lines changed Expand file tree Collapse file tree 8 files changed +133
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,22 @@ publishing {
37
37
artifactId = ' hoptimator-catalog'
38
38
version = System . getenv(' VERSION' )
39
39
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
+ }
40
56
}
41
57
}
42
58
}
Original file line number Diff line number Diff line change @@ -59,6 +59,23 @@ publishing {
59
59
artifactId = ' hoptimator-cli'
60
60
version = System . getenv(' VERSION' )
61
61
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
+
62
79
}
63
80
}
64
81
}
Original file line number Diff line number Diff line change @@ -40,6 +40,23 @@ publishing {
40
40
artifactId = ' hoptimator-flink-adapter'
41
41
version = System . getenv(' VERSION' )
42
42
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
+
43
60
}
44
61
}
45
62
}
Original file line number Diff line number Diff line change @@ -42,6 +42,23 @@ publishing {
42
42
artifactId = ' hoptimator-kafka-adapter'
43
43
version = System . getenv(' VERSION' )
44
44
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
+
45
62
}
46
63
}
47
64
}
Original file line number Diff line number Diff line change @@ -33,6 +33,23 @@ publishing {
33
33
artifactId = ' hoptimator-models'
34
34
version = System . getenv(' VERSION' )
35
35
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
+
36
53
}
37
54
}
38
55
}
Original file line number Diff line number Diff line change @@ -42,6 +42,22 @@ publishing {
42
42
artifactId = ' hoptimator-mysql-adapter'
43
43
version = System . getenv(' VERSION' )
44
44
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
+ }
45
61
}
46
62
}
47
63
}
Original file line number Diff line number Diff line change @@ -60,6 +60,22 @@ publishing {
60
60
artifactId = ' hoptimator-operator'
61
61
version = System . getenv(' VERSION' )
62
62
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
+ }
63
79
}
64
80
}
65
81
}
Original file line number Diff line number Diff line change @@ -36,6 +36,23 @@ publishing {
36
36
artifactId = ' hoptimator-planner'
37
37
version = System . getenv(' VERSION' )
38
38
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
+
39
56
}
40
57
}
41
58
}
You can’t perform that action at this time.
0 commit comments