Skip to content

Commit 74a6e9b

Browse files
Bump corporate-parent from 2.7.3 to 2.8.0 (#208)
* Bump corporate-parent from 2.7.3 to 2.8.0 Bumps corporate-parent from 2.7.3 to 2.8.0. --- updated-dependencies: - dependency-name: com.opengamma:corporate-parent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Modernize pom.xml Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephen Colebourne <scolebourne@joda.org>
1 parent 8040e8e commit 74a6e9b

3 files changed

Lines changed: 7 additions & 11 deletions

File tree

examples/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.opengamma</groupId>
77
<artifactId>corporate-parent</artifactId>
8-
<version>2.7.4</version>
8+
<version>2.8.0</version>
99
<relativePath />
1010
</parent>
1111
<groupId>com.opengamma.sdk</groupId>
@@ -70,8 +70,7 @@
7070
<logback-classic.version>1.2.7</logback-classic.version>
7171
<!-- Properties for joda-beans-maven-plugin -->
7272
<!-- Lock in JDK config (not Guava) and stick with older version -->
73-
<joda-beans-maven-plugin.version>1.1</joda-beans-maven-plugin.version>
74-
<joda.beans.version>2.8.0</joda.beans.version>
73+
<joda.beans.version>2.8.3</joda.beans.version>
7574
<joda.beans.config>jdk</joda.beans.config>
7675
<!-- Not installed/deployed -->
7776
<maven.install.skip>true</maven.install.skip>

modules/pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.opengamma</groupId>
77
<artifactId>corporate-parent</artifactId>
8-
<version>2.7.4</version>
8+
<version>2.8.0</version>
99
<relativePath />
1010
</parent>
1111
<groupId>com.opengamma.sdk</groupId>
@@ -51,7 +51,7 @@
5151
<directory>src/main/resources</directory>
5252
</resource>
5353
<resource>
54-
<directory />
54+
<directory>${project.basedir}</directory>
5555
<includes>
5656
<include>LICENSE.txt</include>
5757
<include>NOTICE.txt</include>
@@ -362,7 +362,6 @@
362362
<goal>jar-no-fork</goal>
363363
</goals>
364364
<configuration>
365-
<skipIfEmpty>true</skipIfEmpty>
366365
<archive>
367366
<manifest>
368367
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
@@ -390,7 +389,6 @@
390389
<goal>jar</goal>
391390
</goals>
392391
<configuration>
393-
<skipIfEmpty>true</skipIfEmpty>
394392
<archive>
395393
<manifest>
396394
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
@@ -418,15 +416,14 @@
418416
<jcommander.version>1.82</jcommander.version>
419417
<joda-convert.version>2.2.2</joda-convert.version>
420418
<joda-beans.version>2.8.3</joda-beans.version>
421-
<joda.beans.version>2.8.0</joda.beans.version>
419+
<joda.beans.version>2.8.3</joda.beans.version>
422420
<junit5.version>5.9.0</junit5.version>
423421
<logback.version>1.2.9</logback.version>
424422
<slf4j.version>1.7.36</slf4j.version>
425423
<okhttp.version>3.14.9</okhttp.version>
426424
<okio.version>2.10.0</okio.version>
427425
<!-- Properties for joda-beans-maven-plugin -->
428-
<!-- Lock in JDK config (not Guava) and stick with older version -->
429-
<joda-beans-maven-plugin.version>1.1</joda-beans-maven-plugin.version>
426+
<!-- Lock in JDK config (not Guava) -->
430427
<joda.beans.config>jdk</joda.beans.config>
431428
<!-- Properties for maven-javadoc-plugin -->
432429
<windowtitle>OpenGamma SDK</windowtitle>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.opengamma</groupId>
77
<artifactId>corporate-parent</artifactId>
8-
<version>2.7.3</version>
8+
<version>2.8.0</version>
99
<relativePath />
1010
</parent>
1111
<groupId>com.opengamma.sdk</groupId>

0 commit comments

Comments
 (0)