Skip to content

Commit e12fdf6

Browse files
committed
Updated version numbers
1 parent c947cc0 commit e12fdf6

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ Change into the ```<base_dir>/``` directory.
107107
```
108108

109109
This will build a java only variation and copy all the build jars into ```../bc-lts-java-jars/``` directory. The name of the jar is defined with
110-
the ```version=2.73.4-SNAPSHOT``` version property in ```gradle.properties```.
110+
the ```version=2.73.4``` version property in ```gradle.properties```.
111111

112112
Running the DumpInfo class from the jar will report something similar to:
113113

114114
```
115-
java -cp ../bc-lts-java-jars/2.73.4-SNAPSHOT/bcprov-lts8on-2.73.4-SNAPSHOT.jar org.bouncycastle.util.DumpInfo
115+
java -cp ../bc-lts-java-jars/2.73.4/bcprov-lts8on-2.73.4.jar org.bouncycastle.util.DumpInfo
116116
117-
BouncyCastle APIs (LTS edition) v2.73.4-SNAPSHOT
117+
BouncyCastle APIs (LTS edition) v2.73.4
118118
Native Features: None
119119
120120
```
@@ -137,9 +137,9 @@ doing the following on an ARM based Mac:
137137
```
138138
#Running:
139139
140-
java -cp ../bc-lts-java-jars/2.73.4-SNAPSHOT/bcprov-lts8on-2.73.4-SNAPSHOT.jar org.bouncycastle.util.DumpInfo -a
140+
java -cp ../bc-lts-java-jars/2.73.4/bcprov-lts8on-2.73.4.jar org.bouncycastle.util.DumpInfo -a
141141
142-
BouncyCastle APIs (LTS edition) v2.73.4-SNAPSHOT
142+
BouncyCastle APIs (LTS edition) v2.73.4
143143
Native Build Date: 2024-01-15T15:33:43
144144
Native Status: READY
145145
Native Variant: neon-le
@@ -157,7 +157,7 @@ neon-le +aes +sha256 +sha512 +sha3 +neon Variant Supported
157157
On an Intel machine:
158158

159159
```
160-
BouncyCastle APIs (LTS edition) v2.73.4-SNAPSHOT
160+
BouncyCastle APIs (LTS edition) v2.73.4
161161
Native Build Date: 2024-01-11T19:24:03
162162
Native Status: READY
163163
Native Variant: vaesf
@@ -235,7 +235,7 @@ For example, using -Dorg.bouncycastle.native.cpu_variant=avx:
235235
```
236236
# Intel
237237
238-
BouncyCastle APIs (LTS edition) v2.73.4-SNAPSHOT
238+
BouncyCastle APIs (LTS edition) v2.73.4
239239
Native Build Date: 2024-01-11T19:24:03
240240
Native Status: READY
241241
Native Variant: avx [<==== VARIANT!!!]

core/src/main/java/org/bouncycastle/crypto/CryptoServicesRegistrar.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private CryptoServicesRegistrar()
171171

172172
public static String getInfo()
173173
{
174-
return "BouncyCastle APIs (LTS edition) v2.73.4-SNAPSHOT";
174+
return "BouncyCastle APIs (LTS edition) v2.73.4";
175175
}
176176

177177
public static boolean isNativeEnabled()

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.java.installations.auto-download=false
22
org.gradle.java.installations.fromEnv=LTS_JDK8,LTS_JDK11,LTS_JDK15
3-
version=2.73.4-SNAPSHOT
3+
version=2.73.4
44
org.gradle.jvmargs=-Xmx2g
55
org.gradle.parallel=false
66

jmail/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jar {
8383
manifest.attributes('Multi-Release': 'true')
8484
manifest.attributes('Bundle-RequiredExecutionEnvironment': 'JavaSE-1.8')
8585
manifest.attributes('Export-Package': 'org.bouncycastle.*')
86-
manifest.attributes('Import-Package': 'java.*;resolution:=optional;javax.*;resolution:=optional;org.bouncycastle.*;version="[2.73,3)"')
86+
manifest.attributes('Import-Package': 'java.*;resolution:=optional;javax.*;resolution:=optional;org.bouncycastle.*;version="[2.73,4)"')
8787
}
8888

8989
task sourcesJar(type: Jar) {

mail/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jar {
6464
manifest.attributes('Multi-Release': 'true')
6565
manifest.attributes('Bundle-RequiredExecutionEnvironment': 'JavaSE-1.8')
6666
manifest.attributes('Export-Package': 'org.bouncycastle.*')
67-
manifest.attributes('Import-Package': 'java.*;resolution:=optional;javax.*;resolution:=optional;org.bouncycastle.*;version="[2.73,3)"')
67+
manifest.attributes('Import-Package': 'java.*;resolution:=optional;javax.*;resolution:=optional;org.bouncycastle.*;version="[2.73,4)"')
6868
}
6969

7070
task sourcesJar(type: Jar) {

pg/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jar {
5959
manifest.attributes('Multi-Release': 'true')
6060
manifest.attributes('Bundle-RequiredExecutionEnvironment': 'JavaSE-1.8')
6161
manifest.attributes('Export-Package': 'org.bouncycastle.*')
62-
manifest.attributes('Import-Package': 'java.*;resolution:=optional;javax.*;resolution:=optional;org.bouncycastle.*;version="[2.73,3)"')
62+
manifest.attributes('Import-Package': 'java.*;resolution:=optional;javax.*;resolution:=optional;org.bouncycastle.*;version="[2.73,4)"')
6363
}
6464

6565
task sourcesJar(type: Jar) {

pkix/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jar {
6060
manifest.attributes('Multi-Release': 'true')
6161
manifest.attributes('Bundle-RequiredExecutionEnvironment': 'JavaSE-1.8')
6262
manifest.attributes('Export-Package': 'org.bouncycastle.*')
63-
manifest.attributes('Import-Package': 'java.*;resolution:=optional;javax.*;resolution:=optional;org.bouncycastle.*;version="[2.73,3)"')
63+
manifest.attributes('Import-Package': 'java.*;resolution:=optional;javax.*;resolution:=optional;org.bouncycastle.*;version="[2.73,4)"')
6464
}
6565

6666
task sourcesJar(type: Jar) {

tls/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jar {
6767
manifest.attributes('Multi-Release': 'true')
6868
manifest.attributes('Bundle-RequiredExecutionEnvironment': 'JavaSE-1.8')
6969
manifest.attributes('Export-Package': 'org.bouncycastle.*')
70-
manifest.attributes('Import-Package': 'java.*;resolution:=optional;javax.*;resolution:=optional;org.bouncycastle.*;version="[2.73,3)"')
70+
manifest.attributes('Import-Package': 'java.*;resolution:=optional;javax.*;resolution:=optional;org.bouncycastle.*;version="[2.73,4)"')
7171
}
7272

7373
task sourcesJar(type: Jar) {

util/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jar {
5959
manifest.attributes('Multi-Release': 'true')
6060
manifest.attributes('Bundle-RequiredExecutionEnvironment': 'JavaSE-1.8')
6161
manifest.attributes('Export-Package': 'org.bouncycastle.*')
62-
manifest.attributes('Import-Package': 'java.*;resolution:=optional;javax.*;resolution:=optional;org.bouncycastle.*;version="[2.73,3)"')
62+
manifest.attributes('Import-Package': 'java.*;resolution:=optional;javax.*;resolution:=optional;org.bouncycastle.*;version="[2.73,4)"')
6363
}
6464

6565
task sourcesJar(type: Jar) {

0 commit comments

Comments
 (0)