aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorchibash <chiba@javassist.org>2021-05-08 02:01:12 +0900
committerchibash <chiba@javassist.org>2021-05-08 02:01:12 +0900
commit3112090a508b8a42c08cd68308d1018596a70b1e (patch)
tree73bf226bf07feafdc165c1ecda9dc92a33b75289 /pom.xml
parent5e4340a96f7db9456c79f841eaf0f831ee9e0f31 (diff)
downloadjavassist-3112090a508b8a42c08cd68308d1018596a70b1e.tar.gz
javassist-3112090a508b8a42c08cd68308d1018596a70b1e.zip
release 3.28.0-GArel_3_28_0_ga
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2f97e6c0..3fe94575 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java.
</description>
- <version>3.27.0-GA</version>
+ <version>3.28.0-GA</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>
/src/testFixtures/java/org/sonar?id=6a7f3bdf15eaa9ce456ddd482d063496be3ddaa3'>sonar/scanner/mediumtest/FakePluginInstaller.java
blob: 463689ca1abec56f119da4847bedf0564f7edece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83