Skip to content

Commit

Permalink
preparing for 1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tcurdt committed Oct 16, 2018
1 parent 065bacd commit de7ffb4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
@@ -1,3 +1,11 @@
## Version 1.7, released xx.xx.2018

* [FIX] Fixed a regression. Always provide the proper relative paths in archives.
* [FIX] Upgraded deps
* [FIX] Windows fixes
* [ADD] Added example to show file and dirmode
* [ADD] Added support custom snapshot patterns (Thanks to Jamie Magee)

## Version 1.6, released 03.01.2018

* [CHG] Upgraded Commons Compress
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,8 +14,8 @@ additional native tools installed.
Check the documentation on how to use it with [Maven](http://github.com/tcurdt/jdeb/blob/master/docs/maven.md)
or [Ant](http://github.com/tcurdt/jdeb/blob/master/docs/ant.md). Especially don't forget to check out the
[examples](http://github.com/tcurdt/jdeb/blob/master/src/examples/). Current
[javadocs](http://tcurdt.github.com/jdeb/release/1.6/apidocs/) and a source
[xref](http://tcurdt.github.com/jdeb/release/1.6/xref/) is also available.
[javadocs](http://tcurdt.github.com/jdeb/release/1.7/apidocs/) and a source
[xref](http://tcurdt.github.com/jdeb/release/1.7/xref/) is also available.


## Where to get it
Expand Down
6 changes: 3 additions & 3 deletions docs/maven.md
Expand Up @@ -9,7 +9,7 @@ the plugin to your POM like this
<plugin>
<artifactId>jdeb</artifactId>
<groupId>org.vafer</groupId>
<version>1.6</version>
<version>1.7</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -47,7 +47,7 @@ Or if you want to build a custom deb file
<extension>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
<version>1.6</version>
<version>1.7</version>
</extension>
</extensions>
<pluginManagement>
Expand Down Expand Up @@ -185,7 +185,7 @@ include a directory, a tarball, and a file in your deb package and then sign it
<plugin>
<artifactId>jdeb</artifactId>
<groupId>org.vafer</groupId>
<version>1.6</version>
<version>1.7</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -17,7 +17,7 @@
<maven>3.0</maven>
</prerequisites>
<name>jdeb</name>
<version>1.6</version>
<version>1.7</version>
<description>
This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross
platform manner. Build your Debian packages on any platform that has Java support. Windows, Linux, OS X - it doesn't
Expand Down
2 changes: 1 addition & 1 deletion src/examples/maven/pom.xml
Expand Up @@ -14,7 +14,7 @@
<plugin>
<artifactId>jdeb</artifactId>
<groupId>org.vafer</groupId>
<version>1.5</version>
<version>1.7</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit de7ffb4

Please sign in to comment.