Skip to content

Commit

Permalink
Fix for 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Aug 17, 2017
1 parent a88fea4 commit 2380a56
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>xyz.luan</groupId>
<artifactId>parent-pom</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<artifactId>http-facade</artifactId>
<version>1.4</version>
<version>1.4.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -29,18 +29,6 @@
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 2380a56

Please sign in to comment.