-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release job: updates for version v1.0.579-alpha
- Loading branch information
GitHub Actions
committed
Mar 11, 2021
1 parent
73ac955
commit db337b3
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>rewrite-clj</groupId> | ||
<artifactId>rewrite-clj</artifactId> | ||
<version>1.0.574-alpha</version> | ||
<version>1.0.579-alpha</version> | ||
<name>rewrite-clj</name> | ||
<description>A library that reads and writes Clojure, ClojureScript and EDN from Clojure and ClojureScript in a whitespace and comment preserving way.</description> | ||
<url>https://github.com/clj-commons/rewrite-clj</url> | ||
<scm> | ||
<url>https://github.com/clj-commons/rewrite-clj</url> | ||
<connection>scm:git:[email protected]:clj-commons/rewrite-clj.git</connection> | ||
<developerConnection>scm:git:[email protected]:clj-commons/rewrite-clj.git</developerConnection> | ||
<tag>v1.0.574-alpha</tag> | ||
<tag>v1.0.579-alpha</tag> | ||
</scm> | ||
<dependencies> | ||
<dependency> | ||
|