Skip to content

Commit

Permalink
Updated readme.md and pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyapong Charoenwattana committed May 5, 2014
1 parent 88d3dc7 commit 432be5c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 32 deletions.
4 changes: 2 additions & 2 deletions DVN-root/DVN-web/build.number
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Fri Apr 25 12:19:30 MDT 2014
buildNumber=132
#Mon May 05 12:26:54 MDT 2014
buildNumber=133
30 changes: 1 addition & 29 deletions DVN-root/DVN-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@

<!-- non-public jar: recaptcha4j.jar -->
<dependency>
<groupId>com.google.code.maven-play-plugin.net.tanesha.recaptcha4j</groupId>
<groupId>net.tanesha.recaptcha4j</groupId>
<artifactId>recaptcha4j</artifactId>
<version>0.0.7</version>
</dependency>
Expand Down Expand Up @@ -769,35 +769,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.7</version>
<!--
<reportSets>
<reportSet>
<reports>
<report>index</report>
</reports>
</reportSet>
</reportSets>
-->
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<show>private</show>
<nohelp>true</nohelp>
<doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
<docletArtifact>
<groupId>org.umlgraph</groupId>
<artifactId>umlgraph</artifactId>
<version>5.5.8-SNAPSHOT</version>
</docletArtifact>
<additionalparam>-all -views -hide java.*</additionalparam>
<useStandardDocletOptions>true</useStandardDocletOptions>
</configuration>
</plugin>
-->
</plugins>
</reporting>
</project>
2 changes: 1 addition & 1 deletion DVN-root/DVN-web/src/main/java/BuildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Thu Mar 27 09:57:31 MDT 2014
buildNumber=132 @2014-04-25 12:19:30
buildNumber=133 @2014-05-05 12:26:54
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Dataverse Network (DVN)

* UAL Dataverse Network <https://dataverse.library.ualberta.ca/>
* The Dataverse Network Project is an open source web application for sharing, citing, analyzing, and preserving research data.
* To learn more, please visit <http://thedata.org>
* Development takes place on the "develop" branch: <https://github.com/IQSS/dvn/tree/develop>
Expand Down

0 comments on commit 432be5c

Please sign in to comment.