Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
Updating names (artifactIds) of projects to match their folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmccullough committed Oct 4, 2010
1 parent 6810d51 commit 32e00c6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion sample01-barestbones/pom.xml
@@ -1,6 +1,6 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.ambientideas</groupId>
<artifactId>sample-barestbones</artifactId>
<artifactId>sample01-barestbones</artifactId>
<version>1.0-SNAPSHOT</version>
</project>
2 changes: 1 addition & 1 deletion sample02-cobertura/pom.xml
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ambientideas</groupId>
<artifactId>sample-dependency</artifactId>
<artifactId>sample02-cobertura</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>Sample Project - One Dependency</name>
Expand Down
2 changes: 1 addition & 1 deletion sample02b-analyzedepmgt/pom.xml
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ambientideas</groupId>
<artifactId>testbasic</artifactId>
<artifactId>sample02b-analyzedepmgt</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>testbasic</name>
Expand Down
2 changes: 1 addition & 1 deletion sample03-defaultgoal/pom.xml
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ambientideas</groupId>
<artifactId>sample-defaultgoal</artifactId>
<artifactId>sample03-defaultgoal</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>Sample Project - Default Goal</name>
Expand Down
2 changes: 1 addition & 1 deletion sample04a-groovyapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.ambientideas</groupId>
<artifactId>sample-groovyapp</artifactId>
<artifactId>sample04a-groovyapp</artifactId>
<name>Sample Project - Groovy Application</name>
<version>1.0-SNAPSHOT</version>
<url>http://github.com/matthewmccullough/maven-training/tree/master</url>
Expand Down
2 changes: 1 addition & 1 deletion sample04b-groovymojo/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.ambientideas</groupId>
<artifactId>sample-groovymojo</artifactId>
<artifactId>sample04b-groovymojo</artifactId>
<name>Sample Project - Groovy Mojo</name>
<version>1.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sample04c-grailsapp/pom.xml
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ambientideas</groupId>
<artifactId>sample-grails</artifactId>
<artifactId>sample04c-grailsapp</artifactId>
<packaging>war</packaging>
<version>1.0-SNAPSHOT</version>

Expand Down
2 changes: 1 addition & 1 deletion sample05-importscope/importedproj/pom.xml
Expand Up @@ -2,7 +2,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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ambientideas</groupId>
<artifactId>echo-imported</artifactId>
<artifactId>sample05-importedproj</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<name>Echo Imported</name>
Expand Down
2 changes: 1 addition & 1 deletion sample05-importscope/pom.xml
Expand Up @@ -2,7 +2,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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ambientideas</groupId>
<artifactId>echo-parent</artifactId>
<artifactId>sample05-importscope</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<name>Echo Parent</name>
Expand Down

0 comments on commit 32e00c6

Please sign in to comment.