Rename yaml-commons -> commons-yaml
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>yaml-commons</name>
|
||||
<name>commons-yaml</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
@@ -1,8 +1,8 @@
|
||||
<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/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>yaml-commons</artifactId>
|
||||
<name>yaml-commons</name>
|
||||
<artifactId>commons-yaml</artifactId>
|
||||
<name>commons-yaml</name>
|
||||
<description>Shared utilities for working with yaml</description>
|
||||
|
||||
<parent>
|
||||
@@ -12,7 +12,7 @@
|
||||
<modules>
|
||||
<module>language-server-commons</module>
|
||||
<module>language-server-test-harness</module>
|
||||
<module>yaml-commons</module>
|
||||
<module>commons-yaml</module>
|
||||
<module>commons-util</module>
|
||||
<module>java-properties</module>
|
||||
<module>application-properties-metadata</module>
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
<!-- Yaml -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.ide.vscode</groupId>
|
||||
<artifactId>yaml-commons</artifactId>
|
||||
<artifactId>commons-yaml</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<!-- Test harness -->
|
||||
|
||||
Reference in New Issue
Block a user