Skip to content

Commit

Permalink
update from Composum Core to Composum Nodes; update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stoerr committed Mar 31, 2021
1 parent faa885c commit 28ccaec
Show file tree
Hide file tree
Showing 19 changed files with 62 additions and 62 deletions.
6 changes: 3 additions & 3 deletions assets/demo/app/bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
<artifactId>composum-platform-commons-bundle</artifactId>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Sling, JCR -->
Expand Down
6 changes: 3 additions & 3 deletions assets/demo/app/package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@
<version>${project.version}</version>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Taglib support -->
Expand Down
6 changes: 3 additions & 3 deletions assets/demo/content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
</build>
<dependencies>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Taglib support -->
Expand Down
6 changes: 3 additions & 3 deletions assets/pagesintegration/app/bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
<artifactId>composum-pages-commons-bundle</artifactId>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Sling, JCR -->
Expand Down
6 changes: 3 additions & 3 deletions assets/pagesintegration/app/package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@
<artifactId>composum-pages-commons-bundle</artifactId>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Taglib support -->
Expand Down
6 changes: 3 additions & 3 deletions assets/pagesintegration/content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
<artifactId>composum-pages-commons-bundle</artifactId>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Taglib support -->
Expand Down
10 changes: 5 additions & 5 deletions assets/pagesintegration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<dependency>
<groupId>com.composum.pages</groupId>
<artifactId>composum-pages-commons-bundle</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<version>1.11.1</version>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
<version>2.5.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions pages/demo/tenant/domain/project/app/bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
<artifactId>composum-pages-commons-bundle</artifactId>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Sling, JCR -->
Expand Down
6 changes: 3 additions & 3 deletions pages/demo/tenant/domain/project/app/package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
<artifactId>composum-pages-commons-bundle</artifactId>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Taglib support -->
Expand Down
6 changes: 3 additions & 3 deletions pages/demo/tenant/domain/project/content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
<artifactId>composum-pages-commons-bundle</artifactId>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Taglib support -->
Expand Down
10 changes: 5 additions & 5 deletions pages/demo/tenant/domain/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
<dependency>
<groupId>com.composum.pages</groupId>
<artifactId>composum-pages-commons-bundle</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<version>1.11.1</version>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
<version>2.5.1</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions pages/simple/app/bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
</build>
<dependencies>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Sling, JCR -->
Expand Down
6 changes: 3 additions & 3 deletions pages/simple/app/package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
<artifactId>composum-pages-commons-bundle</artifactId>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Taglib support -->
Expand Down
6 changes: 3 additions & 3 deletions pages/simple/content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
<artifactId>composum-pages-commons-bundle</artifactId>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Taglib support -->
Expand Down
6 changes: 3 additions & 3 deletions pages/test/app/bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
<artifactId>composum-platform-models-bundle</artifactId>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Sling, JCR -->
Expand Down
6 changes: 3 additions & 3 deletions pages/test/app/package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
<artifactId>composum-pages-commons-bundle</artifactId>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Taglib support -->
Expand Down
6 changes: 3 additions & 3 deletions pages/test/content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
<artifactId>composum-pages-commons-bundle</artifactId>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Taglib support -->
Expand Down
6 changes: 3 additions & 3 deletions pages/themes/business-casual/package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@
<version>${composum.pages.version}</version>
</dependency>

<!-- Composum Core -->
<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
</dependency>

<!-- Taglib support -->
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<properties>
<package.group>com/composum/prototype</package.group>
<bundle.category>composum,prototype</bundle.category>
<composum.platform.version>1.1.0</composum.platform.version>
<composum.nodes.version>1.12.1</composum.nodes.version>
<composum.platform.version>1.3.0</composum.platform.version>
<composum.nodes.version>2.5.1</composum.nodes.version>
</properties>

<scm>
Expand Down Expand Up @@ -56,8 +56,8 @@

<!-- Composum Nodes -->
<dependency>
<groupId>com.composum.sling.core</groupId>
<artifactId>composum-sling-core-commons</artifactId>
<groupId>com.composum.nodes</groupId>
<artifactId>composum-nodes-commons</artifactId>
<version>${composum.nodes.version}</version>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 28ccaec

Please sign in to comment.