Skip to content

Commit

Permalink
Prepare Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspouzac committed Apr 15, 2015
1 parent bc605ed commit f887a86
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.databene</groupId>
<artifactId>contiperf</artifactId>
<version>2.4.2</version>
<version>2.4.3</version>

<packaging>jar</packaging>
<name>databene ContiPerf</name>
Expand Down Expand Up @@ -83,7 +83,7 @@
</developers>

<properties>
<version.junit>4.12</version.junit>
<version.junit>4.12</version.junit>
<version.wagon-ftp>1.0-alpha-6</version.wagon-ftp>
<version.maven-resources-plugin>2.6</version.maven-resources-plugin>
<version.maven-site-plugin>3.3</version.maven-site-plugin>
Expand All @@ -108,14 +108,14 @@

<build>

<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ftp</artifactId>
<version>${version.wagon-ftp}</version>
</extension>
</extensions>

<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ftp</artifactId>
<version>${version.wagon-ftp}</version>
</extension>
</extensions>

<resources>
<resource>
<filtering>true</filtering>
Expand Down Expand Up @@ -230,7 +230,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
<version>${version.jdepend-maven-plugin}</version>
<version>${version.jdepend-maven-plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

1 comment on commit f887a86

@ekovacs
Copy link

@ekovacs ekovacs commented on f887a86 Oct 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please push this to maven central?

Please sign in to comment.