Skip to content

Commit

Permalink
Fixing configuration for publishing to maven. (#116)
Browse files Browse the repository at this point in the history
This stopped working after the latest maven-source-plugin version bump
  • Loading branch information
baldawar authored Oct 11, 2023
1 parent 6848112 commit a310d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>software.amazon.event.ruler</groupId>
<artifactId>event-ruler</artifactId>
<name>Event Ruler</name>
<version>1.4.0</version>
<version>1.4.1</version>
<description>Event Ruler is a Java library that allows matching Rules to Events. An event is a list of fields,
which may be given as name/value pairs or as a JSON object. A rule associates event field names with lists of
possible values. There are two reasons to use Ruler: 1/ It's fast; the time it takes to match Events doesn't
Expand Down Expand Up @@ -123,7 +123,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit a310d04

Please sign in to comment.