Skip to content

Commit

Permalink
1: Create GitHub connector
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jan 9, 2016
1 parent 2818953 commit 2461a4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agorava-github-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>agorava-github-parent</artifactId>
<groupId>org.agorava</groupId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<artifactId>agorava-github-api</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion agorava-github-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>agorava-github-parent</artifactId>
<groupId>org.agorava</groupId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<artifactId>agorava-github-cdi</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>agorava-parent</artifactId>
<groupId>org.agorava</groupId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -30,7 +30,7 @@

<modules>
<module>agorava-github-api</module>
<module>agorava-github-cdi</module>
<module>agorava-github-cdi</module>
</modules>

<dependencyManagement>
Expand Down

0 comments on commit 2461a4b

Please sign in to comment.