Skip to content

Commit

Permalink
Update composites to use qomponents
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Kruger <[email protected]>
  • Loading branch information
phillip-kruger committed May 14, 2024
1 parent 5e795cf commit 852c128
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 44 deletions.
128 changes: 84 additions & 44 deletions composites/codeblock.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,54 +7,49 @@
<version>latest</version>
<name>Code block</name>
<description>a Code block web component build with Code Mirror 6</description>
<url>https://github.com/quarkusio/webcomponents</url>
<url>https://github.com/qomponent/qui-code-block</url>

<organization>
<name>Red Hat</name>
<url>https://github.com/quarkusio/webcomponents</url>
<name>Qomponent</name>
<url>https://github.com/qomponent/qui-code-block</url>
</organization>

<scm>
<connection>https://github.com/quarkusio/webcomponents.git</connection>
<developerConnection>https://github.com/quarkusio/webcomponents.git</developerConnection>
<url>https://github.com/quarkusio/webcomponents</url>
<connection>https://github.com/qomponent/qui-code-block.git</connection>
<developerConnection>https://github.com/qomponent/qui-code-block.git</developerConnection>
<url>https://github.com/qomponent/qui-code-block</url>
</scm>
<issueManagement>
<url>https://github.com/quarkusio/webcomponents/issues</url>
<url>https://github.com/qomponent/qui-code-block/issues</url>
</issueManagement>

<dependencies>

<dependency>
<groupId>org.mvnpm.at.quarkus-webcomponents</groupId>
<artifactId>codeblock</artifactId>
<groupId>org.mvnpm.at.qomponent</groupId>
<artifactId>qui-code-block</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>state</artifactId>
<version>6.4.1</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>view</artifactId>
<version>6.26.3</version>
<artifactId>autocomplete</artifactId>
<version>6.16.0</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>commands</artifactId>
<version>6.4.0</version>
<version>6.5.0</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lint</artifactId>
<version>6.5.0</version>
<artifactId>lang-css</artifactId>
<version>6.2.1</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>autocomplete</artifactId>
<version>6.16.0</version>
<artifactId>lang-html</artifactId>
<version>6.4.9</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
Expand All @@ -73,78 +68,123 @@
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-yaml</artifactId>
<version>6.1.1</version>
<artifactId>lang-markdown</artifactId>
<version>6.2.5</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-sass</artifactId>
<version>6.0.2</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-sql</artifactId>
<version>6.6.3</version>
<version>6.6.4</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-xml</artifactId>
<version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>style-mod</artifactId>
<version>4.1.2</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>w3c-keyname</artifactId>
<version>2.2.8</version>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-yaml</artifactId>
<version>6.1.1</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>language</artifactId>
<version>6.10.1</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lint</artifactId>
<version>6.7.0</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>state</artifactId>
<version>6.4.1</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>view</artifactId>
<version>6.26.3</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>common</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>highlight</artifactId>
<version>1.2.0</version>
<artifactId>css</artifactId>
<version>1.1.8</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>lr</artifactId>
<version>1.4.0</version>
<artifactId>highlight</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>crelt</artifactId>
<version>1.0.6</version>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>html</artifactId>
<version>1.3.9</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>java</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>javascript</artifactId>
<version>1.4.14</version>
<version>1.4.16</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>json</artifactId>
<version>1.0.2</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>yaml</artifactId>
<version>1.0.2</version>
<artifactId>lr</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>markdown</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>sass</artifactId>
<version>1.0.6</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>xml</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>yaml</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>crelt</artifactId>
<version>1.0.6</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>style-mod</artifactId>
<version>4.1.2</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>w3c-keyname</artifactId>
<version>2.2.8</version>
</dependency>
</dependencies>
</project>
91 changes: 91 additions & 0 deletions composites/qomponent.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm.at.mvnpm</groupId>
<artifactId>qomponent</artifactId>
<version>latest</version>
<name>Qomponent</name>
<description>Qomponent web components</description>
<url>https://github.com/qomponent</url>

<organization>
<name>Qomponent</name>
<url>https://github.com/qomponent</url>
</organization>

<scm>
<connection>https://github.com/qomponent</connection>
<developerConnection>https://github.com/qomponent</developerConnection>
<url>https://github.com/qomponent</url>
</scm>
<issueManagement>
<url>https://github.com/qomponent</url>
</issueManagement>

<dependencies>

<dependency>
<groupId>org.mvnpm.at.qomponent</groupId>
<artifactId>qui-alert</artifactId>
<version>1.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.qomponent</groupId>
<artifactId>qui-badge</artifactId>
<version>1.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.qomponent</groupId>
<artifactId>qui-card</artifactId>
<version>1.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.qomponent</groupId>
<artifactId>qui-icons</artifactId>
<version>1.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.qomponent</groupId>
<artifactId>qui-switch</artifactId>
<version>1.0.3</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.mvnpm.at.fortawesome</groupId>
<artifactId>fontawesome-common-types</artifactId>
<version>6.5.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.fortawesome</groupId>
<artifactId>fontawesome-svg-core</artifactId>
<version>6.5.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.fortawesome</groupId>
<artifactId>free-brands-svg-icons</artifactId>
<version>6.5.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.fortawesome</groupId>
<artifactId>free-regular-svg-icons</artifactId>
<version>6.5.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.fortawesome</groupId>
<artifactId>free-solid-svg-icons</artifactId>
<version>6.5.2</version>
<scope>provided</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 852c128

Please sign in to comment.