Skip to content

Commit

Permalink
Version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michalklempa committed Apr 10, 2020
1 parent 4615ec2 commit 802a03a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.michalklempa</groupId>
<artifactId>avro-compose</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>jar</packaging>

<name>Avro Compose</name>
Expand Down Expand Up @@ -128,6 +128,8 @@
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>shaded</shadedClassifierName>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.michalklempa.avro.compose.Main</mainClass>
Expand All @@ -137,7 +139,6 @@
</execution>
</executions>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit 802a03a

Please sign in to comment.