Skip to content

Commit

Permalink
Accidently removed the property definition which is needed.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1799762 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
khmarbaise committed Jun 24, 2017
1 parent 751c086 commit bf86b9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<name>Apache Maven Archiver</name>
<description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>

<properties>
<mavenVersion>3.0</mavenVersion>
</properties>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-archiver</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-archiver</developerConnection>
Expand Down

0 comments on commit bf86b9d

Please sign in to comment.