Skip to content

Commit

Permalink
Kick off v0.8.x development
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeszaq committed Jan 31, 2017
1 parent 4b896d0 commit 5f7226d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fili-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.yahoo.fili</groupId>
<artifactId>fili-parent-pom</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.8-SNAPSHOT</version>
</parent>

<artifactId>fili-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fili-navi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.yahoo.fili</groupId>
<artifactId>fili-parent-pom</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.8-SNAPSHOT</version>
</parent>

<artifactId>fili-navi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fili-system-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.yahoo.fili</groupId>
<artifactId>fili-parent-pom</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.8-SNAPSHOT</version>
</parent>

<artifactId>fili-system-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fili-wikipedia-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.yahoo.fili</groupId>
<artifactId>fili-parent-pom</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.8-SNAPSHOT</version>
</parent>

<artifactId>fili-wikipedia-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fili/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.yahoo.fili</groupId>
<artifactId>fili-parent-pom</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.8-SNAPSHOT</version>
</parent>

<artifactId>fili</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.yahoo.fili</groupId>
<artifactId>fili-parent-pom</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Fili: parent pom</name>
<description>Shared dependencies for the Fili libraries</description>
Expand Down Expand Up @@ -70,7 +70,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>

<version.fili>0.7-SNAPSHOT</version.fili>
<version.fili>0.8-SNAPSHOT</version.fili>

<version.slf4j>1.7.21</version.slf4j>
<version.servlet>3.1.0</version.servlet>
Expand Down

0 comments on commit 5f7226d

Please sign in to comment.