Skip to content

Commit

Permalink
Prepare for release 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Jun 6, 2023
1 parent 3da713b commit 1133e26
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.python.jython.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ibm.wala</groupId>
<artifactId>ml</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>com.ibm.wala.cast.python.jython.test</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.python.jython/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ibm.wala</groupId>
<artifactId>ml</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>com.ibm.wala.cast.python.jython</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.python.jython3.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ibm.wala</groupId>
<artifactId>ml</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>com.ibm.wala.cast.python.jython3.test</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.python.jython3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ibm.wala</groupId>
<artifactId>ml</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>com.ibm.wala.cast.python.jython3</artifactId>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.wala.cast.python.ml.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>com.ibm.wala</groupId>
<artifactId>ml</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>com.ibm.wala.cast.python.ml.test</artifactId>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>com.ibm.wala.cast.python.jython.test</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.python.ml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ibm.wala</groupId>
<artifactId>ml</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>com.ibm.wala.cast.python.ml</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.python.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ibm.wala</groupId>
<artifactId>ml</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>com.ibm.wala.cast.python.test</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ibm.wala</groupId>
<artifactId>ml</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>com.ibm.wala.cast.python</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ibm.wala</groupId>
<artifactId>ml</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>
<properties>
<project-version>0.0.1-SNAPSHOT</project-version>
Expand Down

0 comments on commit 1133e26

Please sign in to comment.