This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-downloader.git
commit 3efae4a24715dee4a20cfb5a0124018307e38ba7 Author: Benjamin Bentmann <[email protected]> AuthorDate: Sat Feb 21 10:08:53 2009 +0000 o Formatted POMs git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@746478 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 48 +++++++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 4db0b19..5e093ea 100644 --- a/pom.xml +++ b/pom.xml @@ -18,18 +18,28 @@ specific language governing permissions and limitations under the License. --> <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> <artifactId>maven-shared-components</artifactId> <groupId>org.apache.maven.shared</groupId> <version>11</version> </parent> - <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.maven.shared</groupId> <artifactId>maven-downloader</artifactId> + <version>1.2-SNAPSHOT</version> + <name>Maven Downloader</name> <description>Provide a super simple interface for downloading a single artifact.</description> - <version>1.2-SNAPSHOT</version> <url>http://maven.apache.org</url> + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-downloader</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-downloader</developerConnection> + <url>http://svn.apache.org/viewvc/maven/shared/trunk/maven-downloader</url> + </scm> + <dependencies> <dependency> <groupId>org.apache.maven</groupId> @@ -48,24 +58,20 @@ under the License. <scope>test</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-maven-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>descriptor</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> + + <build> + <plugins> + <plugin> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-maven-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>descriptor</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> </build> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-downloader</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-downloader</developerConnection> - <url>http://svn.apache.org/viewvc/maven/shared/trunk/maven-downloader</url> - </scm> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
