fabric8io / fabric8-maven-dependencies

a project used to keep track of common maven dependencies that when changed can be PR'd across many fabric8 github projects
Apache License 2.0
1 stars 11 forks source link

lets use the same CD Pipeline to also update the fabric8io organisation #49

Open jstrachan opened 7 years ago

jstrachan commented 7 years ago

given the gazillion repos in this organisation, lets focus on just maintaining a list of projects we maintain

Here's a first spike of the list:

def projectsNames = ["fabric8", "fabric8-devops", "fabric8-ipaas", " fabric8-forge", "fabric8-maven-plugin", "ipaas-quickstarts kubeflix", "spring-cloud-kubernetes"]
jstrachan commented 7 years ago

we should also check that the pom.xml file has properties for all the versions used in the above projects - and that each of them on release does a PR against this repository first (we can probably remove other PRs the individual releases do - then this project then manages all inter-project PRs)