Unverified Commit d686a9fa authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

protege: 5.6.4 -> 5.6.8 (#474406)

parents 8f48f390 f36b66a3
Loading
Loading
Loading
Loading
+25 −27
Original line number Diff line number Diff line
diff --git a/pom.xml b/pom.xml
index 839bed04..4cb5f392 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,6 +358,30 @@
@@ -347,6 +347,30 @@
 						<release>11</release>
 					</configuration>
 				</plugin>
@@ -33,7 +31,7 @@ index 839bed04..4cb5f392 100644
 
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
@@ -476,6 +494,7 @@
@@ -465,6 +489,7 @@
 								<requireMavenVersion>
 									<version>3.6.3</version>
 								</requireMavenVersion>
+3 −3
Original line number Diff line number Diff line
@@ -11,17 +11,17 @@

maven.buildMavenPackage rec {
  pname = "protege";
  version = "5.6.4";
  version = "5.6.8";

  src = fetchFromGitHub {
    owner = "protegeproject";
    repo = "protege";
    rev = version;
    hash = "sha256-Q3MHa7nCeF31n7JPltcemFBc/sJwGA9Ev0ymjQhY/U0=";
    hash = "sha256-GplMEVEBYSTTzrGzbHlbQTXqJYka6r0QfBZFVCS7wCs=";
  };

  mvnJdk = jdk11;
  mvnHash = "sha256-kemP2gDv1CYuaoK0fwzBxdLTusarPasf2jCDQj/HPYE=";
  mvnHash = "sha256-xC/zLPPLbQ8tZIkCZHOfY6FEaWXFF5ZC1LX4ovaSSqg=";

  patches = [
    # Pin built-in Maven plugins to avoid checksum variations on Maven updates