Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiLambda committed Nov 22, 2024
1 parent 2355450 commit 1e46b4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion monad-experiment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>lincks.maximilian.monads</groupId>
<artifactId>monad-experiment</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion monad-macro/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.12.0"]
[lincks.maximilian.monads/monad-experiment "1.0-SNAPSHOT"]]
[lincks.maximilian.monads/monad-experiment "1.0.0"]]
)
4 changes: 2 additions & 2 deletions monad-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.example</groupId>
<artifactId>monad-parser</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>monad-parser</name>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>lincks.maximilian.monads</groupId>
<artifactId>monad-experiment</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 1e46b4e

Please sign in to comment.