Skip to content

Commit

Permalink
[maven-release-plugin] copy for tag continuum-docs-1.2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendy Smoak committed Feb 21, 2009
1 parent e415c74 commit 6f1ab38
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
<parent>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.3</version>
</parent>
<artifactId>continuum-docs</artifactId>
<groupId>org.apache.continuum</groupId>
<version>1.2.3.1</version>
<name>Continuum :: docs</name>
<packaging>pom</packaging>
<url>http://continuum.apache.org/docs/${project.version}</url>
Expand All @@ -36,9 +37,9 @@
</site>
</distributionManagement>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/continuum/trunk/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/continuum/trunk/</developerConnection>
<url>http://svn.apache.org/viewvc/continuum/trunk/</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/continuum/tags/continuum-docs-1.2.3.1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/continuum/tags/continuum-docs-1.2.3.1</developerConnection>
<url>http://svn.apache.org/viewvc/continuum/tags/continuum-docs-1.2.3.1</url>
</scm>
<build>
<extensions>
Expand Down
16 changes: 8 additions & 8 deletions src/site/apt/installation/upgrade.apt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ alter table CHANGESET alter column CHANGECOMMENT SET DATA TYPE varchar(8192)

* {{http://repo1.maven.org/maven2/org/apache/maven/continuum/data-management-cli/1.1/data-management-cli-1.1-app.jar}}

* {{http://repo1.maven.org/maven2/org/apache/continuum/data-management-cli/1.2/data-management-cli-1.2-app.jar}}
* {{http://repo1.maven.org/maven2/org/apache/continuum/data-management-cli/1.2.3.1/data-management-cli-1.2.3.1-app.jar}}

The first version of this tool is 1.1-beta-2

Expand All @@ -53,8 +53,8 @@ alter table CHANGESET alter column CHANGECOMMENT SET DATA TYPE varchar(8192)
* Export the build and user data from the old version using the jar for the old version:

+------------------------------------------+
java -Xmx512m -jar data-management-cli-1.1-beta-4-app.jar -buildsJdbcUrl jdbc:derby:${old.continuum.home}/data/continuum/database -mode EXPORT -directory backups
java -Xmx512m -jar data-management-cli-1.1-beta-4-app.jar -usersJdbcUrl jdbc:derby:${old.continuum.home}/data/users/database -mode EXPORT -directory backups
java -Xmx512m -jar data-management-cli-1.1-app.jar -buildsJdbcUrl jdbc:derby:${old.continuum.home}/data/continuum/database -mode EXPORT -directory backups
java -Xmx512m -jar data-management-cli-1.1-app.jar -usersJdbcUrl jdbc:derby:${old.continuum.home}/data/users/database -mode EXPORT -directory userbackups
+------------------------------------------+

* Importing Data to the new version
Expand All @@ -70,8 +70,8 @@ java -Xmx512m -jar data-management-cli-1.1-beta-4-app.jar -usersJdbcUrl jdbc:der
* Import the build and user data into the new version using the jar for the new version:

+------------------------------------------+
java -Xmx512m -jar data-management-cli-1.1-app.jar -buildsJdbcUrl jdbc:derby:${new.continuum.home}/data/continuum/database -mode IMPORT -directory backups
java -Xmx512m -jar data-management-cli-1.2-app.jar -usersJdbcUrl jdbc:derby:${new.continuum.home}/data/users/database -mode IMPORT -directory backups
java -Xmx512m -jar data-management-cli-1.2.3.1-app.jar -buildsJdbcUrl jdbc:derby:${new.continuum.home}/data/databases/users -mode IMPORT -directory backups
java -Xmx512m -jar data-management-cli-1.2.3.1-app.jar -usersJdbcUrl jdbc:derby:${new.continuum.home}/data/databases/continuum -mode IMPORT -directory userbackups
+------------------------------------------+

* <<NEXT_VAL values in SEQUENCE_TABLE must be checked before restarting continuum>>
Expand Down Expand Up @@ -111,7 +111,7 @@ java -Xmx512m -jar data-management-cli-1.2-app.jar -usersJdbcUrl jdbc:derby:${ne
xsltproc copy.xsl builds.xml > fixed-builds.xml
+------------------------------------------+

~~* Upgrade Notes
~~ TODO: link to static export, not diectly to Confluence
~~ Additional notes on upgrading are maintained in the {{{http://cwiki.apache.org/confluence/display/CONTINUUM/Continuum+Upgrade}wiki}}.
* Upgrade Notes

Additional notes on upgrading are maintained in the {{{http://cwiki.apache.org/confluence/display/CONTINUUM/Continuum+Upgrade}wiki}}.

12 changes: 10 additions & 2 deletions src/site/xdoc/release-notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Release Notes</title>
</properties>
<body>

<h2>Release Notes - Continuum - Version 1.2.3</h2>

<p>The Apache Continuum team is pleased to announce Apache Continuum 1.2.3</p>
Expand Down Expand Up @@ -46,7 +46,15 @@
</li>
</ul>


<h3>Changes in Continuum Data Management 1.2.3.1</h3>

<h2> Bug
</h2>
<ul>
<li>[<a href='http://jira.codehaus.org/browse/CONTINUUM-2081'>CONTINUUM-2081</a>] - Database migration tool does not work
</li>
</ul>

Have Fun !
<br/><br/>
--<br/>
Expand Down

0 comments on commit 6f1ab38

Please sign in to comment.