Skip to content

Commit

Permalink
Bump version to 0.1.4 and release
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldelshell committed Jun 4, 2015
1 parent cb6701f commit d101a9f
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 17 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JobHunter
=========

Open Source Jobs tracking tool.
Open Source Jobs tracking tool.

### Main view with some jobs
![http://i.imgur.com/Ns3RhgG](http://i.imgur.com/Ns3RhgG.png)
Expand Down Expand Up @@ -77,6 +77,8 @@ Currently you have plugins for:
* InfoEmpleo (Spain)
* TecnoEmpleo (Spain)
* InfoJobs (Spain)
* StackOverflow Careers
* Craiglist

## JHF Files

Expand Down
2 changes: 1 addition & 1 deletion cb-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>jobhunter</groupId>
<artifactId>jobhunter</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion craigslist-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>jobhunter</groupId>
<artifactId>jobhunter</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion dice-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>jobhunter</groupId>
<artifactId>jobhunter</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions infoempleo-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<dependency>
<groupId>jobhunter</groupId>
<artifactId>jobhunter</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</dependency>
</dependencies>

</project>
</project>
2 changes: 1 addition & 1 deletion infojobs-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>jobhunter</groupId>
<artifactId>jobhunter</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</dependency>
</dependencies>

Expand Down
16 changes: 8 additions & 8 deletions jobhunter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jobhunter</groupId>
<artifactId>jobhunter</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
<name>JobHunter</name>
<description>Open Source Jobs tracking tool</description>

Expand Down Expand Up @@ -194,7 +194,7 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jobhunter</groupId>
<artifactId>infoempleo-plugin</artifactId>
Expand All @@ -207,7 +207,7 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jobhunter</groupId>
<artifactId>monster-plugin</artifactId>
Expand All @@ -220,7 +220,7 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jobhunter</groupId>
<artifactId>cb-plugin</artifactId>
Expand All @@ -233,7 +233,7 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jobhunter</groupId>
<artifactId>dice-plugin</artifactId>
Expand All @@ -246,7 +246,7 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jobhunter</groupId>
<artifactId>socareers-plugin</artifactId>
Expand All @@ -273,6 +273,6 @@
</exclusions>
</dependency>
-->

</dependencies>
</project>
</project>
2 changes: 1 addition & 1 deletion monster-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>jobhunter</groupId>
<artifactId>jobhunter</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion socareers-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>jobhunter</groupId>
<artifactId>jobhunter</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</dependency>
</dependencies>
</project>

0 comments on commit d101a9f

Please sign in to comment.