Skip to content

Commit

Permalink
CAMEL-16011 Remove prefix spring-boot from all modules (#33)
Browse files Browse the repository at this point in the history
In order to reproduce how I migrated/rename the modules:
Execute `rename 's/^(spring-boot-)([a-z-]+)$/$2/' *` in the terminal.
This does not rename two modules, for which I then executed:
`rename 's/^(spring-boot-)(aws2-s3|resilience4j)$/$2/' *`

After that I fixed all module names in the root pom.xml

Co-authored-by: Matthias Streidel <[email protected]>
  • Loading branch information
metters and metters-senacor authored Mar 6, 2021
1 parent 10235fa commit cbc3ad0
Show file tree
Hide file tree
Showing 434 changed files with 46 additions and 46 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
92 changes: 46 additions & 46 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,52 +36,52 @@

<modules>
<module>spring-boot</module>
<module>spring-boot-activemq</module>
<module>spring-boot-actuator-http-metrics</module>
<module>spring-boot-amqp</module>
<module>spring-boot-apm-opentracing</module>
<module>spring-boot-arangodb</module>
<module>spring-boot-aws2-s3</module>
<module>spring-boot-clustered-route-controller</module>
<module>spring-boot-fhir</module>
<module>spring-boot-fhir-auth-tx</module>
<module>spring-boot-geocoder</module>
<module>spring-boot-grpc</module>
<module>spring-boot-grpc-kubernetes</module>
<module>spring-boot-health-checks</module>
<module>spring-boot-hystrix</module>
<module>spring-boot-infinispan</module>
<module>spring-boot-jira</module>
<module>spring-boot-kafka-avro</module>
<module>spring-boot-kafka-offsetrepository</module>
<module>spring-boot-load-balancer-eip</module>
<module>spring-boot-master</module>
<module>spring-boot-metrics</module>
<module>spring-boot-opentracing</module>
<module>spring-boot-pojo</module>
<module>spring-boot-rabbitmq</module>
<module>spring-boot-reactive-streams</module>
<module>spring-boot-resilience4j</module>
<module>spring-boot-rest-jpa</module>
<module>spring-boot-rest-producer</module>
<module>spring-boot-rest-swagger</module>
<module>spring-boot-rest-swagger-simple</module>
<module>spring-boot-rest-openapi</module>
<module>spring-boot-rest-openapi-simple</module>
<module>spring-boot-routetemplate</module>
<module>spring-boot-servicecall</module>
<module>spring-boot-supervising-route-controller</module>
<module>spring-boot-twitter-salesforce</module>
<module>spring-boot-type-converter</module>
<module>spring-boot-undertow-spring-security</module>
<module>spring-boot-validator</module>
<module>spring-boot-webhook</module>
<module>spring-boot-xml</module>
<module>spring-boot-zipkin</module>
<module>spring-boot-strimzi</module>
<module>spring-boot-splitter-eip</module>
<module>spring-boot-widget-gadget</module>
<module>spring-boot-unit-testing</module>
<module>activemq</module>
<module>actuator-http-metrics</module>
<module>amqp</module>
<module>apm-opentracing</module>
<module>arangodb</module>
<module>aws2-s3</module>
<module>clustered-route-controller</module>
<module>fhir</module>
<module>fhir-auth-tx</module>
<module>geocoder</module>
<module>grpc</module>
<module>grpc-kubernetes</module>
<module>health-checks</module>
<module>hystrix</module>
<module>infinispan</module>
<module>jira</module>
<module>kafka-avro</module>
<module>kafka-offsetrepository</module>
<module>load-balancer-eip</module>
<module>master</module>
<module>metrics</module>
<module>opentracing</module>
<module>pojo</module>
<module>rabbitmq</module>
<module>reactive-streams</module>
<module>resilience4j</module>
<module>rest-jpa</module>
<module>rest-producer</module>
<module>rest-swagger</module>
<module>rest-swagger-simple</module>
<module>rest-openapi</module>
<module>rest-openapi-simple</module>
<module>routetemplate</module>
<module>servicecall</module>
<module>supervising-route-controller</module>
<module>twitter-salesforce</module>
<module>type-converter</module>
<module>undertow-spring-security</module>
<module>validator</module>
<module>webhook</module>
<module>xml</module>
<module>zipkin</module>
<module>strimzi</module>
<module>splitter-eip</module>
<module>widget-gadget</module>
<module>unit-testing</module>
</modules>

<properties>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit cbc3ad0

Please sign in to comment.