Skip to content

Commit

Permalink
SAK-23907 eliminate assembly moduleand tweek base pom deleting assemb…
Browse files Browse the repository at this point in the history
…ly <module> reference and sonatype repo entry (inherited)

git-svn-id: https://source.sakaiproject.org/svn/lessonbuilder/trunk@129935 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
arwhyte committed Sep 24, 2013
1 parent 02abe0e commit 805c97f
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 163 deletions.
2 changes: 1 addition & 1 deletion lessonbuilder/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sakaiproject.lessonbuilder</groupId>
<artifactId>lessonbuilder</artifactId>
<version>1.5-SNAPSHOT</version>
<version>2.10-SNAPSHOT</version>
</parent>

<name>sakai-lessonbuildertool-api</name>
Expand Down
97 changes: 0 additions & 97 deletions lessonbuilder/assembly/pom.xml

This file was deleted.

48 changes: 0 additions & 48 deletions lessonbuilder/assembly/src/main/assembly/deploy.xml

This file was deleted.

2 changes: 1 addition & 1 deletion lessonbuilder/components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.sakaiproject.lessonbuilder</groupId>
<artifactId>lessonbuilder</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.5-SNAPSHOT</version>
<version>2.10-SNAPSHOT</version>
</parent>

<name>sakai-lessonbuildertool-tool-components</name>
Expand Down
2 changes: 1 addition & 1 deletion lessonbuilder/hbm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sakaiproject.lessonbuilder</groupId>
<artifactId>lessonbuilder</artifactId>
<version>1.5-SNAPSHOT</version>
<version>2.10-SNAPSHOT</version>
</parent>

<name>sakai-lessonbuildertool-tool-hbm</name>
Expand Down
2 changes: 1 addition & 1 deletion lessonbuilder/help/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sakaiproject.lessonbuilder</groupId>
<artifactId>lessonbuilder</artifactId>
<version>1.5-SNAPSHOT</version>
<version>2.10-SNAPSHOT</version>
</parent>

<name>sakai-lessonbuildertool-help</name>
Expand Down
14 changes: 1 addition & 13 deletions lessonbuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
<name>sakai-lessonbuildertool base pom</name>
<groupId>org.sakaiproject.lessonbuilder</groupId>
<artifactId>lessonbuilder</artifactId>
<version>1.5-SNAPSHOT</version>
<version>2.10-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
<module>api</module>
<module>assembly</module>
<module>components</module>
<module>hbm</module>
<module>help</module>
Expand Down Expand Up @@ -265,17 +264,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url> https://oss.sonatype.org/content/repositories/snapshots </url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion lessonbuilder/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.sakaiproject.lessonbuilder</groupId>
<artifactId>lessonbuilder</artifactId>
<version>1.5-SNAPSHOT</version>
<version>2.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 805c97f

Please sign in to comment.