Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lindareijnhoudt committed Oct 27, 2020
1 parent 6606ab6 commit edc3285
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>nl.knaw.dans.easy</groupId>
<artifactId>easy-archive-bag</artifactId>
<name>EASY Archive Bag Command</name>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<inceptionYear>2015</inceptionYear>

<properties>
Expand Down Expand Up @@ -94,4 +94,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>v2.2.1</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>nl.knaw.dans.easy</groupId>
<artifactId>easy-archive-bag-lib</artifactId>
<name>EASY Archive Bag Library</name>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<inceptionYear>2015</inceptionYear>

<dependencies>
Expand Down Expand Up @@ -118,4 +118,8 @@
<url>https://maven.dans.knaw.nl/snapshots/</url>
</repository>
</repositories>

<scm>
<tag>v2.2.1</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>nl.knaw.dans.easy</groupId>
<artifactId>easy-archive-bag-build</artifactId>
<name>EASY Archive Bag Master Build</name>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<inceptionYear>2015</inceptionYear>

<packaging>pom</packaging>
Expand All @@ -33,7 +33,7 @@

<scm>
<developerConnection>scm:git:https://github.com/DANS-KNAW/easy-archive-bag</developerConnection>
<tag>HEAD</tag>
<tag>v2.2.1</tag>
</scm>

<build>
Expand Down

0 comments on commit edc3285

Please sign in to comment.