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

Commit

Permalink
updated version strings used to 2.11.2 as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Feb 18, 2015
1 parent 43d238c commit 41c6712
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion book-nexus.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This book covers the concepts of component lifecycle and repository
management in general and specifically the usage of Sonatype Nexus Open
Source and Sonatype Nexus Professional. It details all aspects of
set-up and running Nexus with the features of the latest release
version 2.11.1.
version 2.11.2.

This book was last updated and published on {localdate}.

Expand Down
2 changes: 1 addition & 1 deletion chapter-configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ Nexus server version.
<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-client-core</artifactId>
<version>2.11.1-01</version>
<version>2.11.2-03</version>
</dependency>
----

Expand Down
22 changes: 11 additions & 11 deletions chapter-installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ http://www.sonatype.org/nexus/go[http://www.sonatype.org/nexus/go]
and choose Nexus (TGZ) or Nexus (ZIP) shown in
<<fig-installing-open-source-dl>>. This will download a a Gzip TAR (TGZ)
or a ZIP with identical contents. Your download will be file named
+nexus-2.11.1-01-bundle.zip+ or +nexus-2.11.1-01-bundle.tar.gz+.
+nexus-2.11.2-03-bundle.zip+ or +nexus-2.11.2-03-bundle.tar.gz+.

[[fig-installing-open-source-dl]]
.Downloading Nexus Open Source
Expand Down Expand Up @@ -77,20 +77,20 @@ home directory or wherever you like. Nexus doesn't have any hard coded
directories. It will run from any directory. If you downloaded the ZIP

----
$ unzip nexus-2.11.1-01-bundle.zip
$ unzip nexus-2.11.2-03-bundle.zip
----

And, if you download the GZip'd TAR archive, run:

----
$ tar xvzf nexus-2.11.1-01-bundle.tar.gz
$ tar xvzf nexus-2.11.2-03-bundle.tar.gz
----

For Nexus professional the equivalent commands would be

----
$ unzip nexus-professional-2.11.1-01-bundle.zip
$ tar xvzf nexus-professional-2.11.1-01-bundle.tar.gz
$ unzip nexus-professional-2.11.2-03-bundle.zip
$ tar xvzf nexus-professional-2.11.2-03-bundle.tar.gz
----

CAUTION: There are some known incompatibilities with the version of the tar
Expand All @@ -100,17 +100,17 @@ end up with corrupted files.

NOTE: If you are installing Nexus on a server, you might want to use a
directory other than your home directory. On a Unix machine, this book
assumes that Nexus is installed in +/usr/local/nexus-2.11.1-01+
assumes that Nexus is installed in +/usr/local/nexus-2.11.2-03+
with a symbolic link +/usr/local/nexus+ to the +nexus+ directory. Using a
generic symbolic link +nexus+ to a specific version is a common practice
which makes it easier to upgrade when a newer version of Nexus is made
available.

----
$ sudo cp nexus-2.11.1-01-bundle.tar.gz /usr/local
$ sudo cp nexus-2.11.2-03-bundle.tar.gz /usr/local
$ cd /usr/local
$ sudo tar xvzf nexus-2.11.1-01-bundle.tar.gz
$ sudo ln -s nexus-2.11.1-01 nexus
$ sudo tar xvzf nexus-2.11.2-03-bundle.tar.gz
$ sudo ln -s nexus-2.11.2-03 nexus
----

Although it isn't required for Nexus to run, you may want to set an
Expand All @@ -124,8 +124,8 @@ to run Nexus as a specific user you could install into the
+AppData\Local+ directory of that users home directory. Otherwise
simply go with e.g., +C:\nexus+ or something similar.

The Nexus installation directory +nexus-2.11.1-01+ or
+nexus-professional-2.11.1-01+ has a sibling directory named
The Nexus installation directory +nexus-2.11.2-03+ or
+nexus-professional-2.11.2-03+ has a sibling directory named
+sonatype-work+. This directory contains all of the repository and
configuration data for Nexus and is stored outside of the Nexus
installation directory to make it easier to upgrade to a newer version
Expand Down
2 changes: 1 addition & 1 deletion chapter-using-plugins.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ as displayed in <<fig-nexus-plugins-parent>>.
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-plugins</artifactId>
<version>2.11.1-01</version>
<version>2.11.2-03</version>
</parent>
----

Expand Down

0 comments on commit 41c6712

Please sign in to comment.