Skip to content

Commit

Permalink
update to reflect PR #9
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Sep 5, 2022
1 parent d40b676 commit dca05be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build: todo
mvn install

run:
java -jar target/extruder-2.0.1.jar server
java -jar target/extruder-2.0.3.jar server

todo:
echo "# Generated automatically at" `date` > TODO.txt
Expand Down
2 changes: 1 addition & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated automatically at Tue Feb 22 10:39:10 PST 2022
# Generated automatically at Mon Sep 5 10:27:36 PDT 2022

./src/main/java/info/aaronland/extruder/JavaReadabilityResource.java:54: // TODO: trap MalformedURLExceptions and return NOT_ACCEPTABLE here (20130901/straup)
./src/main/java/info/aaronland/extruder/BoilerpipeResource.java:52: // TODO: trap MalformedURLExceptions and return NOT_ACCEPTABLE here (20130901/straup)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>info.aaronland.extruder</groupId>
<artifactId>extruder</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>

<dependencies>

Expand Down

0 comments on commit dca05be

Please sign in to comment.