Skip to content

Commit dd8159c

Browse files
committed
Ocelot 2.0 RC1
1 parent 139f589 commit dd8159c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
<groupId>com.vistatec</groupId>
66
<artifactId>Ocelot</artifactId>
7-
<version>1.5-SNAPSHOT</version>
7+
<version>2.0-rc1</version>
88
<packaging>jar</packaging>
99

1010
<name>Ocelot</name>
1111
<url>http://maven.apache.org</url>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<okapi.version>0.27-SNAPSHOT</okapi.version>
16-
<okapi.xliff2.version>1.0-SNAPSHOT</okapi.xliff2.version>
15+
<okapi.version>0.28</okapi.version>
16+
<okapi.xliff2.version>1.0.1</okapi.xliff2.version>
1717
</properties>
1818

1919
<repositories>
@@ -35,7 +35,7 @@
3535
<repository>
3636
<id>okapi-xliff</id>
3737
<name>okapi-xliff-repository</name>
38-
<url>http://repository-okapi-xliff.forge.cloudbees.com/snapshot/</url>
38+
<url>http://repository-okapi-xliff.forge.cloudbees.com/release/</url>
3939
</repository>
4040
</repositories>
4141

0 commit comments

Comments
 (0)