Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change coordinates from native to nativelib #108

Merged
merged 2 commits into from
Jun 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion altbn128/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jar {
'Specification-Version': project.version,
'Implementation-Title': archiveBaseName,
'Implementation-Version': project.version,
'Automatic-Module-Name': 'org.hyperledger.besu.native.altbn128'
'Automatic-Module-Name': 'org.hyperledger.besu.nativelib.altbn128'
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion arithmetic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jar {
'Specification-Version': project.version,
'Implementation-Title': archiveBaseName,
'Implementation-Version': project.version,
'Automatic-Module-Name': 'org.hyperledger.besu.native.arithmetic'
'Automatic-Module-Name': 'org.hyperledger.besu.nativelib.arithmetic'
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion blake2bf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jar {
'Specification-Version': project.version,
'Implementation-Title': archiveBaseName,
'Implementation-Version': project.version,
'Automatic-Module-Name': 'org.hyperledger.besu.native.blake2bf'
'Automatic-Module-Name': 'org.hyperledger.besu.nativelib.blake2bf'
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion bls12-381/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jar {
'Specification-Version': project.version,
'Implementation-Title': archiveBaseName,
'Implementation-Version': project.version,
'Automatic-Module-Name': 'org.hyperledger.besu.native.bls12_381'
'Automatic-Module-Name': 'org.hyperledger.besu.nativelib.bls12_381'
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion gnark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jar {
'Specification-Version': project.version,
'Implementation-Title': archiveBaseName,
'Implementation-Version': project.version,
'Automatic-Module-Name': 'org.hyperledger.besu.native.gnark'
'Automatic-Module-Name': 'org.hyperledger.besu.nativelib.gnark'
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.7.2-SNAPSHOT
version=0.8.0-SNAPSHOT
2 changes: 1 addition & 1 deletion ipa-multipoint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jar {
'Specification-Version': project.version,
'Implementation-Title': archiveBaseName,
'Implementation-Version': project.version,
'Automatic-Module-Name': 'org.hyperledger.besu.native.ipa.multipoint'
'Automatic-Module-Name': 'org.hyperledger.besu.nativelib.ipa.multipoint'
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion secp256k1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jar {
'Specification-Version': project.version,
'Implementation-Title': archiveBaseName,
'Implementation-Version': project.version,
'Automatic-Module-Name': 'org.hyperledger.besu.native.secp256k1'
'Automatic-Module-Name': 'org.hyperledger.besu.nativelib.secp256k1'
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion secp256r1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jar {
'Specification-Version': project.version,
'Implementation-Title': archiveBaseName,
'Implementation-Version': project.version,
'Automatic-Module-Name': 'org.hyperledger.besu.native.secp256r1'
'Automatic-Module-Name': 'org.hyperledger.besu.nativelib.secp256r1'
)
}
}
Expand Down