Skip to content

Commit dc01808

Browse files
committed
prepare for 2.0.0.Final release
1 parent 914dc32 commit dc01808

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You probably want to use the shaded jar, which is executable and contains all of
4141
The jars will be located in the `target/` subdirectory.
4242

4343
#### Download from Github
44-
curl -LO 'https://github.com/jbossas/patch-gen/releases/download/1.0/patch-gen-1.0-shaded.jar'
44+
curl -LO 'https://github.com/jbossas/patch-gen/releases/download/2.0.0.Final/patch-gen-2.0.0.Final-shaded.jar'
4545

4646
## Patch Workflow
4747

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.jboss.as</groupId>
1414
<artifactId>patch-gen</artifactId>
15-
<version>2.0.0.Alpha2-SNAPSHOT</version>
15+
<version>2.0.0.Final</version>
1616

1717
<name>jboss patch-gen tool</name>
1818
<description>The patch-gen tool</description>

0 commit comments

Comments
 (0)