Skip to content

Commit 1328245

Browse files
committed
Prepare for release 0.22.0.
1 parent 0a84872 commit 1328245

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

com.ibm.wala.cast.python.jython.test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ibm.wala</groupId>
66
<artifactId>ml</artifactId>
7-
<version>0.22.0-SNAPSHOT</version>
7+
<version>0.22.0</version>
88
</parent>
99
<artifactId>com.ibm.wala.cast.python.jython.test</artifactId>
1010
<dependencies>

com.ibm.wala.cast.python.jython/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ibm.wala</groupId>
66
<artifactId>ml</artifactId>
7-
<version>0.22.0-SNAPSHOT</version>
7+
<version>0.22.0</version>
88
</parent>
99
<artifactId>com.ibm.wala.cast.python.jython</artifactId>
1010
<dependencies>

com.ibm.wala.cast.python.jython3.test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ibm.wala</groupId>
66
<artifactId>ml</artifactId>
7-
<version>0.22.0-SNAPSHOT</version>
7+
<version>0.22.0</version>
88
</parent>
99
<artifactId>com.ibm.wala.cast.python.jython3.test</artifactId>
1010
<dependencies>

com.ibm.wala.cast.python.jython3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ibm.wala</groupId>
66
<artifactId>ml</artifactId>
7-
<version>0.22.0-SNAPSHOT</version>
7+
<version>0.22.0</version>
88
</parent>
99
<artifactId>com.ibm.wala.cast.python.jython3</artifactId>
1010
<dependencies>

com.ibm.wala.cast.python.ml.test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<parent>
55
<groupId>com.ibm.wala</groupId>
66
<artifactId>ml</artifactId>
7-
<version>0.22.0-SNAPSHOT</version>
7+
<version>0.22.0</version>
88
</parent>
99
<artifactId>com.ibm.wala.cast.python.ml.test</artifactId>
1010
<dependencies>
1111
<dependency>
1212
<groupId>${project.groupId}</groupId>
1313
<artifactId>com.ibm.wala.cast.python.jython.test</artifactId>
14-
<version>0.22.0-SNAPSHOT</version>
14+
<version>0.22.0</version>
1515
</dependency>
1616
<dependency>
1717
<groupId>${project.groupId}</groupId>

com.ibm.wala.cast.python.ml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ibm.wala</groupId>
66
<artifactId>ml</artifactId>
7-
<version>0.22.0-SNAPSHOT</version>
7+
<version>0.22.0</version>
88
</parent>
99
<artifactId>com.ibm.wala.cast.python.ml</artifactId>
1010
<dependencies>

com.ibm.wala.cast.python.test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ibm.wala</groupId>
66
<artifactId>ml</artifactId>
7-
<version>0.22.0-SNAPSHOT</version>
7+
<version>0.22.0</version>
88
</parent>
99
<artifactId>com.ibm.wala.cast.python.test</artifactId>
1010
<properties>

com.ibm.wala.cast.python/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ibm.wala</groupId>
66
<artifactId>ml</artifactId>
7-
<version>0.22.0-SNAPSHOT</version>
7+
<version>0.22.0</version>
88
</parent>
99
<artifactId>com.ibm.wala.cast.python</artifactId>
1010
<dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.ibm.wala</groupId>
55
<artifactId>ml</artifactId>
6-
<version>0.22.0-SNAPSHOT</version>
6+
<version>0.22.0</version>
77
<packaging>pom</packaging>
88
<modules>
99
<module>com.ibm.wala.cast.python</module>

0 commit comments

Comments
 (0)