Skip to content

Commit

Permalink
Clean up post #174: update release notes, clean up poms (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder authored Jan 22, 2025
1 parent 7169b99 commit 808016a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
12 changes: 0 additions & 12 deletions guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,6 @@ com.google.common.*;version="${version.guava.osgi}",
<artifactId>guava</artifactId>
<version>${version.guava}</version>
</dependency>

<!-- Use JUnit 5 -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pcollections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PCollections (https://pcollections.org/) types
</contributors>

<properties>
<version.pcollections>4.0.1</version.pcollections>
<version.pcollections>4.0.2</version.pcollections>

<!-- Generate PackageVersion.java into this directory. -->
<packageVersion.dir>com/fasterxml/jackson/datatype/pcollections</packageVersion.dir>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
</properties>

<dependencies>
<!-- All modules depend on annotations, core, databind-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
Expand Down Expand Up @@ -89,11 +94,6 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
</plugins>
</pluginManagement>

Expand Down
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Active Maintainers:

#1: (guava) Add deserialization support for `Table<R, C, V>`
(contributed by Abhishek K)
#174: Unify testing structure/tools [JSTEP-10]
(contributed by Joo-Hyuk K)

2.18.2 (27-Nov-2024)
2.18.1 (28-Oct-2024)
Expand Down

0 comments on commit 808016a

Please sign in to comment.