Skip to content

Commit

Permalink
bumped up to ne next 7.74.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiarnes committed Jul 18, 2022
1 parent 4f29d86 commit b6cbd2d
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion kie-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kie</groupId>
<artifactId>kie-api-parent</artifactId>
<version>7.73.0-SNAPSHOT</version>
<version>7.74.0-SNAPSHOT</version>
</parent>

<artifactId>kie-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kie-archetypes/kie-drools-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kie</groupId>
<artifactId>kie-archetypes</artifactId>
<version>7.73.0-SNAPSHOT</version>
<version>7.74.0-SNAPSHOT</version>
</parent>

<artifactId>kie-drools-archetype</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions kie-archetypes/kie-kjar-archetype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ base kjar from this archetype.
mvn archetype:generate
-DarchetypeGroupId=org.kie
-DarchetypeArtifactId=kie-kjar-archetype
-DarchetypeVersion=7.73.0-SNAPSHOT
-DarchetypeVersion=7.74.0-SNAPSHOT
```
or use this one-liner

```
mvn archetype:generate -DarchetypeGroupId=org.kie -DarchetypeArtifactId=kie-kjar-archetype -DarchetypeVersion=7.73.0-SNAPSHOT
mvn archetype:generate -DarchetypeGroupId=org.kie -DarchetypeArtifactId=kie-kjar-archetype -DarchetypeVersion=7.74.0-SNAPSHOT
```
4. Change the prompted values during the generation as needed (or leave the defaults)
5. Compile and test your generated base kjar project with
Expand All @@ -40,13 +40,13 @@ case kjar from this archetype.
mvn archetype:generate
-DarchetypeGroupId=org.kie
-DarchetypeArtifactId=kie-kjar-archetype
-DarchetypeVersion=7.73.0-SNAPSHOT
-DarchetypeVersion=7.74.0-SNAPSHOT
-DcaseProject=true
```
or use this one-liner

```
mvn archetype:generate -DarchetypeGroupId=org.kie -DarchetypeArtifactId=kie-kjar-archetype -DarchetypeVersion=7.73.0-SNAPSHOT -DcaseProject=true
mvn archetype:generate -DarchetypeGroupId=org.kie -DarchetypeArtifactId=kie-kjar-archetype -DarchetypeVersion=7.74.0-SNAPSHOT -DcaseProject=true
```
4. Change the prompted values during the generation as needed (or leave the defaults)
5. Compile and test your generated case kjar project with
Expand Down
2 changes: 1 addition & 1 deletion kie-archetypes/kie-kjar-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kie</groupId>
<artifactId>kie-archetypes</artifactId>
<version>7.73.0-SNAPSHOT</version>
<version>7.74.0-SNAPSHOT</version>
</parent>

<artifactId>kie-kjar-archetype</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kie-archetypes/kie-model-archetype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ project from this archetype.
mvn archetype:generate
-DarchetypeGroupId=org.kie
-DarchetypeArtifactId=kie-model-archetype
-DarchetypeVersion=7.73.0-SNAPSHOT
-DarchetypeVersion=7.74.0-SNAPSHOT
```
or use this one-liner

```
mvn archetype:generate -DarchetypeGroupId=org.kie -DarchetypeArtifactId=kie-model-archetype -DarchetypeVersion=7.73.0-SNAPSHOT
mvn archetype:generate -DarchetypeGroupId=org.kie -DarchetypeArtifactId=kie-model-archetype -DarchetypeVersion=7.74.0-SNAPSHOT
```
4. Change the prompted values during the generation as needed (or leave the defaults)
5. Compile and test your generated project with
Expand Down
2 changes: 1 addition & 1 deletion kie-archetypes/kie-model-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kie</groupId>
<artifactId>kie-archetypes</artifactId>
<version>7.73.0-SNAPSHOT</version>
<version>7.74.0-SNAPSHOT</version>
</parent>

<artifactId>kie-model-archetype</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions kie-archetypes/kie-service-spring-boot-archetype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Archetype used to build new KIE Service Spring Boot Applications.
mvn archetype:generate
-DarchetypeGroupId=org.kie
-DarchetypeArtifactId=kie-service-spring-boot-archetype
-DarchetypeVersion=7.73.0-SNAPSHOT
-DarchetypeVersion=7.74.0-SNAPSHOT
```

or use this one-liner

```
mvn archetype:generate -DarchetypeGroupId=org.kie -DarchetypeArtifactId=kie-service-spring-boot-archetype -DarchetypeVersion=7.73.0-SNAPSHOT
mvn archetype:generate -DarchetypeGroupId=org.kie -DarchetypeArtifactId=kie-service-spring-boot-archetype -DarchetypeVersion=7.74.0-SNAPSHOT
```

4. Change the prompted values during the generation as needed (or leave the defaults)
Expand Down Expand Up @@ -139,7 +139,7 @@ So to build an "planner" service app you would use the command:
mvn archetype:generate
-DarchetypeGroupId=org.kie
-DarchetypeArtifactId=kie-service-spring-boot-archetype
-DarchetypeVersion=7.73.0-SNAPSHOT
-DarchetypeVersion=7.74.0-SNAPSHOT
-DappType=planner
```

Expand Down
2 changes: 1 addition & 1 deletion kie-archetypes/kie-service-spring-boot-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kie</groupId>
<artifactId>kie-archetypes</artifactId>
<version>7.73.0-SNAPSHOT</version>
<version>7.74.0-SNAPSHOT</version>
</parent>

<artifactId>kie-service-spring-boot-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kie-archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kie</groupId>
<artifactId>kie-api-parent</artifactId>
<version>7.73.0-SNAPSHOT</version>
<version>7.74.0-SNAPSHOT</version>
</parent>

<artifactId>kie-archetypes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kie-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kie</groupId>
<artifactId>kie-api-parent</artifactId>
<version>7.73.0-SNAPSHOT</version>
<version>7.74.0-SNAPSHOT</version>
</parent>

<artifactId>kie-internal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kie</groupId>
<artifactId>kie-parent</artifactId>
<version>7.73.0-SNAPSHOT</version>
<version>7.74.0-SNAPSHOT</version>
<!-- relativePath causes out-of-date problems on hudson secondary nodes -->
<!--<relativePath>../droolsjbpm-build-bootstrap/pom.xml</relativePath>-->
</parent>
Expand Down

0 comments on commit b6cbd2d

Please sign in to comment.