mirror of
				https://github.com/Minres/RDL-Editor.git
				synced 2025-11-04 04:31:37 +00:00 
			
		
		
		
	update build versions
This commit is contained in:
		@@ -27,7 +27,7 @@
 | 
			
		||||
			</plugin>
 | 
			
		||||
			<plugin>
 | 
			
		||||
				<artifactId>maven-war-plugin</artifactId>
 | 
			
		||||
				<version>3.2.0</version>
 | 
			
		||||
				<version>3.2.3</version>
 | 
			
		||||
				<configuration>
 | 
			
		||||
					<warSourceDirectory>WebRoot</warSourceDirectory>
 | 
			
		||||
					<failOnMissingWebXml>false</failOnMissingWebXml>
 | 
			
		||||
@@ -36,7 +36,7 @@
 | 
			
		||||
			<plugin>
 | 
			
		||||
				<groupId>org.eclipse.jetty</groupId>
 | 
			
		||||
				<artifactId>jetty-maven-plugin</artifactId>
 | 
			
		||||
				<version>9.4.9.v20180320</version>
 | 
			
		||||
				<version>9.4.34.v20201102</version>
 | 
			
		||||
				<configuration>
 | 
			
		||||
					<webAppSourceDirectory>WebRoot</webAppSourceDirectory>
 | 
			
		||||
				</configuration>
 | 
			
		||||
@@ -44,7 +44,7 @@
 | 
			
		||||
			<plugin>
 | 
			
		||||
				<groupId>org.codehaus.mojo</groupId>
 | 
			
		||||
				<artifactId>build-helper-maven-plugin</artifactId>
 | 
			
		||||
				<version>1.9.1</version>
 | 
			
		||||
				<version>3.0.0</version>
 | 
			
		||||
				<executions>
 | 
			
		||||
					<execution>
 | 
			
		||||
						<id>add-source</id>
 | 
			
		||||
@@ -76,7 +76,7 @@
 | 
			
		||||
		<dependency>
 | 
			
		||||
			<groupId>${project.groupId}</groupId>
 | 
			
		||||
			<artifactId>com.minres.rdl</artifactId>
 | 
			
		||||
			<version>${rdl-plugin-version}</version>
 | 
			
		||||
			<version>${rdl-plugin.version}</version>
 | 
			
		||||
		</dependency>
 | 
			
		||||
		<dependency>
 | 
			
		||||
			<groupId>${project.groupId}</groupId>
 | 
			
		||||
@@ -101,22 +101,22 @@
 | 
			
		||||
		<dependency>
 | 
			
		||||
			<groupId>org.webjars</groupId>
 | 
			
		||||
			<artifactId>requirejs</artifactId>
 | 
			
		||||
			<version>2.3.2</version>
 | 
			
		||||
			<version>2.3.6</version>
 | 
			
		||||
		</dependency>
 | 
			
		||||
		<dependency>
 | 
			
		||||
			<groupId>org.webjars</groupId>
 | 
			
		||||
			<artifactId>jquery</artifactId>
 | 
			
		||||
			<version>2.2.4</version>
 | 
			
		||||
			<version>3.5.1</version>
 | 
			
		||||
		</dependency>
 | 
			
		||||
		<dependency>
 | 
			
		||||
			<groupId>org.webjars</groupId>
 | 
			
		||||
			<artifactId>ace</artifactId>
 | 
			
		||||
			<version>1.2.3</version>
 | 
			
		||||
			<version>1.3.3</version>
 | 
			
		||||
		</dependency>
 | 
			
		||||
		<dependency>
 | 
			
		||||
			<groupId>org.eclipse.jetty</groupId>
 | 
			
		||||
			<artifactId>jetty-annotations</artifactId>
 | 
			
		||||
			<version>9.4.9.v20180320</version>
 | 
			
		||||
			<version>9.4.34.v20201102</version>
 | 
			
		||||
			<scope>provided</scope>
 | 
			
		||||
		</dependency>
 | 
			
		||||
		<dependency>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user