Skip to content

Commit 3ab7bd2

Browse files
Version update in README
1 parent 39730fb commit 3ab7bd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Apache Maven archetypes for bootstrapping new open-source projects.
44

55
Think [Maven Quickstart Archetype](https://maven.apache.org/archetypes/maven-archetype-quickstart/) and friends, but more modern, complete, and opinionated.
66

7-
_Latest version: 1.0.0.Alpha1_
7+
_Latest version: 1.0.0.Beta1_
88

99
## Features
1010

@@ -24,7 +24,7 @@ Run the following command to create a new project based on the _oss-quickstart-s
2424
mvn archetype:generate \
2525
-DarchetypeGroupId=org.moditect.ossquickstart \
2626
-DarchetypeArtifactId=oss-quickstart-simple-archetype \
27-
-DarchetypeVersion=1.0.0.Alpha1
27+
-DarchetypeVersion=1.0.0.Beta1
2828
```
2929

3030
Then provide values for the parameters prompted for, such as group and artifact id of the project to be generated.
@@ -35,7 +35,7 @@ Alternatively, use the non-interactive ("batch") mode and provide all the values
3535
mvn archetype:generate -B \
3636
-DarchetypeGroupId=org.moditect.ossquickstart \
3737
-DarchetypeArtifactId=oss-quickstart-simple-archetype \
38-
-DarchetypeVersion=1.0.0.Alpha1 \
38+
-DarchetypeVersion=1.0.0.Beta1 \
3939
-DgroupId=com.example.demos \
4040
-DartifactId=fancy-project \
4141
-Dversion=1.0.0-SNAPSHOT \

0 commit comments

Comments
 (0)