Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppouchin committed May 5, 2021
1 parent b61799b commit b1e96e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image: maven:3-jdk-8
variables:
CI_PROJECT_PATH: "ReightI/test-nucleusj-ci-cd"
API_IMAGE_NAME: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
VERSION: "1.2.3"
VERSION: "1.2.4"

stages:
- compile
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To increase the number of nuclei considered in a single analysis, a method was i

# Downloading and manual user links

Downloading Last version : [jar](https://gitlab.com/api/v4/projects/19044962/packages/maven/burp/NucleusJ_2/1.2.3/NucleusJ_2-1.2.3.jar)
Downloading Last version : [jar](https://gitlab.com/api/v4/projects/19044962/packages/maven/burp/NucleusJ_2/1.2.4/NucleusJ_2-1.2.4.jar)

Manual user and examples: [wiki](https://gitlab.com/DesTristus/NucleusJ2.0/-/wikis/home)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>igred</groupId>
<artifactId>NucleusJ_2</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>

<name>NucleusJ</name>
<description>Ensemble of ImageJ plugins for nuclear analysis</description>
Expand Down

0 comments on commit b1e96e7

Please sign in to comment.