Skip to content

Commit e2c8c65

Browse files
committed
Use Common Jackson Type Defined in Parent POM
1 parent 1ff17df commit e2c8c65

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

API/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.ohnlp.backbone</groupId>
3333
<artifactId>backbone-parent</artifactId>
34-
<version>3.0.10</version>
34+
<version>3.0.11</version>
3535
</parent>
3636

3737
<artifactId>api</artifactId>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.fasterxml.jackson.datatype</groupId>
6868
<artifactId>jackson-datatype-joda</artifactId>
69-
<version>2.13.0</version>
69+
<version>${jackson.version}</version>
7070
<scope>compile</scope>
7171
</dependency>
7272

Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.ohnlp.backbone</groupId>
99
<artifactId>backbone-parent</artifactId>
10-
<version>3.0.10</version>
10+
<version>3.0.11</version>
1111
</parent>
1212

1313
<artifactId>core</artifactId>

Example-Backbone-Configs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.ohnlp.backbone</groupId>
99
<artifactId>backbone-parent</artifactId>
10-
<version>3.0.10</version>
10+
<version>3.0.11</version>
1111
</parent>
1212

1313
<artifactId>example-backbone-configs</artifactId>

IO/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.ohnlp.backbone</groupId>
99
<artifactId>backbone-parent</artifactId>
10-
<version>3.0.10</version>
10+
<version>3.0.11</version>
1111
</parent>
1212

1313
<groupId>org.ohnlp.backbone.io</groupId>
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>com.fasterxml.jackson.datatype</groupId>
176176
<artifactId>jackson-datatype-joda</artifactId>
177-
<version>2.13.0</version>
177+
<version>${jackson.version}</version>
178178
</dependency>
179179
</dependencies>
180180
</project>

Plugin-Manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.ohnlp.backbone</groupId>
99
<artifactId>backbone-parent</artifactId>
10-
<version>3.0.10</version>
10+
<version>3.0.11</version>
1111
</parent>
1212

1313
<artifactId>plugin-manager</artifactId>

Transforms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.ohnlp.backbone</groupId>
99
<artifactId>backbone-parent</artifactId>
10-
<version>3.0.10</version>
10+
<version>3.0.11</version>
1111
</parent>
1212

1313
<groupId>org.ohnlp.backbone.transforms</groupId>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66

77
<groupId>org.ohnlp.backbone</groupId>
88
<artifactId>backbone-parent</artifactId>
9-
<version>3.0.10</version>
9+
<version>3.0.11</version>
1010

1111

1212
<properties>
1313
<beam.version>2.48.0</beam.version>
14+
<jackson.version>2.15.2</jackson.version>
1415
</properties>
1516

1617
<packaging>

0 commit comments

Comments
 (0)