Skip to content

Commit f6364f5

Browse files
committed
Change version to 1.5.0
1 parent 9308400 commit f6364f5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.sing_group</groupId>
1111
<artifactId>compi</artifactId>
12-
<version>1.5.0-SNAPSHOT</version>
12+
<version>1.5.0</version>
1313
<!--
1414
WARNING: change version using (in the parent project):
1515
mvn versions:set -DnewVersion=[new_version]

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.sing_group</groupId>
1212
<artifactId>compi</artifactId>
13-
<version>1.5.0-SNAPSHOT</version>
13+
<version>1.5.0</version>
1414
<!--
1515
WARNING: change version using (in the parent project):
1616
mvn versions:set -DnewVersion=[new_version]

dk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.sing_group</groupId>
1111
<artifactId>compi</artifactId>
12-
<version>1.5.0-SNAPSHOT</version>
12+
<version>1.5.0</version>
1313
<!--
1414
WARNING: change version using (in the parent project):
1515
mvn versions:set -DnewVersion=[new_version]

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
# General information about the project.
4545
project = u'compi'
46-
copyright = u'2019-2021, Daniel Glez-Peña, Osvaldo Graña, Miguel Reboiro-Jato, Hugo López-Fernández, Alba Nogueira-Rodríguez'
46+
copyright = u'2019-2022, Daniel Glez-Peña, Osvaldo Graña, Miguel Reboiro-Jato, Hugo López-Fernández, Alba Nogueira-Rodríguez'
4747
author = u'Daniel Glez-Peña, Osvaldo Graña, Miguel Reboiro-Jato, Hugo López-Fernández, Alba Nogueira-Rodríguez'
4848

4949
# The version info for the project you're documenting, acts as replacement for

e2e-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.sing_group</groupId>
1111
<artifactId>compi</artifactId>
12-
<version>1.5.0-SNAPSHOT</version>
12+
<version>1.5.0</version>
1313
<!--
1414
WARNING: change version using (in the parent project):
1515
mvn versions:set -DnewVersion=[new_version]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.sing_group</groupId>
77
<artifactId>compi</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.5.0-SNAPSHOT</version>
9+
<version>1.5.0</version>
1010
<!-- WARNING: change version using (in the parent project): mvn versions:set -DnewVersion=[new_version] mvn versions:commit This will change the version
1111
in all modules at-once -->
1212

0 commit comments

Comments
 (0)