Moved commons and concourse editor to 'headless-services'
This commit is contained in:
17
headless-services/pom.xml
Normal file
17
headless-services/pom.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<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.0.1-SNAPSHOT</version>
|
||||
<name>aggregator</name>
|
||||
|
||||
<modules>
|
||||
<module>commons</module>
|
||||
<module>concourse-language-server</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user