Skip to content

Commit

Permalink
#1339 up fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 29, 2024
1 parent 8b1d39e commit 0bbc430
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/up.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
git fetch --tags --force && \
latest=$(git tag --sort=creatordate | tail -1) && \
sed -E -i "s/<version>[^<]+/<version>${latest}/g" README.md && \
sed -E -i "s/takes-[^-]+/takes-${latest}/g" README.md && \
sed -E -i "s/takes-[0-9][^-]+/takes-${latest}/g" README.md && \
sed -E -i "s/org.takes:takes:.+/org.takes:takes::${latest}/g" README.md
- uses: peter-evans/create-pull-request@v7
with:
1 change: 1 addition & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -42,4 +42,5 @@ release:
gpg --allow-secret-key-import --no-tty --batch --import /home/r/secring.gpg
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
export MAVEN_OPTS="--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED"
mvn clean deploy -Ptakes -Psonatype -Pqulice -Dinvoker.skip --errors --settings ../settings.xml
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -153,7 +153,6 @@ If you're using Maven, this is how your `pom.xml` should look like:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.24.5</version>
<executions>
<execution>
<id>start-server</id>
@@ -1106,7 +1105,6 @@ the `restfb` API in your project:
<dependency>
<groupId>com.restfb</groupId>
<artifactId>restfb</artifactId>
<version>1.24.5</version>
<scope>runtime</scope>
</dependency>
```

0 comments on commit 0bbc430

Please sign in to comment.