Skip to content

Commit

Permalink
Updated dlsc parent to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Apr 1, 2022
1 parent 5709ccf commit dfe414b
Showing 1 changed file with 2 additions and 60 deletions.
62 changes: 2 additions & 60 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.dlsc</groupId>
<artifactId>dlsc-maven-parent</artifactId>
<version>1.0.0</version>
<version>1.2.0</version>
</parent>

<name>UnitFXParent</name>
Expand All @@ -27,13 +27,7 @@
<local.repository.path>/tmp/repository</local.repository.path>
<sonar.projectKey>dlsc-software-consulting-gmbh_UnitFX</sonar.projectKey>
<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.release>${java.version}</maven.compiler.release>
<asciidoctor.maven.plugin.version>1.6.0</asciidoctor.maven.plugin.version>
<asciidoctorj.version>1.6.2</asciidoctorj.version>
<jruby.version>9.2.6.0</jruby.version>
<javafx.version>17.0.1</javafx.version>
<javafx.version>18</javafx.version>
</properties>

<dependencyManagement>
Expand All @@ -51,58 +45,6 @@
</dependencies>
</dependencyManagement>

<build>
<plugins>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>${asciidoctor.maven.plugin.version}</version>
<inherited>false</inherited>
<dependencies>
<!-- Comment this section to use the default jruby artifact provided by the plugin -->
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>${jruby.version}</version>
</dependency>
<!-- Comment this section to use the default AsciidoctorJ artifact provided by the plugin -->
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>${asciidoctorj.version}</version>
</dependency>
</dependencies>
<configuration>
<sourceDirectory>docs</sourceDirectory>
<attributes>
<project-version>${project.version}</project-version>
</attributes>
</configuration>
<executions>
<execution>
<id>asciidoc-to-html</id>
<phase>generate-resources</phase>
<goals>
<goal>process-asciidoc</goal>
</goals>
<configuration>
<backend>html5</backend>
<sourceHighlighter>coderay</sourceHighlighter>
<attributes>
<coderay-linenums-mode>table</coderay-linenums-mode>
<imagesdir></imagesdir>
<toc>left</toc>
<icons>font</icons>
<linkattrs>true</linkattrs>
<encoding>utf-8</encoding>
</attributes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>release</id>
Expand Down

0 comments on commit dfe414b

Please sign in to comment.