We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093b5c7 commit 37d889cCopy full SHA for 37d889c
1 file changed
modules/embabel/pom.xml
@@ -18,15 +18,15 @@
18
<properties>
19
<atmosphere.module.name>org.atmosphere.embabel</atmosphere.module.name>
20
<kotlin.version>2.1.10</kotlin.version>
21
- <embabel.version>0.3.5-SNAPSHOT</embabel.version>
+ <embabel.version>0.3.4</embabel.version>
22
</properties>
23
24
<repositories>
25
<repository>
26
- <id>embabel-snapshots</id>
27
- <url>https://repo.embabel.com/artifactory/libs-snapshot</url>
28
- <releases><enabled>false</enabled></releases>
29
- <snapshots><enabled>true</enabled></snapshots>
+ <id>embabel-releases</id>
+ <url>https://repo.embabel.com/artifactory/libs-release</url>
+ <releases><enabled>true</enabled></releases>
+ <snapshots><enabled>false</enabled></snapshots>
30
</repository>
31
</repositories>
32
0 commit comments