Skip to content

Commit

Permalink
ommitting Pom versions for 1.9-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
systay committed Sep 11, 2012
1 parent 05384e6 commit 547f1e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fop-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.neo4j.doc</groupId>
<artifactId>neo4j-manual-fop</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.9-SNAPSHOT</version>
<name>Neo4j - Reference Manual- FOP build</name>
<description>Neo4j Reference Manual - FOP build.</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.neo4j.doc</groupId>
<artifactId>neo4j-manual</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.9-SNAPSHOT</version>
<name>Neo4j - Reference Manual</name>
<description>Neo4j Reference Manual.</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand All @@ -21,7 +21,7 @@
<docs.sourcecode>${project.build.directory}/sources</docs.sourcecode>
<docs.test-sources>${project.build.directory}/test-sources</docs.test-sources>
<docs.images>${project.build.outputDirectory}/images</docs.images>
<neo4j.version>1.8-SNAPSHOT</neo4j.version>
<neo4j.version>1.9-SNAPSHOT</neo4j.version>
</properties>

<scm>
Expand Down

0 comments on commit 547f1e3

Please sign in to comment.