Skip to content

Commit 19684fb

Browse files
committed
Next version will be 1.0.0
1 parent 0f63d06 commit 19684fb

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
112
/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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>org.mybatis.caches</groupId>
2727
<artifactId>mybatis-memcached</artifactId>
28-
<version>1.0.0-beta2-SNAPSHOT</version>
28+
<version>1.0.0-SNAPSHOT</version>
2929
<packaging>jar</packaging>
3030

3131
<name>MyBatis Caches :: Memcached</name>

0 commit comments

Comments
 (0)