Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
adennie committed Oct 6, 2015
1 parent 9583ecb commit 77503dd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<relativePath/>
<relativePath />
</parent>

<groupId>com.fizz-buzz</groupId>
<artifactId>fb-android-dagger</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<packaging>aar</packaging>
<name>fb-android-dagger</name>
<description>A helper library for using dagger on Android</description>
Expand Down Expand Up @@ -40,7 +39,7 @@
<url>http://github.com/adennie/fb-android-dagger/</url>
<connection>scm:git:https://github.com/adennie/fb-android-dagger.git</connection>
<developerConnection>scm:git:https://github.com/adennie/fb-android-dagger.git</developerConnection>
<tag>HEAD</tag>
<tag>1.0.7</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -167,7 +166,7 @@
<id>enforce</id>
<configuration>
<rules>
<DependencyConvergence/>
<DependencyConvergence />
</rules>
</configuration>
<goals>
Expand Down

0 comments on commit 77503dd

Please sign in to comment.