Skip to content

Commit

Permalink
Bump version and add source Jar creation
Browse files Browse the repository at this point in the history
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
  • Loading branch information
goneall committed Jul 26, 2020
1 parent 8b7b59c commit 33049a1
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.spdx</groupId>
<artifactId>spdx-tools</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<name>SPDX tools</name>
<description>SPDX tools</description>
<licenses>
Expand Down Expand Up @@ -429,6 +429,20 @@ This license is based on the Apache Software License, version 1.1.</extractedTex
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
Expand Down

0 comments on commit 33049a1

Please sign in to comment.