Skip to content

Commit

Permalink
Change name of maven project (for paint sample)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Feb 1, 2011
1 parent 01a5925 commit 60c1613
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sample/paint/api/pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>paint-api</artifactId>
<packaging>bundle</packaging>
<name>Paint :: api</name>
<name>Weld OSGi :: Samples :: Paint :: api</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion sample/paint/core/pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>paint-core</artifactId>
<packaging>bundle</packaging>
<name>Paint :: core</name>
<name>Weld OSGi :: Samples :: Paint :: core</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion sample/paint/pom.xml
Expand Up @@ -6,7 +6,7 @@
<artifactId>paint</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<name>Paint</name>
<name>Weld OSGi :: Samples :: Paint</name>
<modules>
<module>api</module>
<module>core</module>
Expand Down
2 changes: 1 addition & 1 deletion sample/paint/square/pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>paint-square</artifactId>
<packaging>bundle</packaging>
<name>Paint :: Square</name>
<name>Weld OSGi :: Samples :: Paint :: Square</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion sample/paint/triangle/pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>paint-triangle</artifactId>
<packaging>bundle</packaging>
<name>Paint :: Triangle</name>
<name>Weld OSGi :: Samples :: Paint :: Triangle</name>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 60c1613

Please sign in to comment.