Jitpack's Maven version is pretty outdated. Hopefully fixes build.
The `all` profile is no longer active by default, just in case.
This commit is contained in:
		
							
								
								
									
										11
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								pom.xml
									
									
									
									
									
								
							@@ -12,7 +12,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  <properties>
 | 
					  <properties>
 | 
				
			||||||
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
					    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
				
			||||||
    <openinv.version>3.0.6</openinv.version>
 | 
					    <openinv.version>3.0.7-SNAPSHOT</openinv.version>
 | 
				
			||||||
  </properties>
 | 
					  </properties>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <modules>
 | 
					  <modules>
 | 
				
			||||||
@@ -34,7 +34,10 @@
 | 
				
			|||||||
    <profile>
 | 
					    <profile>
 | 
				
			||||||
      <id>all</id>
 | 
					      <id>all</id>
 | 
				
			||||||
      <activation>
 | 
					      <activation>
 | 
				
			||||||
        <activeByDefault>true</activeByDefault>
 | 
					        <property>
 | 
				
			||||||
 | 
					          <name>all</name>
 | 
				
			||||||
 | 
					          <value>true</value>
 | 
				
			||||||
 | 
					        </property>
 | 
				
			||||||
      </activation>
 | 
					      </activation>
 | 
				
			||||||
    </profile>
 | 
					    </profile>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -78,7 +81,9 @@
 | 
				
			|||||||
            <filter>
 | 
					            <filter>
 | 
				
			||||||
              <artifact>*:*</artifact>
 | 
					              <artifact>*:*</artifact>
 | 
				
			||||||
              <!-- Keep the file clean, don't include every single pom from all modules -->
 | 
					              <!-- Keep the file clean, don't include every single pom from all modules -->
 | 
				
			||||||
              <excludes>META-INF/maven/**</excludes>
 | 
					              <excludes>
 | 
				
			||||||
 | 
					                <exclude>META-INF/maven/**</exclude>
 | 
				
			||||||
 | 
					              </excludes>
 | 
				
			||||||
            </filter>
 | 
					            </filter>
 | 
				
			||||||
          </filters>
 | 
					          </filters>
 | 
				
			||||||
        </configuration>
 | 
					        </configuration>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user