Skip to content

Commit

Permalink
🐓 Prep release.
Browse files Browse the repository at this point in the history
  • Loading branch information
psbrandt committed Jan 4, 2020
1 parent ac0d1ac commit 8513e37
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>edu.phema</groupId>
<artifactId>phema-elm-to-ohdsi</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.2</version>
<packaging>jar</packaging>

<name>phema-elm-to-ohdsi</name>
Expand Down Expand Up @@ -316,11 +316,11 @@
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>
Expand All @@ -332,7 +332,7 @@
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 8513e37

Please sign in to comment.