Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tcurdt committed Aug 23, 2019
1 parent db2bcb3 commit b41c690
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ the plugin to your POM like this
<plugin>
<artifactId>jdeb</artifactId>
<groupId>org.vafer</groupId>
<version>1.7</version>
<version>1.8</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.7</version>
<version>1.8</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.7</version>
<version>1.8</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion src/examples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<plugin>
<artifactId>jdeb</artifactId>
<groupId>org.vafer</groupId>
<version>1.7</version>
<version>1.8</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit b41c690

Please sign in to comment.