Skip to content

Commit

Permalink
NOJIRA fix the maven co-ordinates
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/common/trunk@67896 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
axxter99 committed Oct 15, 2009
1 parent 1a4c537 commit 9598579
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/import-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>archive-import</artifactId>
<artifactId>sakai-archive-import</artifactId>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions common/import-parsers/common-cartridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<name>Sakai Import Common Cartridge</name>
<groupId>org.sakaiproject</groupId>
<artifactId>sakai-common-cartridge</artifactId>
<groupId>org.sakaiproject.common</groupId>
<artifactId>common-cartridge</artifactId>
<organization>
<name>Sakai Foundation</name>
<url>http://sakaiproject.org/</url>
Expand Down
2 changes: 1 addition & 1 deletion common/import-parsers/sakai-archive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<name>Sakai Archive Import</name>
<groupId>org.sakaiproject</groupId>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-archive-import</artifactId>
<organization>
<name>Sakai Foundation</name>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>archive-import</artifactId>
<artifactId>sakai-archive-import</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>

Expand Down

0 comments on commit 9598579

Please sign in to comment.