Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrien committed Aug 18, 2010
2 parents 929719b + e515a8f commit f8ba594
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion cjcook-content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.discursive.cjcook</groupId>
<artifactId>cjcook-parent</artifactId>
<version>0.25</version>
<version>0.26-SNAPSHOT</version>
</parent>
<artifactId>cjcook-content</artifactId>
<packaging>jar</packaging>
Expand Down
14 changes: 6 additions & 8 deletions cjcook-content/src/main/resources/book-cjcook.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@

<edition>Second</edition>

<authorgroup>
<author>
<author>
<firstname>Timothy M.</firstname>

<surname>O'Brien</surname>

<authorblurb role="web">
<para><ulink
url="http://www.oreillynet.com/cs/catalog/view/au/1738?x-t=book.view"></ulink></para>
<para><ulink
url="http://www.oreillynet.com/cs/catalog/view/au/1738?x-t=book.view"></ulink></para>
</authorblurb>
</author>
</authorgroup>
</author>

<publisher>
<publishername>${organization.name}</publishername>
Expand Down
2 changes: 1 addition & 1 deletion cjcook-epub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.discursive.cjcook</groupId>
<artifactId>cjcook-parent</artifactId>
<version>0.25</version>
<version>0.26-SNAPSHOT</version>
</parent>
<artifactId>cjcook-epub</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cjcook-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cjcook-parent</artifactId>
<groupId>com.discursive.cjcook</groupId>
<version>0.25</version>
<version>0.26-SNAPSHOT</version>
</parent>
<artifactId>cjcook-examples</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cjcook-html/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.discursive.cjcook</groupId>
<artifactId>cjcook-parent</artifactId>
<version>0.25</version>
<version>0.26-SNAPSHOT</version>
</parent>
<artifactId>cjcook-html</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cjcook-pdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.discursive.cjcook</groupId>
<artifactId>cjcook-parent</artifactId>
<version>0.25</version>
<version>0.26-SNAPSHOT</version>
</parent>
<artifactId>cjcook-pdf</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cjcook-single-html/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.discursive.cjcook</groupId>
<artifactId>cjcook-parent</artifactId>
<version>0.25</version>
<version>0.26-SNAPSHOT</version>
</parent>
<artifactId>cjcook-single-html</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cjcook-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.discursive.cjcook</groupId>
<artifactId>cjcook-parent</artifactId>
<version>0.25</version>
<version>0.26-SNAPSHOT</version>
</parent>
<artifactId>cjcook-site</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.discursive.cjcook</groupId>
<artifactId>cjcook-parent</artifactId>
<version>0.25</version>
<version>0.26-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Common Java Cookbook</name>
<description>A Common Cookbook for Java</description>
Expand Down

0 comments on commit f8ba594

Please sign in to comment.