diff options
Diffstat (limited to 'cds-ui/server/pom.xml')
-rw-r--r-- | cds-ui/server/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 2d6d6465b..4c37667a9 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -32,7 +32,7 @@ limitations under the License. <version>0.7.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>cds-ui-server</name> + <name>CDS UI Server</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -42,7 +42,6 @@ limitations under the License. <docker.push.phase>deploy</docker.push.phase> </properties> - <build> <plugins> <plugin> @@ -139,8 +138,8 @@ limitations under the License. </plugin> </plugins> </build> - - <profiles> + + <profiles> <profile> <id>docker</id> <build> |