Skip to content

Commit ca2dfde

Browse files
committed
"Aozan is now 3.1.1"
1 parent 80a8df7 commit ca2dfde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM centos:7
99
MAINTAINER Laurent Jourdren <[email protected]>
1010

1111
# Install Aozan public version
12-
ADD https://github.com/GenomiqueENS/aozan/releases/download/v3.1/aozan-3.1.tar.gz /tmp/
12+
ADD https://github.com/GenomiqueENS/aozan/releases/download/v3.1.1/aozan-3.1.1.tar.gz /tmp/
1313

1414
RUN cd /usr/local && \
1515
tar xzf /tmp/aozan-*.tar.gz && \

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>fr.ens.biologie.genomique</groupId>
66
<artifactId>aozan</artifactId>
7-
<version>3.2-SNAPSHOT</version>
7+
<version>3.1.1</version>
88
<packaging>jar</packaging>
99

1010
<name>Aozan</name>

src/changes/changes.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@
10751075
</action>
10761076
</release>
10771077

1078-
<release version="3.1.1" description="Aozan 3.1 release" date="TBD">
1078+
<release version="3.1.1" description="Aozan 3.1.1 release" date="2024-07-17">
10791079
<action dev="jourdren" type="update">
10801080
Aozan now use Kenetre 0.27 has dependency.
10811081
</action>

0 commit comments

Comments
 (0)