Rename util-commons -> commons-util

This commit is contained in:
Kris De Volder
2016-10-14 10:54:23 -07:00
parent a5f9777141
commit 30902b0b7e
22 changed files with 7 additions and 7 deletions

View File

@@ -43,7 +43,7 @@
<!-- Common Utilities -->
<dependency>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>util-commons</artifactId>
<artifactId>commons-util</artifactId>
<version>${project.version}</version>
</dependency>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>util-commons</name>
<name>commons-util</name>
<comment></comment>
<projects>
</projects>

View File

@@ -1,7 +1,7 @@
<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>util-commons</artifactId>
<name>util-commons</name>
<artifactId>commons-util</artifactId>
<name>commons-util</name>
<parent>
<groupId>org.springframework.ide.vscode</groupId>

View File

@@ -27,7 +27,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>util-commons</artifactId>
<artifactId>commons-util</artifactId>
<version>${project.version}</version>
</dependency>
<!-- testing -->

View File

@@ -13,7 +13,7 @@
<module>language-server-commons</module>
<module>language-server-test-harness</module>
<module>yaml-commons</module>
<module>util-commons</module>
<module>commons-util</module>
<module>java-properties</module>
<module>application-properties-metadata</module>
</modules>

View File

@@ -15,7 +15,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>util-commons</artifactId>
<artifactId>commons-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>