Skip to content

Commit

Permalink
Iterating (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: Laird Nelson <ljnelson@gmail.com>
  • Loading branch information
ljnelson authored Nov 14, 2023
1 parent b54591a commit edc61b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/mvn-release-prepare-perform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,10 @@ jobs:
SONATYPE_OSSRH_USERNAME: '${{ secrets.SONATYPE_OSSRH_USERNAME }}'
shell: 'bash -e {0}'
run: >
echo "::group::Configuring git identity"
git config --global user.email 'ci@microbean.org'
git config --global user.name 'microbean'
echo "::endgroup::"
echo "::group::Running mvn prepare"
mvn --batch-mode ${MVN_DEBUG} --errors ${MVN_TRANSFER_LOGGING} release:prepare
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# microBean™ Function

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.microbean/microbean-function/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.microbean/microbean-function)
[![Maven Central](https://img.shields.io/maven-central/v/org.microbean/microbean-function.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.microbean/microbean-function)

The microBean™ Function project provides classes and interfaces related to Java's particular flavor of functional
programming.
Expand Down Expand Up @@ -29,7 +29,7 @@ dependency:
<groupId>org.microbean</groupId>
<artifactId>microbean-function</artifactId>
<!-- Always check https://search.maven.org/artifact/org.microbean/microbean-function for up-to-date available versions. -->
<version>0.0.67</version>
<version>0.0.69</version>
</dependency>
```

Expand Down

0 comments on commit edc61b1

Please sign in to comment.