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

Commit

Permalink
[maven-release-plugin] prepare release 1.2.1
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/contrib/caret/hierarchy/trunk@51645 fdecad78-55fc-0310-b1b2-d7d25cf747c9
  • Loading branch information
aaronz@vt.edu committed Aug 1, 2008
1 parent 0637718 commit d538b61
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>hierarchy</artifactId>
<groupId>org.sakaiproject</groupId>
<version>1.2.1-SNAPSHOT</version><!--hierarchy.version-->
<version>1.2.1</version><!--hierarchy.version-->
</parent>

<dependencies>
Expand Down
6 changes: 2 additions & 4 deletions impl/pom.xml
@@ -1,6 +1,4 @@
<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">
<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>
<name>Sakai Hierarchy Implementation</name>
<groupId>org.sakaiproject.hierarchy</groupId>
Expand All @@ -19,7 +17,7 @@
<parent>
<artifactId>hierarchy</artifactId>
<groupId>org.sakaiproject</groupId>
<version>1.2.1-SNAPSHOT</version><!--hierarchy.version-->
<version>1.2.1</version><!--hierarchy.version-->
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pack/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>hierarchy</artifactId>
<groupId>org.sakaiproject</groupId>
<version>1.2.1-SNAPSHOT</version><!--hierarchy.version-->
<version>1.2.1</version><!--hierarchy.version-->
</parent>

<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -15,7 +15,7 @@
to maintain the hierarchical structure and to provide methods to manipulate it and
query it
</description>
<version>1.2.1-SNAPSHOT</version><!--hierarchy.version-->
<version>1.2.1</version><!--hierarchy.version-->

<!-- Sakai master pom is parent -->
<parent>
Expand Down Expand Up @@ -115,9 +115,9 @@

<!-- define source code repository location -->
<scm>
<connection>scm:svn:https://source.sakaiproject.org/contrib/caret/hierarchy/trunk</connection>
<developerConnection>scm:svn:https://source.sakaiproject.org/contrib/caret/hierarchy/trunk</developerConnection>
<url>https://source.sakaiproject.org/contrib/caret/hierarchy/trunk/?root=contrib</url>
<connection>scm:svn:https://source.sakaiproject.org/contrib/caret/hierarchy/tags/1.2.1</connection>
<developerConnection>scm:svn:https://source.sakaiproject.org/contrib/caret/hierarchy/tags/1.2.1</developerConnection>
<url>https://source.sakaiproject.org/contrib/caret/hierarchy/tags/1.2.1?root=contrib</url>
</scm>

<!-- handles the management of all related dependencies -->
Expand All @@ -126,13 +126,13 @@
<dependency>
<groupId>org.sakaiproject.hierarchy</groupId>
<artifactId>hierarchy-api</artifactId>
<version>1.2.1-SNAPSHOT</version><!--hierarchy.version-->
<version>1.2.1</version><!--hierarchy.version-->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.hierarchy</groupId>
<artifactId>hierarchy-impl</artifactId>
<version>1.2.1-SNAPSHOT</version><!--hierarchy.version-->
<version>1.2.1</version><!--hierarchy.version-->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit d538b61

Please sign in to comment.