Skip to content

Commit

Permalink
Release 2.1
Browse files Browse the repository at this point in the history
Pin direct dependencies for reproducibility
  • Loading branch information
dlazesz committed Apr 20, 2020
1 parent 997e9e7 commit e83acaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

<groupId>hu.ppke.itk.nlpg</groupId>
<artifactId>purepos</artifactId>
<version>2.1-dev</version>
<version>2.1</version>
<packaging>jar</packaging>

<name>purepos</name>
<url>http://nlpg.itk.ppke.hu/purepos</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2018-10-05T16:14:00Z</project.build.outputTimestamp>
</properties>

<build>
Expand All @@ -28,6 +29,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<archive>
<manifest>
Expand All @@ -38,6 +40,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<archive>
<manifest>
Expand Down

0 comments on commit e83acaa

Please sign in to comment.