Skip to content

Commit

Permalink
feat: switch spring & processors over to beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 26, 2024
1 parent 2d5727a commit 2427790
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docs/processors/confirmation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Postprocessor that adds the ability to require an extra confirmation before exec
Snapshots are available on the Sonatype Snapshots Repository:

```xml
<!-- For Snapshots -->
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
Expand All @@ -15,7 +16,7 @@ Snapshots are available on the Sonatype Snapshots Repository:
<dependency>
<groupId>org.incendo</groupId>
<artifactId>cloud-processors-confirmation</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta.1</version>
</dependency>
```

Expand Down
3 changes: 2 additions & 1 deletion docs/processors/cooldown.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Postprocessor that adds command cooldowns.
Snapshots are available on the Sonatype Snapshots Repository:

```xml
<!-- For Snapshots -->
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
Expand All @@ -15,7 +16,7 @@ Snapshots are available on the Sonatype Snapshots Repository:
<dependency>
<groupId>org.incendo</groupId>
<artifactId>cloud-processors-cooldown</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta.1</version>
</dependency>
```

Expand Down
3 changes: 2 additions & 1 deletion docs/processors/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ are defined on a per-command basis.
Snapshots are available on the Sonatype Snapshots Repository:

```xml
<!-- For Snapshots -->
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
Expand All @@ -19,7 +20,7 @@ Snapshots are available on the Sonatype Snapshots Repository:
<dependency>
<groupId>org.incendo</groupId>
<artifactId>cloud-processors-requirements</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta.1</version>
</dependency>
```

Expand Down
6 changes: 2 additions & 4 deletions docs/spring/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ The example module contains a Spring Boot application with a couple of commands.

## usage

**cloud-spring is not yet available on Maven Central!**

```xml
<dependencies>
<dependency>
<groupId>cloud.commandframework</groupId>
<groupId>org.incendo</groupId>
<artifactId>cloud-spring</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta.1</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 2427790

Please sign in to comment.