Skip to content

Commit

Permalink
Release version 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
malaporte committed Jan 24, 2019
1 parent 56a11db commit 67b34fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 236 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To have your sources automatically formatted on each build, add to your pom.xml:
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.6.0</version>
<version>2.8.0</version>
<executions>
<execution>
<goals>
Expand All @@ -46,7 +46,7 @@ If you prefer, you can only check formatting at build time using the `check` goa
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.6.0</version>
<version>2.8.0</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -84,7 +84,7 @@ example:
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.6.0</version>
<version>2.8.0</version>
<configuration>
<sourceDirectory>some/source/directory</sourceDirectory>
<testSourceDirectory>some/test/directory</testSourceDirectory>
Expand Down Expand Up @@ -127,7 +127,7 @@ example to not display the non-compliant files:
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.6.0</version>
<version>2.8.0</version>
<configuration>
<displayFiles>false</displayFiles>
</configuration>
Expand All @@ -150,7 +150,7 @@ example to limit the display up to 10 files
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.6.0</version>
<version>2.8.0</version>
<configuration>
<displayLimit>10</displayLimit>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.7</version>
<version>2.8</version>
<packaging>maven-plugin</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
230 changes: 0 additions & 230 deletions pom.xml.versionsBackup

This file was deleted.

6 comments on commit 67b34fa

@sormuras
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version 2.8 didn't show up at Maven Central, yet: http://central.maven.org/maven2/com/coveo/fmt-maven-plugin/ ... sync/upload in progress?

...and shouldn't it be 2.8. all over the place? Or 2.8.0?

@malaporte
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It usually takes a while before a new release shows up (couple of hours), so let's wait and see.

@Stephan202
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@malaporte it seems the release is still absent.

@malaporte
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed. I re-ran the deploy command, and it succeeded (usually it would fail when re-deploying an existing version...) so I guess something went wrong the first time?

@sormuras
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Watching http://central.maven.org/maven2/com/coveo/fmt-maven-plugin/ for 2.8 to appear in an hour or so...

Hoping that google/google-java-format#336 will be merged and deployed soon too.

@sormuras
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.