Skip to content

Commit

Permalink
added GH actions & PARENT updated & build fix & added the version in …
Browse files Browse the repository at this point in the history
…plugin.xml
  • Loading branch information
yaseno2186 committed Jul 3, 2024
1 parent e30909d commit a9e3784
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jqassistant.plugin</groupId>
<artifactId>parent</artifactId>
<version>2.3.0</version>
<relativePath />
<relativePath/>
</parent>

<artifactId>jqassistant-jee-plugin</artifactId>
Expand Down Expand Up @@ -40,10 +41,11 @@

<scm>
<connection>scm:git:https://github.com/jqassistant-plugin/jqassistant-jee-plugin.git</connection>
<developerConnection>scm:git:https://github.com/jqassistant-plugin/jqassistant-jee-plugin.git</developerConnection>
<developerConnection>scm:git:https://github.com/jqassistant-plugin/jqassistant-jee-plugin.git
</developerConnection>
<url>https://github.com/jqassistant-plugin/jqassistant-jee-plugin</url>
<tag>HEAD</tag>
</scm>
<tag>HEAD</tag>
</scm>

<properties>
<jqa-xml-plugin.version>2.3.0</jqa-xml-plugin.version>
Expand Down Expand Up @@ -127,6 +129,11 @@
<version>1.3.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
Expand Down

0 comments on commit a9e3784

Please sign in to comment.