Skip to content

Commit c4f213d

Browse files
committed
[maven-release-plugin] prepare release v1.12.1
1 parent e47036c commit c4f213d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ help :
4040
echo " Tests the Docker image" >&2
4141

4242
# FIXME: don't hard-code
43-
assembly/VERSION := 1.12.1-SNAPSHOT
43+
assembly/VERSION := 1.12.1
4444
assembly/BASEDIR := .
4545
MVN_LOCAL_REPOSITORY ?= $(HOME)/.m2/repository
4646

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
</parent>
1010
<groupId>org.daisy.pipeline</groupId>
1111
<artifactId>assembly</artifactId>
12-
<version>1.12.1-SNAPSHOT</version>
12+
<version>1.12.1</version>
1313
<packaging>pom</packaging>
1414
<name>DAISY Pipeline 2 :: Assembly</name>
1515
<description>Builds the main distribution of the DAISY Pipeline 2.</description>
1616
<scm>
1717
<connection>scm:git:git@github.com:daisy-consortium/pipeline-assembly.git</connection>
1818
<url>scm:git:git@github.com:daisy-consortium/pipeline-assembly.git</url>
1919
<developerConnection>scm:git:git@github.com:daisy-consortium/pipeline-assembly.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>v1.12.1</tag>
2121
</scm>
2222
<properties>
2323
<cli.version>2.1.1</cli.version>

0 commit comments

Comments
 (0)