Skip to content

Commit

Permalink
Publish license (#30)
Browse files Browse the repository at this point in the history
Merged without review
  • Loading branch information
ryannedolan authored Jun 7, 2023
1 parent dfa86ed commit 36c397b
Show file tree
Hide file tree
Showing 8 changed files with 133 additions and 0 deletions.
16 changes: 16 additions & 0 deletions hoptimator-catalog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,22 @@ publishing {
artifactId = 'hoptimator-catalog'
version = System.getenv('VERSION')
from components.java
pom {
name = 'LinkedIn Hoptimator'
description = 'Multi-hop declarative data pipelines'
url = 'https://github.com/linkedin/Hoptimator'
licenses {
license {
name = 'BSD 2-Clause'
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
}
}
scm {
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
url = 'https://github.com/linkedin/Hoptimator'
}
}
}
}
}
Expand Down
17 changes: 17 additions & 0 deletions hoptimator-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,23 @@ publishing {
artifactId = 'hoptimator-cli'
version = System.getenv('VERSION')
from components.java
pom {
name = 'LinkedIn Hoptimator'
description = 'Multi-hop declarative data pipelines'
url = 'https://github.com/linkedin/Hoptimator'
licenses {
license {
name = 'BSD 2-Clause'
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
}
}
scm {
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
url = 'https://github.com/linkedin/Hoptimator'
}
}

}
}
}
Expand Down
17 changes: 17 additions & 0 deletions hoptimator-flink-adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,23 @@ publishing {
artifactId = 'hoptimator-flink-adapter'
version = System.getenv('VERSION')
from components.java
pom {
name = 'LinkedIn Hoptimator'
description = 'Multi-hop declarative data pipelines'
url = 'https://github.com/linkedin/Hoptimator'
licenses {
license {
name = 'BSD 2-Clause'
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
}
}
scm {
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
url = 'https://github.com/linkedin/Hoptimator'
}
}

}
}
}
Expand Down
17 changes: 17 additions & 0 deletions hoptimator-kafka-adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,23 @@ publishing {
artifactId = 'hoptimator-kafka-adapter'
version = System.getenv('VERSION')
from components.java
pom {
name = 'LinkedIn Hoptimator'
description = 'Multi-hop declarative data pipelines'
url = 'https://github.com/linkedin/Hoptimator'
licenses {
license {
name = 'BSD 2-Clause'
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
}
}
scm {
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
url = 'https://github.com/linkedin/Hoptimator'
}
}

}
}
}
Expand Down
17 changes: 17 additions & 0 deletions hoptimator-models/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@ publishing {
artifactId = 'hoptimator-models'
version = System.getenv('VERSION')
from components.java
pom {
name = 'LinkedIn Hoptimator'
description = 'Multi-hop declarative data pipelines'
url = 'https://github.com/linkedin/Hoptimator'
licenses {
license {
name = 'BSD 2-Clause'
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
}
}
scm {
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
url = 'https://github.com/linkedin/Hoptimator'
}
}

}
}
}
Expand Down
16 changes: 16 additions & 0 deletions hoptimator-mysql-adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,22 @@ publishing {
artifactId = 'hoptimator-mysql-adapter'
version = System.getenv('VERSION')
from components.java
pom {
name = 'LinkedIn Hoptimator'
description = 'Multi-hop declarative data pipelines'
url = 'https://github.com/linkedin/Hoptimator'
licenses {
license {
name = 'BSD 2-Clause'
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
}
}
scm {
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
url = 'https://github.com/linkedin/Hoptimator'
}
}
}
}
}
Expand Down
16 changes: 16 additions & 0 deletions hoptimator-operator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,22 @@ publishing {
artifactId = 'hoptimator-operator'
version = System.getenv('VERSION')
from components.java
pom {
name = 'LinkedIn Hoptimator'
description = 'Multi-hop declarative data pipelines'
url = 'https://github.com/linkedin/Hoptimator'
licenses {
license {
name = 'BSD 2-Clause'
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
}
}
scm {
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
url = 'https://github.com/linkedin/Hoptimator'
}
}
}
}
}
Expand Down
17 changes: 17 additions & 0 deletions hoptimator-planner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,23 @@ publishing {
artifactId = 'hoptimator-planner'
version = System.getenv('VERSION')
from components.java
pom {
name = 'LinkedIn Hoptimator'
description = 'Multi-hop declarative data pipelines'
url = 'https://github.com/linkedin/Hoptimator'
licenses {
license {
name = 'BSD 2-Clause'
url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE'
}
}
scm {
connection = 'scm:git:git://github.com:linkedin/Hoptimator.git'
developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git'
url = 'https://github.com/linkedin/Hoptimator'
}
}

}
}
}
Expand Down

0 comments on commit 36c397b

Please sign in to comment.