Skip to content

Commit

Permalink
updated pom scm sections since every module is released separately
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Mar 27, 2010
1 parent 51c811c commit 23b48db
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ 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"
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>maven-archetype-bundles</artifactId>
<groupId>org.apache.maven.archetypes</groupId>
<version>3</version>
<version>4-SNAPSHOT</version>
</parent>

<artifactId>maven-archetype-site</artifactId>
Expand All @@ -39,4 +38,10 @@ under the License.
APT, XDoc, and FML and demonstrates how to i18n your site. This archetype can be layered
upon an existing Maven project.
</description>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site</developerConnection>
<url>http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site</url>
</scm>
</project>

0 comments on commit 23b48db

Please sign in to comment.