Skip to content

Commit 763e767

Browse files
committed
[RELEASE] 1.1-SNAPSHOT -> 1.1
1 parent 3a8d09f commit 763e767

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

assessment/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.introfog.pie</groupId>
99
<artifactId>root</artifactId>
10-
<version>1.1-SNAPSHOT</version>
10+
<version>1.1</version>
1111
</parent>
1212

1313
<artifactId>assessment</artifactId>
@@ -23,13 +23,13 @@
2323
<dependency>
2424
<groupId>com.github.introfog.pie</groupId>
2525
<artifactId>core</artifactId>
26-
<version>1.1-SNAPSHOT</version>
26+
<version>1.1</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.github.introfog.pie</groupId>
3131
<artifactId>test</artifactId>
32-
<version>1.1-SNAPSHOT</version>
32+
<version>1.1</version>
3333
<scope>test</scope>
3434
</dependency>
3535
<dependency>

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.introfog.pie</groupId>
99
<artifactId>root</artifactId>
10-
<version>1.1-SNAPSHOT</version>
10+
<version>1.1</version>
1111
</parent>
1212

1313
<artifactId>core</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.github.introfog.pie</groupId>
2525
<artifactId>test</artifactId>
26-
<version>1.1-SNAPSHOT</version>
26+
<version>1.1</version>
2727
<scope>test</scope>
2828
</dependency>
2929
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.github.introfog.pie</groupId>
88
<artifactId>root</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.1-SNAPSHOT</version>
10+
<version>1.1</version>
1111

1212
<modules>
1313
<module>core</module>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.introfog.pie</groupId>
99
<artifactId>root</artifactId>
10-
<version>1.1-SNAPSHOT</version>
10+
<version>1.1</version>
1111
</parent>
1212

1313
<artifactId>test</artifactId>

0 commit comments

Comments
 (0)