Files
spring-tools/headless-services/pom.xml
Kris De Volder 20433f8606 Remove boot-properties and boot-java language server projects
They are obsolete and should not be used anymore. 
If there are parts of the build / pipeline that break because of this... 
It means they should adapted accordingly.
2018-02-21 15:34:03 -08:00

21 lines
710 B
XML

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>headless-services-aggregator</artifactId>
<packaging>pom</packaging>
<version>0.1.2-SNAPSHOT</version>
<name>aggregator</name>
<modules>
<module>commons</module>
<module>manifest-yaml-language-server</module>
<module>concourse-language-server</module>
<module>spring-boot-language-server</module>
<module>bosh-language-server</module>
</modules>
</project>