Skip to content

Commit

Permalink
Add scm info to project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
valerauko committed Jun 14, 2023
1 parent 5bd1c6e commit 49d4481
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<url>https://github.com/valerauko/gcp-ser-clj</url>
<connection>scm:git:git://github.com/valerauko/gcp-ser-clj.git</connection>
<developerConnection>scm:git:ssh://[email protected]/valerauko/gcp-ser-clj.git</developerConnection>
<tag>cb74a52fcc948f4b144323c13470b77b477c4db9</tag>
<tag>v0.8.1</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -85,4 +85,4 @@
<!-- This file was autogenerated by Leiningen.
Please do not edit it directly; instead edit project.clj and regenerate it.
It should not be considered canonical data. For more information see
https://github.com/technomancy/leiningen -->
https://codeberg.org/leiningen/leiningen -->
3 changes: 3 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
(defproject gcp-ser-clj "0.8.1"
:scm {:name "git"
:url "https://github.com/valerauko/gcp-ser-clj"
:tag "v0.8.1"}
:description "A Clojure library trying to make reporting errors to Google Cloud's Error Reporting system (Stackdriver) simpler."
:url "https://github.com/valerauko/gcp-ser-clj"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 49d4481

Please sign in to comment.