update maven plugin versions
This commit is contained in:
		@@ -13,10 +13,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	<properties>
 | 
						<properties>
 | 
				
			||||||
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
							<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
				
			||||||
		<asciidoctor.maven.plugin.version>1.5.6</asciidoctor.maven.plugin.version>
 | 
							<asciidoctor.maven.plugin.version>2.0.0</asciidoctor.maven.plugin.version>
 | 
				
			||||||
		<asciidoctorj.pdf.version>1.5.0-alpha.16</asciidoctorj.pdf.version>
 | 
							<asciidoctorj.pdf.version>1.6.2</asciidoctorj.pdf.version>
 | 
				
			||||||
		<asciidoctorj.version>1.5.6</asciidoctorj.version>
 | 
					 | 
				
			||||||
		<jruby.version>1.7.26</jruby.version>
 | 
					 | 
				
			||||||
		<help.plugin.target.dir>../../plugins/com.minres.scviewer.e4.application.help</help.plugin.target.dir>
 | 
							<help.plugin.target.dir>../../plugins/com.minres.scviewer.e4.application.help</help.plugin.target.dir>
 | 
				
			||||||
	</properties>
 | 
						</properties>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -32,18 +30,6 @@
 | 
				
			|||||||
                        <artifactId>asciidoctorj-pdf</artifactId>
 | 
					                        <artifactId>asciidoctorj-pdf</artifactId>
 | 
				
			||||||
                        <version>${asciidoctorj.pdf.version}</version>
 | 
					                        <version>${asciidoctorj.pdf.version}</version>
 | 
				
			||||||
                    </dependency>
 | 
					                    </dependency>
 | 
				
			||||||
                    <!-- 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>
 | 
					                </dependencies>
 | 
				
			||||||
			    <configuration>
 | 
								    <configuration>
 | 
				
			||||||
					<sourceDirectory>src/asciidoc</sourceDirectory>
 | 
										<sourceDirectory>src/asciidoc</sourceDirectory>
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							@@ -29,7 +29,7 @@
 | 
				
			|||||||
	</modules>
 | 
						</modules>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	<properties>
 | 
						<properties>
 | 
				
			||||||
		<tycho-version>1.5.0</tycho-version>
 | 
							<tycho-version>2.3.0</tycho-version>
 | 
				
			||||||
		<groovy-eclipse-compiler-version>3.6.0-03</groovy-eclipse-compiler-version>
 | 
							<groovy-eclipse-compiler-version>3.6.0-03</groovy-eclipse-compiler-version>
 | 
				
			||||||
		<groovy-eclipse-batch-version>3.0.3-01</groovy-eclipse-batch-version>
 | 
							<groovy-eclipse-batch-version>3.0.3-01</groovy-eclipse-batch-version>
 | 
				
			||||||
		<software.download.area>${project.basedir}/../../..</software.download.area>
 | 
							<software.download.area>${project.basedir}/../../..</software.download.area>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -37,8 +37,5 @@
 | 
				
			|||||||
		<unit id="org.eclipse.collections.feature.source.feature.group" version="0.0.0"/>
 | 
							<unit id="org.eclipse.collections.feature.source.feature.group" version="0.0.0"/>
 | 
				
			||||||
	</location>
 | 
						</location>
 | 
				
			||||||
</locations>
 | 
					</locations>
 | 
				
			||||||
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 | 
						<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
 | 
				
			||||||
<launcherArgs>
 | 
					 | 
				
			||||||
	<vmArgs>-Xms40m -Xmx2G</vmArgs>
 | 
					 | 
				
			||||||
</launcherArgs>
 | 
					 | 
				
			||||||
</target>
 | 
					</target>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user