Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud committed Jan 1, 2017
1 parent 58bfb54 commit f2807b8
Showing 1 changed file with 36 additions and 3 deletions.
39 changes: 36 additions & 3 deletions WebSite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.prompto</groupId>
<artifactId>WebSite</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<build>
<plugins>
Expand All @@ -19,7 +19,7 @@
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.prompto</groupId>
Expand All @@ -28,6 +28,39 @@
</dependency>
</dependencies>

<name>Prompto Documentation Web Site</name>
<description>Prompto Documentation Web Site POM</description>
<url>http://www.prompto.org</url>
<organization>
<name>Prompto</name>
<url>http://www.prompto.org</url>
</organization>

<licenses>
<license>
<name>The Prompto License</name>
<url>http://www.prompto.org/license.html</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<name>Eric Vergnaud</name>
<url>https:/ericvergnaud</url>
<roles>
<role>Project lead</role>
</roles>
</developer>
</developers>

<scm>
<connection>scm:git:https:/prompto/prompto-docs</connection>
<developerConnection>scm:git:https:/prompto/prompto-docs</developerConnection>
<tag>Prompto-Docs-0.0.1</tag>
<url>https:/prompto/prompto-docs</url>
</scm>

<profiles>
<profile>
<id>deploy</id>
Expand Down Expand Up @@ -98,5 +131,5 @@
</build>
</profile>
</profiles>

</project>

0 comments on commit f2807b8

Please sign in to comment.