Skip to content

Commit

Permalink
Merge pull request #1 from carlosvasquez/master
Browse files Browse the repository at this point in the history
Release de la versión 1.0
  • Loading branch information
carlosvasquez committed May 30, 2014
2 parents d878de7 + 0a81fa7 commit 46633ef
Show file tree
Hide file tree
Showing 6 changed files with 190 additions and 107 deletions.
14 changes: 4 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,22 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.devdom</groupId>
<artifactId>developer-influencer</artifactId>
<version>0.9</version>
<version>1.0</version>
<packaging>war</packaging>
<name>developer-influencer</name>
<organization>
<name>Developers Dominicanos</name>
<url>http://developers.do</url>
</organization>
<scm>
<url>https://github.com/carlosvasquez/tracker-comment.git</url>
<url>https://github.com/developersdo/developer-influencers</url>
</scm>
<properties>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty-version>7.6.15.v20140411</jetty-version>
<jsf-version>2.1.26</jsf-version>
</properties>

<dependencies>
<!-- Jetty -->
<dependency>
Expand Down Expand Up @@ -77,13 +76,7 @@
<artifactId>jsp-api</artifactId>
<version>2.2</version>
</dependency>
<!--
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>el-impl</artifactId>
<version>2.2</version>
</dependency>
-->
<!-- Facebook4j -->
<dependency>
<groupId>org.facebook4j</groupId>
<artifactId>facebook4j-core</artifactId>
Expand All @@ -105,6 +98,7 @@
<artifactId>toplink-essentials</artifactId>
<version>2.1-60f</version>
</dependency>
<!-- MySQL -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
Expand Down
Loading

0 comments on commit 46633ef

Please sign in to comment.