Permalink
Browse files
[maven-release-plugin] prepare release shortenedurl-1.0.0-rc01
- Loading branch information...
Showing
with
9 additions
and
9 deletions.
-
+1
−1
api/pom.xml
-
+1
−1
assembly/pom.xml
-
+1
−1
impl/pom.xml
-
+1
−1
pack/pom.xml
-
+4
−4
pom.xml
-
+1
−1
tool/pom.xml
|
@@ -15,7 +15,7 @@ |
|
|
<parent>
|
|
|
<groupId>org.sakaiproject.shortenedurl</groupId>
|
|
|
<artifactId>shortenedurl</artifactId>
|
|
|
- <version>1.0.0-b02-SNAPSHOT</version>
|
|
|
+ <version>1.0.0-rc01</version>
|
|
|
</parent>
|
|
|
|
|
|
<dependencies>
|
|
|
|
@@ -11,7 +11,7 @@ |
|
|
<parent>
|
|
|
<groupId>org.sakaiproject.shortenedurl</groupId>
|
|
|
<artifactId>shortenedurl</artifactId>
|
|
|
- <version>1.0.0-b02-SNAPSHOT</version>
|
|
|
+ <version>1.0.0-rc01</version>
|
|
|
</parent>
|
|
|
|
|
|
<dependencies>
|
|
|
|
@@ -15,7 +15,7 @@ |
|
|
<parent>
|
|
|
<groupId>org.sakaiproject.shortenedurl</groupId>
|
|
|
<artifactId>shortenedurl</artifactId>
|
|
|
- <version>1.0.0-b02-SNAPSHOT</version>
|
|
|
+ <version>1.0.0-rc01</version>
|
|
|
</parent>
|
|
|
|
|
|
<dependencies>
|
|
|
|
@@ -11,7 +11,7 @@ |
|
|
<parent>
|
|
|
<groupId>org.sakaiproject.shortenedurl</groupId>
|
|
|
<artifactId>shortenedurl</artifactId>
|
|
|
- <version>1.0.0-b02-SNAPSHOT</version>
|
|
|
+ <version>1.0.0-rc01</version>
|
|
|
</parent>
|
|
|
|
|
|
<properties>
|
|
|
|
@@ -11,7 +11,7 @@ |
|
|
<name>Sakai Shortened URL Service</name>
|
|
|
<groupId>org.sakaiproject.shortenedurl</groupId>
|
|
|
<artifactId>shortenedurl</artifactId>
|
|
|
- <version>1.0.0-b02-SNAPSHOT</version>
|
|
|
+ <version>1.0.0-rc01</version>
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
<organization>
|
|
@@ -56,9 +56,9 @@ |
|
|
</properties>
|
|
|
|
|
|
<scm>
|
|
|
- <connection>scm:svn:https://source.sakaiproject.org/svn/shortenedurl/branches/shortenedurl-1.0.x</connection>
|
|
|
- <developerConnection>scm:svn:https://source.sakaiproject.org/svn/shortenedurl/branches/shortenedurl-1.0.x</developerConnection>
|
|
|
- <url>https://source.sakaiproject.org/svn/shortenedurl/branches/shortenedurl-1.0.x</url>
|
|
|
+ <connection>scm:svn:https://source.sakaiproject.org/svn/shortenedurl/tags/shortenedurl-1.0.0-rc01</connection>
|
|
|
+ <developerConnection>scm:svn:https://source.sakaiproject.org/svn/shortenedurl/tags/shortenedurl-1.0.0-rc01</developerConnection>
|
|
|
+ <url>https://source.sakaiproject.org/svn/shortenedurl/tags/shortenedurl-1.0.0-rc01</url>
|
|
|
</scm>
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
@@ -12,7 +12,7 @@ |
|
|
<parent>
|
|
|
<groupId>org.sakaiproject.shortenedurl</groupId>
|
|
|
<artifactId>shortenedurl</artifactId>
|
|
|
- <version>1.0.0-b02-SNAPSHOT</version>
|
|
|
+ <version>1.0.0-rc01</version>
|
|
|
</parent>
|
|
|
|
|
|
<dependencies>
|
|
|
0 comments on commit
c6636a8