Updated version numbers
This commit is contained in:
		
							
								
								
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -3,3 +3,8 @@ | ||||
| /.recommenders/ | ||||
| /RemoteSystemsTempFiles/ | ||||
| /*.zip | ||||
| SCViewer initiator_target.launch | ||||
| SCViewer.xcf | ||||
| SCViewer_1.png | ||||
| *.launch | ||||
| copyrightLog.txt | ||||
|   | ||||
| @@ -2,7 +2,7 @@ Manifest-Version: 1.0 | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-Name: %Bundle-Name | ||||
| Bundle-SymbolicName: com.minres.scviewer.e4.application;singleton:=true | ||||
| Bundle-Version: 1.0.0.qualifier | ||||
| Bundle-Version: 1.1.0.qualifier | ||||
| Bundle-Vendor: %Bundle-Vendor | ||||
| Require-Bundle: javax.inject;bundle-version="1.0.0", | ||||
|  org.eclipse.core.runtime;bundle-version="3.11.1", | ||||
|   | ||||
| @@ -8,6 +8,6 @@ | ||||
|   	<relativePath>../com.minres.scviewer.parent</relativePath> | ||||
|   </parent> | ||||
|   <packaging>eclipse-plugin</packaging> | ||||
|   <version>1.0.0-SNAPSHOT</version> | ||||
|   <version>1.1.0-SNAPSHOT</version> | ||||
|   <groupId>com.minres.scviewer</groupId> | ||||
| </project> | ||||
| @@ -10,7 +10,7 @@ | ||||
| 		<relativePath>../com.minres.scviewer.parent</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>com.minres.scviewer.e4.product</artifactId> | ||||
| 	<version>1.0.0-SNAPSHOT</version> | ||||
| 	<version>1.1.0-SNAPSHOT</version> | ||||
| 	<packaging>eclipse-repository</packaging> | ||||
| 	<groupId>com.minres.scviewer</groupId> | ||||
| 	<build> | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <?pde version="3.5"?> | ||||
|  | ||||
| <product name="SCViewer" uid="scviewer" id="com.minres.scviewer.e4.application.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="1.0.0.qualifier" useFeatures="false" includeLaunchers="true"> | ||||
| <product name="SCViewer" uid="scviewer" id="com.minres.scviewer.e4.application.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="1.1.0.qualifier" useFeatures="false" includeLaunchers="true"> | ||||
|  | ||||
|    <configIni use="default"> | ||||
|    </configIni> | ||||
|   | ||||
| @@ -23,8 +23,8 @@ | ||||
|  | ||||
| 	<properties> | ||||
| 		<tycho-version>0.23.1</tycho-version> | ||||
|  		<tycho-extras-version>${tycho-version}</tycho-extras-version>   | ||||
|  		<groovy-eclipse-compiler-version>2.8.0-01</groovy-eclipse-compiler-version> | ||||
| 		<tycho-extras-version>${tycho-version}</tycho-extras-version> | ||||
| 		<groovy-eclipse-compiler-version>2.8.0-01</groovy-eclipse-compiler-version> | ||||
| 		<!-- <groovy-eclipse-batch-version>2.0.5</groovy-eclipse-batch-version> --> | ||||
| 		<groovy-eclipse-batch-version>2.1.8-01</groovy-eclipse-batch-version> | ||||
|  | ||||
| @@ -100,7 +100,7 @@ | ||||
| 						</goals> | ||||
| 					</execution> | ||||
| 				</executions> | ||||
|   | ||||
|  | ||||
| 				<configuration> | ||||
| 					<excludes> | ||||
| 						<!-- provide plug-ins not containing any source code --> | ||||
| @@ -138,6 +138,12 @@ | ||||
| 					</execution> | ||||
| 				</executions> | ||||
| 			</plugin> | ||||
|  | ||||
| 			<plugin> | ||||
| 				<groupId>org.eclipse.tycho</groupId> | ||||
| 				<artifactId>tycho-versions-plugin</artifactId> | ||||
| 				<version>${tycho-version}</version> | ||||
| 			</plugin> | ||||
| 		</plugins> | ||||
| 	</build> | ||||
| </project> | ||||
		Reference in New Issue
	
	Block a user