Skip to content

Commit

Permalink
[CAMEL-11492] New website - Fix pom version (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon authored and oscerd committed Dec 7, 2018
1 parent ce58c1c commit 38c7715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion camel-website/package.json
@@ -1,6 +1,6 @@
{
"name": "camel-website",
"version": "2.23.0-SNAPSHOT",
"version": "2.24.0-SNAPSHOT",
"description": "Apache Camel Website",
"license": "Apache-2.0",
"repository": "https://github.com/apache/camel",
Expand Down
2 changes: 1 addition & 1 deletion camel-website/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-parent</artifactId>
<version>2.23.0-SNAPSHOT</version>
<version>2.24.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down

0 comments on commit 38c7715

Please sign in to comment.