Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard van Heest committed Oct 1, 2019
1 parent 5c37741 commit c3731e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions 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>
<groupId>nl.knaw.dans.shared</groupId>
Expand All @@ -27,14 +26,14 @@
<groupId>nl.knaw.dans.easy</groupId>
<artifactId>easy-archive-bag</artifactId>
<name>EASY Archive Bag</name>
<version>1.3.5-SNAPSHOT</version>
<version>1.3.5</version>
<inceptionYear>2015</inceptionYear>
<properties>
<main-class>nl.knaw.dans.easy.archivebag.EasyArchiveBag</main-class>
</properties>
<scm>
<developerConnection>scm:git:https://github.com/DANS-KNAW/${project.artifactId}</developerConnection>
<tag>HEAD</tag>
<tag>v1.3.5</tag>
</scm>
<dependencies>
<dependency>
Expand Down

0 comments on commit c3731e5

Please sign in to comment.