Skip to content

Commit

Permalink
fix actually uploaded plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed May 23, 2024
1 parent 9823022 commit 660d820
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Old GroupIds Alerter - Change Log

### 1.9.1 (2024/05/24)
* strictly identical to 1.9.0. I had some problems with my Maven setup (again ^_^), which refused to publish the 1.9.0 plugin release. I was using Maven 3.9.6. I had to revert to 3.9.0 (and I updated my deployment script to use the Maven wrapper, finally), and I cleared my m2 cache (to fix a weird error about a missing class in a Maven plugin). After that, I have been able to prepare and publish the 1.9.1 release.
### 1.9.2 (2024/05/24)
* strictly identical to 1.9.0. I had some problems with my Maven setup (again ^_^), which refused to publish the 1.9.0 plugin release. I was using Maven 3.9.6. I had to revert to 3.9.0 (and I updated my deployment script to use the Maven wrapper, finally), and I cleared my m2 cache (to fix a weird error about a missing class in a Maven plugin). After that, I have been able to prepare and publish the 1.9.2 release.

### 1.9.0 (2024/05/19)
* merge [pull request #80](https://github.com/jonathanlermitage/oga-maven-plugin/pull/80): use plexus to support classpath resources.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Maven coordinates ([Nexus](https://oss.sonatype.org/#nexus-search;quick~oga-mave
```xml
<groupId>biz.lermitage.oga</groupId>
<artifactId>oga-maven-plugin</artifactId>
<version>1.9.1</version>
<version>1.9.2</version>
```

### Configuration
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/biz/lermitage/oga/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<plugin>
<groupId>biz.lermitage.oga</groupId>
<artifactId>oga-maven-plugin</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.3-SNAPSHOT</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 660d820

Please sign in to comment.