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 0f63d06 commit 19684fbCopy full SHA for 19684fb
.gitignore
@@ -1 +1,20 @@
1
+/*.iml
2
+/*.ipr
3
+/*.iws
4
+/.classpath
5
+/.idea
6
+/.project
7
+/.settings
8
+/derby.log
9
+/ibderby
10
+/nb*
11
+/release.properties
12
/target
13
+/test.db.lck
14
+/test.db.log
15
+/test.db.properties
16
+/test.db.script
17
+/test.db.tmp
18
+/src/docbkx
19
+velocity.log
20
+/bin
pom.xml
@@ -25,7 +25,7 @@
25
26
<groupId>org.mybatis.caches</groupId>
27
<artifactId>mybatis-memcached</artifactId>
28
- <version>1.0.0-beta2-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
29
<packaging>jar</packaging>
30
31
<name>MyBatis Caches :: Memcached</name>
0 commit comments