Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit 9a62e0b

Browse files
committed
set the versions to 1.0.1
1 parent ef99328 commit 9a62e0b

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

acceptance/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>com.novoda</groupId>
99
<artifactId>sqliteprovider-parent</artifactId>
10-
<version>1.0.1-SNAPSHOT</version>
10+
<version>1.0.1</version>
1111
</parent>
1212

1313
<artifactId>sqliteprovider-acceptance</artifactId>
1414
<name>sqliteprovider-acceptance</name>
1515
<packaging>apk</packaging>
16-
<version>1.0.0-SNAPSHOT</version>
16+
<version>1.0.1</version>
1717

1818
<dependencies>
1919

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.novoda</groupId>
2828
<artifactId>sqliteprovider-core</artifactId>
29-
<version>1.0.1-SNAPSHOT</version>
29+
<version>1.0.1</version>
3030
<type>jar</type>
3131
</dependency>
3232

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>com.novoda</groupId>
99
<artifactId>sqliteprovider-parent</artifactId>
10-
<version>1.0.1-SNAPSHOT</version>
10+
<version>1.0.1</version>
1111
</parent>
1212

1313
<artifactId>sqliteprovider-core</artifactId>
1414
<name>sqliteprovider-core</name>
1515
<packaging>jar</packaging>
16-
<version>1.0.1-SNAPSHOT</version>
16+
<version>1.0.1</version>
1717

1818
<dependencies>
1919
<dependency>

demo-extended/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
<parent>
66
<groupId>com.novoda</groupId>
77
<artifactId>sqliteprovider-parent</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
</parent>
1010

1111
<artifactId>sqliteprovider-demo-extended</artifactId>
1212
<name>demo-extended</name>
1313
<packaging>apk</packaging>
14-
<version>1.0.1-SNAPSHOT</version>
14+
<version>1.0.1</version>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>com.novoda</groupId>
1919
<artifactId>sqliteprovider-core</artifactId>
20-
<version>1.0.1-SNAPSHOT</version>
20+
<version>1.0.1</version>
2121
<type>jar</type>
2222
</dependency>
2323

demo-simple/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
<parent>
66
<groupId>com.novoda</groupId>
77
<artifactId>sqliteprovider-parent</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
</parent>
1010

1111
<artifactId>sqliteprovider-demo-simple</artifactId>
1212
<name>demo-simple</name>
1313
<packaging>apk</packaging>
14-
<version>1.0.1-SNAPSHOT</version>
14+
<version>1.0.1</version>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>com.novoda</groupId>
1919
<artifactId>sqliteprovider-core</artifactId>
20-
<version>1.0.1-SNAPSHOT</version>
20+
<version>1.0.1</version>
2121
<type>jar</type>
2222
</dependency>
2323

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>sqliteprovider-parent</artifactId>
12-
<version>1.0.1-SNAPSHOT</version>
12+
<version>1.0.1</version>
1313
<packaging>pom</packaging>
1414
<name>sqliteprovider-parent</name>
1515
<description>SQLiteProvider Multi Module Project</description>

0 commit comments

Comments
 (0)