Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard van Heest committed Dec 4, 2019
1 parent a80c843 commit dd9298e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
9 changes: 6 additions & 3 deletions command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -30,7 +29,7 @@
<groupId>nl.knaw.dans.easy</groupId>
<artifactId>easy-archive-bag</artifactId>
<name>EASY Archive Bag Command</name>
<version>1.3.6-SNAPSHOT</version>
<version>2.0.0</version>
<inceptionYear>2015</inceptionYear>

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

<scm>
<tag>v2.0.0</tag>
</scm>
</project>
11 changes: 7 additions & 4 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,20 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>nl.knaw.dans.shared</groupId>
<artifactId>dans-scala-project</artifactId>
<version>5.1.0</version>
<relativePath/>
<relativePath />
</parent>

<groupId>nl.knaw.dans.easy</groupId>
<artifactId>easy-archive-bag-lib</artifactId>
<name>EASY Archive Bag Library</name>
<version>1.3.6-SNAPSHOT</version>
<version>2.0.0</version>
<inceptionYear>2015</inceptionYear>

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

<scm>
<tag>v2.0.0</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>1.3.6-SNAPSHOT</version>
<version>2.0.0</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.0.0</tag>
</scm>

<build>
Expand Down

0 comments on commit dd9298e

Please sign in to comment.