aboutsummaryrefslogtreecommitdiffstats
path: root/fsa/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fsa/pom.xml')
-rw-r--r--fsa/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fsa/pom.xml b/fsa/pom.xml
index db863ba5522..5d18bdb666c 100644
--- a/fsa/pom.xml
+++ b/fsa/pom.xml
@@ -6,12 +6,12 @@
<parent>
<groupId>com.yahoo.vespa</groupId>
<artifactId>parent</artifactId>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>fsa</artifactId>
<packaging>container-plugin</packaging>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<description>
This is the FSA library and tools, an implementation of finite state
automata (FSA) and related algorithms.