Skip to content

Commit 21c94c0

Browse files
committed
Release version 2.2.3
1 parent 7987bb7 commit 21c94c0

File tree

16 files changed

+22
-22
lines changed

16 files changed

+22
-22
lines changed

doc/source/UserGuide_Installation.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Specific instructions for Windows
2828
Java JDK installation
2929
##########################
3030

31-
If Java is not yet installed download the **Java 7 JDK** from `www.oracle.com/technetwork/java/javase/downloads <www.oracle.com/technetwork/java/javase/downloads>`__.
31+
If Java is not yet installed download the **Java 7 JDK** from `http://www.oracle.com/technetwork/java/javase/downloads <http://www.oracle.com/technetwork/java/javase/downloads>`__.
3232

3333
* If your machine is not a 64-bit machine, download the x86 version.
3434
* Install the .exe file
@@ -56,7 +56,7 @@ Specific instructions for OS X
5656
Java JDK installation
5757
##########################
5858

59-
If Java is not yet installed download the **Java 7 JDK** from `www.oracle.com/technetwork/java/javase/downloads <www.oracle.com/technetwork/java/javase/downloads>`__.
59+
If Java is not yet installed download the **Java 7 JDK** from `http://www.oracle.com/technetwork/java/javase/downloads <http://www.oracle.com/technetwork/java/javase/downloads>`__.
6060

6161

6262
Install the .dmg file normally. Note that you need to install the JDK version of Java, otherwise Gitools
@@ -101,7 +101,7 @@ Specific instructions for Linux
101101
Java JDK installation
102102
##########################
103103

104-
If Java is not yet installed download the **Java 7 JDK** from `www.oracle.com/technetwork/java/javase/downloads <www.oracle.com/technetwork/java/javase/downloads>`__.
104+
If Java is not yet installed download the **Java 7 JDK** from `http://www.oracle.com/technetwork/java/javase/downloads <http://www.oracle.com/technetwork/java/javase/downloads>`__.
105105

106106
* If your machine is not a 64-bit machine, download the x86 version.
107107
* Extract the download Java file into a folder
@@ -131,7 +131,7 @@ Imagine that you have uncompressed the zip file into */opt/gitools-2.2.0-bin*. I
131131
Gitools to the command line changing the *PATH* variable. In order to do this, just open **~/.bashrc** file and add
132132
this line at the bottom :
133133

134-
``export PATH=/opt/gitools-2.2.0-bin/bin:$PATH``
134+
``export PATH=/opt/gitools-2.2.0-bin:$PATH``
135135

136136
Start a new terminal and you should be able to run Gitools graphical interface typing:
137137

@@ -166,7 +166,7 @@ Download from github or checkout via the command ``[email protected]:gitools/gitool
166166
167167
# Extract it and run
168168
cd target
169-
unzip gitools-2.0.0-bin.zip
170-
gitools-2.0.0/bin/gitools
169+
unzip gitools-2.2.3-bin.zip
170+
gitools-2.2.3/gitools
171171
172172

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
# General information about the project.
4545
project = 'Gitools'
46-
copyright = '2014, Biomedical Lab, Barcelona'
46+
copyright = '2015, Biomedical Lab, Barcelona'
4747

4848
# The version info for the project you're documenting, acts as replacement for
4949
# |version| and |release|, also used in various other places throughout the
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '2.2'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '2.2.2'
55+
release = '2.2.3'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

org.gitools.analysis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gitools</artifactId>
77
<groupId>org.gitools</groupId>
8-
<version>2.3.0-SNAPSHOT</version>
8+
<version>2.2.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

org.gitools.api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gitools</artifactId>
77
<groupId>org.gitools</groupId>
8-
<version>2.3.0-SNAPSHOT</version>
8+
<version>2.2.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

org.gitools.cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.gitools</groupId>
55
<artifactId>gitools</artifactId>
6-
<version>2.3.0-SNAPSHOT</version>
6+
<version>2.2.3</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

org.gitools.datasources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gitools</artifactId>
77
<groupId>org.gitools</groupId>
8-
<version>2.3.0-SNAPSHOT</version>
8+
<version>2.2.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

org.gitools.heatmap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gitools</artifactId>
77
<groupId>org.gitools</groupId>
8-
<version>2.3.0-SNAPSHOT</version>
8+
<version>2.2.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

org.gitools.matrix/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gitools</artifactId>
77
<groupId>org.gitools</groupId>
8-
<version>2.3.0-SNAPSHOT</version>
8+
<version>2.2.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

org.gitools.persistence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gitools</artifactId>
77
<groupId>org.gitools</groupId>
8-
<version>2.3.0-SNAPSHOT</version>
8+
<version>2.2.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

org.gitools.plugins.mutex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gitools</artifactId>
77
<groupId>org.gitools</groupId>
8-
<version>2.3.0-SNAPSHOT</version>
8+
<version>2.2.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)