Skip to content

Commit bb772b0

Browse files
committed
released 2.0.0 (baobab)
1 parent ccb2d02 commit bb772b0

File tree

17 files changed

+43
-43
lines changed

17 files changed

+43
-43
lines changed

client.diff/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>gumtree</artifactId>
2424
<groupId>com.github.gumtreediff</groupId>
25-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>client.diff</artifactId>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.github.gumtreediff</groupId>
3434
<artifactId>client</artifactId>
35-
<version>2.0.0-SNAPSHOT</version>
35+
<version>2.0.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.nanohttpd</groupId>

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.github.gumtreediff</groupId>
2424
<artifactId>gumtree</artifactId>
25-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
</parent>
2727
<artifactId>client</artifactId>
2828
<packaging>jar</packaging>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.github.gumtreediff</groupId>
3838
<artifactId>core</artifactId>
39-
<version>2.0.0-SNAPSHOT</version>
39+
<version>2.0.0</version>
4040
<scope>compile</scope>
4141
</dependency>
4242
</dependencies>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>gumtree</artifactId>
2424
<groupId>com.github.gumtreediff</groupId>
25-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
</parent>
2727
<artifactId>core</artifactId>
2828
<name>GumTree Core Module</name>

gen.antlr-antlr/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gumtree</artifactId>
2323
<groupId>com.github.gumtreediff</groupId>
24-
<version>2.0.0-SNAPSHOT</version>
24+
<version>2.0.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>gen.antlr-antlr</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.gumtreediff</groupId>
3232
<artifactId>gen.antlr</artifactId>
33-
<version>2.0.0-SNAPSHOT</version>
33+
<version>2.0.0</version>
3434
</dependency>
3535
</dependencies>
3636
<build>

gen.antlr-css/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gumtree</artifactId>
2323
<groupId>com.github.gumtreediff</groupId>
24-
<version>2.0.0-SNAPSHOT</version>
24+
<version>2.0.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>gen.antlr-css</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.gumtreediff</groupId>
3232
<artifactId>gen.antlr</artifactId>
33-
<version>2.0.0-SNAPSHOT</version>
33+
<version>2.0.0</version>
3434
</dependency>
3535
</dependencies>
3636
<build>

gen.antlr-json/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gumtree</artifactId>
2323
<groupId>com.github.gumtreediff</groupId>
24-
<version>2.0.0-SNAPSHOT</version>
24+
<version>2.0.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>gen.antlr-json</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.gumtreediff</groupId>
3232
<artifactId>gen.antlr</artifactId>
33-
<version>2.0.0-SNAPSHOT</version>
33+
<version>2.0.0</version>
3434
</dependency>
3535
</dependencies>
3636
<build>

gen.antlr-php/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gumtree</artifactId>
2323
<groupId>com.github.gumtreediff</groupId>
24-
<version>2.0.0-SNAPSHOT</version>
24+
<version>2.0.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>gen.antlr-php</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.gumtreediff</groupId>
3232
<artifactId>gen.antlr</artifactId>
33-
<version>2.0.0-SNAPSHOT</version>
33+
<version>2.0.0</version>
3434
</dependency>
3535
</dependencies>
3636
<build>

gen.antlr-r/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<parent>
2323
<artifactId>gumtree</artifactId>
2424
<groupId>com.github.gumtreediff</groupId>
25-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
</parent>
2727
<artifactId>gen.antlr-r</artifactId>
2828
<name>GumTree ANTLR R Tree Generator</name>
2929
<dependencies>
3030
<dependency>
3131
<groupId>com.github.gumtreediff</groupId>
3232
<artifactId>gen.antlr</artifactId>
33-
<version>2.0.0-SNAPSHOT</version>
33+
<version>2.0.0</version>
3434
</dependency>
3535
</dependencies>
3636
<build>

gen.antlr-xml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gumtree</artifactId>
2323
<groupId>com.github.gumtreediff</groupId>
24-
<version>2.0.0-SNAPSHOT</version>
24+
<version>2.0.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>gen.antlr-xml</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.gumtreediff</groupId>
3232
<artifactId>gen.antlr</artifactId>
33-
<version>2.0.0-SNAPSHOT</version>
33+
<version>2.0.0</version>
3434
</dependency>
3535
</dependencies>
3636
<build>

gen.antlr/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gumtree</artifactId>
2323
<groupId>com.github.gumtreediff</groupId>
24-
<version>2.0.0-SNAPSHOT</version>
24+
<version>2.0.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>gen.antlr</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.gumtreediff</groupId>
3232
<artifactId>core</artifactId>
33-
<version>2.0.0-SNAPSHOT</version>
33+
<version>2.0.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.antlr</groupId>

0 commit comments

Comments
 (0)