Skip to content

Commit

Permalink
[maven-release-plugin] prepare release umobile-1.0.0-RC1
Browse files Browse the repository at this point in the history
git-svn-id: https://source.jasig.org/uPortal/branches/umobile-trunk@24488 f5dbab47-78f9-eb45-b975-e544023573eb
  • Loading branch information
bourey committed Jul 26, 2011
1 parent ed8b398 commit 5edcd89
Show file tree
Hide file tree
Showing 20 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion bootstrap/hsqldb/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.jasig.umobile.server</groupId>
<artifactId>bootstrap</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/pluto-assembler/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.jasig.umobile.server</groupId>
<artifactId>bootstrap</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server</groupId>
<artifactId>umobile-parent</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/uportal-ant-tasks/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.jasig.umobile.server</groupId>
<artifactId>bootstrap</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -10,17 +10,17 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.umobile.server</groupId>
<artifactId>umobile-parent</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
<packaging>pom</packaging>

<name>uPortal Parent</name>
<description>The root project definition for the uPortal project.</description>
<url>${jasig-site-base}/uportal/${project.version}</url>

<scm>
<connection>scm:svn:https://source.jasig.org/uPortal/branches/umobile-trunk</connection>
<developerConnection>scm:svn:https://source.jasig.org/uPortal/branches/umobile-trunk</developerConnection>
<url>https://developer.jasig.org/source/browse/jasigsvn/uPortal/branches/umobile-trunk</url>
<connection>scm:svn:https://source.jasig.org/uPortal/tags/umobile-1.0.0-RC1</connection>
<developerConnection>scm:svn:https://source.jasig.org/uPortal/tags/umobile-1.0.0-RC1</developerConnection>
<url>https://developer.jasig.org/source/browse/jasigsvn/uPortal/tags/umobile-1.0.0-RC1</url>
</scm>
<!--
<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion uportal-ear/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server</groupId>
<artifactId>umobile-parent</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion uportal-portlets-overlay/BookmarksPortlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server.portlets-overlay</groupId>
<artifactId>umobile-portlets-overlay</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions uportal-portlets-overlay/CalendarPortlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server.portlets-overlay</groupId>
<artifactId>umobile-portlets-overlay</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -96,7 +96,7 @@
</dependencies>
<configuration>
<tasks>
<property name="plugin_classpath" refid="maven.plugin.classpath"/>
<property name="plugin_classpath" refid="maven.plugin.classpath" />

<java failonerror="true" classname="org.danann.cernunnos.runtime.Main">
<sysproperty key="log4j.configuration" value="command-line.log4j.properties" />
Expand All @@ -106,7 +106,7 @@

<arg value="classpath://org/jasig/portlet/calendar/io/import.crn.xml" />
<arg value="${basedir}/portlet-data" />
<arg value="${project.build.directory}/${artifactId}/WEB-INF/context/importExportContext.xml"/>
<arg value="${project.build.directory}/${artifactId}/WEB-INF/context/importExportContext.xml" />
</java>
</tasks>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion uportal-portlets-overlay/CoursesPortlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server.portlets-overlay</groupId>
<artifactId>umobile-portlets-overlay</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion uportal-portlets-overlay/FunctionalTestsPortlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server.portlets-overlay</groupId>
<artifactId>umobile-portlets-overlay</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion uportal-portlets-overlay/MapPortlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server.portlets-overlay</groupId>
<artifactId>umobile-portlets-overlay</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions uportal-portlets-overlay/NewsReaderPortlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server.portlets-overlay</groupId>
<artifactId>umobile-portlets-overlay</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -96,7 +96,7 @@
</dependencies>
<configuration>
<tasks>
<property name="plugin_classpath" refid="maven.plugin.classpath"/>
<property name="plugin_classpath" refid="maven.plugin.classpath" />

<java failonerror="true" classname="org.danann.cernunnos.runtime.Main">
<sysproperty key="log4j.configuration" value="command-line.log4j.properties" />
Expand All @@ -106,7 +106,7 @@

<arg value="classpath://org/jasig/portlet/newsreader/io/import.crn.xml" />
<arg value="${basedir}/portlet-data" />
<arg value="${project.build.directory}/${artifactId}/WEB-INF/context/importExportContext.xml"/>
<arg value="${project.build.directory}/${artifactId}/WEB-INF/context/importExportContext.xml" />
</java>
</tasks>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion uportal-portlets-overlay/SimpleContentPortlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server.portlets-overlay</groupId>
<artifactId>umobile-portlets-overlay</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion uportal-portlets-overlay/WeatherPortlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server.portlets-overlay</groupId>
<artifactId>umobile-portlets-overlay</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion uportal-portlets-overlay/WebProxyPortlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server.portlets-overlay</groupId>
<artifactId>umobile-portlets-overlay</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion uportal-portlets-overlay/cas-proxy-test-portlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server.portlets-overlay</groupId>
<artifactId>umobile-portlets-overlay</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion uportal-portlets-overlay/jasig-widget-portlets/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server.portlets-overlay</groupId>
<artifactId>umobile-portlets-overlay</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion uportal-portlets-overlay/pluto-testsuite/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server.portlets-overlay</groupId>
<artifactId>umobile-portlets-overlay</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion uportal-portlets-overlay/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server</groupId>
<artifactId>umobile-parent</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion uportal-war/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.umobile.server</groupId>
<artifactId>umobile-parent</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 5edcd89

Please sign in to comment.