Skip to content

Commit

Permalink
build: back to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 26, 2024
1 parent d2f8226 commit 730cf3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cloud-processors-confirmation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,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-beta.1</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion cloud-processors-cooldown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,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-beta.1</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion cloud-processors-requirements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,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-beta.1</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.incendo
version=1.0.0-beta.1
version=1.0.0-SNAPSHOT
description=cloud-processors

org.gradle.caching=true
Expand Down

0 comments on commit 730cf3d

Please sign in to comment.