Skip to content

Commit

Permalink
Published 1.4.0.
Browse files Browse the repository at this point in the history
Added minimal MANIFEST.MF.
  • Loading branch information
melezov committed Aug 19, 2015
1 parent b4d2c00 commit c1c9420
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.dslplatform</groupId>
<artifactId>dsl-clc</artifactId>
<packaging>jar</packaging>
<version>1.3.2</version>
<version>1.4.0</version>
<name>DSL Platform - Compiler Command-Line Client</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down Expand Up @@ -46,7 +46,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.5.3</version>
<version>2.5.5</version>
<configuration>
<archive>
<manifest>
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: com.dslplatform.compiler.client.Main

0 comments on commit c1c9420

Please sign in to comment.