Author: svn-site-role
Date: Sun Jul 29 19:55:51 2018
New Revision: 1837000
Log:
Site checkin for project Apache Maven Site
Modified:
maven/website/content/guides/getting-started/maven-in-five-minutes.html
maven/website/content/maven-site-1.0-site.jar
Modified:
maven/website/content/guides/getting-started/maven-in-five-minutes.html
==============================================================================
--- maven/website/content/guides/getting-started/maven-in-five-minutes.html
(original)
+++ maven/website/content/guides/getting-started/maven-in-five-minutes.html Sun
Jul 29 19:55:51 2018
@@ -188,16 +188,18 @@ OS name: "windows 7", version:
<groupId>com.mycompany.app</groupId>
<artifactId>my-app</artifactId>
<version>1.0-SNAPSHOT</version>
- <packaging>jar</packaging>
+ <!-- packaging>jar</packaging -->
- <name>Maven Quick Start Archetype</name>
- <url>http://maven.apache.org</url>
+ <properties>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
+ </properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.2</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.