Skip to content

Commit

Permalink
normalize project.name to std
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Sep 9, 2013
1 parent be33296 commit e3f8d2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install4j-ga/pom.xml
Expand Up @@ -23,7 +23,7 @@
</parent>

<artifactId>install4j-ga</artifactId>
<name>${project.artifactId}</name>
<name>${project.groupId}:${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion install4j-maven-plugin/pom.xml
Expand Up @@ -23,7 +23,7 @@
</parent>

<artifactId>install4j-maven-plugin</artifactId>
<name>${project.artifactId}</name>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>maven-plugin</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion install4j-slf4j/pom.xml
Expand Up @@ -23,7 +23,7 @@
</parent>

<artifactId>install4j-slf4j</artifactId>
<name>${project.artifactId}</name>
<name>${project.groupId}:${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -24,7 +24,7 @@

<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-support</artifactId>
<name>${project.artifactId}</name>
<name>${project.groupId}:${project.artifactId}</name>
<version>1.0.6-SNAPSHOT</version>
<packaging>pom</packaging>

Expand Down

0 comments on commit e3f8d2d

Please sign in to comment.