Skip to content

Commit

Permalink
bumping up to 0.2.6 for lambok upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimateDogg committed May 9, 2018
1 parent e505274 commit 08942fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Maven Python Distribute Plugin
==============================

**version**: 0.2.5
**version**: 0.2.6

This plugin integrates the Python **distribute** module into the Maven build:

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.UltimateDogg</groupId>
<artifactId>maven-python-distribute-plugin</artifactId>
<version>0.2.5</version>
<version>0.2.6</version>
<packaging>maven-plugin</packaging>
<name>Maven Python Distribute Plugin</name>
<url>https://github.com/UltimateDogg/maven-python-distribute-plugin</url>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>0.11.2</version>
<version>1.16.20</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 08942fa

Please sign in to comment.