Skip to content

Commit 27169e5

Browse files
authored
Merge pull request #15 from bloomreach-forge/develop
FORGE-574: release notes update
2 parents 90bd847 + 0f5273e commit 27169e5

115 files changed

Lines changed: 19 additions & 8874 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,6 @@ The documentation can generated locally by this command:
1111
1212
The output is in the ```target/site/``` directory by default. You can open ```target/site/index.html``` in a browser.
1313

14-
# Documentation (GitHub Pages)
15-
16-
Documentation is available at [bloomreach-forge.github.io/folder-context-menus](https://bloomreach-forge.github.io/folder-context-menus).
17-
18-
You can generate the GitHub pages only from ```master``` branch by this command:
19-
20-
> mvn -Pgithub.pages clean site
21-
22-
The output is in the ```docs/``` directory by default. You can open ```docs/index.html``` in a browser.
23-
24-
You can push it and GitHub Pages will be served for the site automatically.
25-
2614
# Release Process
2715

2816
Releases are fully automated via GitHub Actions. No local version bumping or tagging required.

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.onehippo.forge.folderctxmenus</groupId>
1919
<artifactId>folderctxmenus</artifactId>
20-
<version>7.1.4-SNAPSHOT</version>
20+
<version>7.2.0-SNAPSHOT</version>
2121
</parent>
2222

2323
<name>Bloomreach XM Extra Folder Context Menus Common</name>

demo/cms-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.onehippo.forge.folderctxmenus</groupId>
77
<artifactId>folderctxmenus-demo</artifactId>
8-
<version>7.1.4-SNAPSHOT</version>
8+
<version>7.2.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>folderctxmenus-demo-cms-dependencies</artifactId>
1111
<packaging>pom</packaging>

demo/cms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.onehippo.forge.folderctxmenus</groupId>
77
<artifactId>folderctxmenus-demo</artifactId>
8-
<version>7.1.4-SNAPSHOT</version>
8+
<version>7.2.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>folderctxmenus-demo-cms</artifactId>
1111
<packaging>war</packaging>

demo/essentials/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.onehippo.forge.folderctxmenus</groupId>
77
<artifactId>folderctxmenus-demo</artifactId>
8-
<version>7.1.4-SNAPSHOT</version>
8+
<version>7.2.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>folderctxmenus-demo-essentials</artifactId>
1111
<packaging>war</packaging>

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<description>Bloomreach XM Extra Folder Context Menus Demo</description>
1313
<groupId>org.onehippo.forge.folderctxmenus</groupId>
1414
<artifactId>folderctxmenus-demo</artifactId>
15-
<version>7.1.4-SNAPSHOT</version>
15+
<version>7.2.0-SNAPSHOT</version>
1616
<packaging>pom</packaging>
1717

1818
<!--

demo/repository-data/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.onehippo.forge.folderctxmenus</groupId>
77
<artifactId>folderctxmenus-demo-repository-data</artifactId>
8-
<version>7.1.4-SNAPSHOT</version>
8+
<version>7.2.0-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Bloomreach XM Extra Folder Context Menus Demo Repository Data For Application</name>

demo/repository-data/development/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.onehippo.forge.folderctxmenus</groupId>
77
<artifactId>folderctxmenus-demo-repository-data</artifactId>
8-
<version>7.1.4-SNAPSHOT</version>
8+
<version>7.2.0-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Bloomreach XM Extra Folder Context Menus Demo Repository Data For Development</name>

demo/repository-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.onehippo.forge.folderctxmenus</groupId>
77
<artifactId>folderctxmenus-demo</artifactId>
8-
<version>7.1.4-SNAPSHOT</version>
8+
<version>7.2.0-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Bloomreach XM Extra Folder Context Menus Demo Repository Data</name>

demo/repository-data/site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.onehippo.forge.folderctxmenus</groupId>
77
<artifactId>folderctxmenus-demo-repository-data</artifactId>
8-
<version>7.1.4-SNAPSHOT</version>
8+
<version>7.2.0-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Bloomreach XM Extra Folder Context Menus Demo Repository Data For Site</name>

0 commit comments

Comments
 (0)