Skip to content

Commit

Permalink
Move to version 2.0.0-SNAPSHOT, add myself to pom and remove unused p…
Browse files Browse the repository at this point in the history
…roperty in pom
  • Loading branch information
tchemit committed Apr 12, 2018
1 parent 06a66d9 commit 8ba4027
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>wagon-maven-plugin</artifactId>
<version>1.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Wagon Maven Plugin</name>

Expand Down Expand Up @@ -60,6 +60,17 @@
<role>Developer</role>
</roles>
</developer>
<developer>
<name>Tony Chemit</name>
<id>tchemit</id>
<organization>Ultreia.io</organization>
<organizationUrl>https://www.ultreia.io</organizationUrl>
<email>[email protected]</email>
<timezone>Europe/Paris</timezone>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>

<licenses>
Expand All @@ -74,7 +85,6 @@
<maven.api.version>3.2.5</maven.api.version>
<mojo.java.target>1.7</mojo.java.target>
<wagon.api.version>3.0.0</wagon.api.version>
<scmpublish.content>${project.build.directory}/staging/wagon-maven-plugin</scmpublish.content>

<takari-plugin-testing.version>2.9.0</takari-plugin-testing.version>
<takari-lifecycle-plugin.version>1.12.2</takari-lifecycle-plugin.version>
Expand Down Expand Up @@ -165,7 +175,7 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<!--dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http</artifactId>
<version>${wagon.api.version}</version>
Expand All @@ -188,7 +198,7 @@
<artifactId>plexus-component-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency-->

<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 8ba4027

Please sign in to comment.