Skip to content

Commit c7abe0f

Browse files
committed
Set version number to 1.1.
1 parent bb75305 commit c7abe0f

File tree

27 files changed

+26
-90
lines changed

27 files changed

+26
-90
lines changed

application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.sis</groupId>
3030
<artifactId>parent</artifactId>
31-
<version>1.1-SNAPSHOT</version>
31+
<version>1.1</version>
3232
</parent>
3333

3434

application/sis-console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.sis</groupId>
3030
<artifactId>application</artifactId>
31-
<version>1.1-SNAPSHOT</version>
31+
<version>1.1</version>
3232
</parent>
3333

3434

application/sis-javafx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.sis</groupId>
3030
<artifactId>application</artifactId>
31-
<version>1.1-SNAPSHOT</version>
31+
<version>1.1</version>
3232
</parent>
3333

3434

application/sis-openoffice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.sis</groupId>
3030
<artifactId>application</artifactId>
31-
<version>1.1-SNAPSHOT</version>
31+
<version>1.1</version>
3232
</parent>
3333

3434

application/sis-openoffice/src/main/unopkg/build-instruction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h2>Build:</h2>
100100
<h2>Test in Apache OpenOffice:</h2>
101101
<p>Launch:</p>
102102
<blockquote><pre>cd target
103-
unopkg add apache-sis-1.1-SNAPSHOT.oxt --log-file log.txt
103+
unopkg add apache-sis-1.1.oxt --log-file log.txt
104104
scalc -env:RTL_LOGFILE=log.txt</pre></blockquote>
105105

106106
<p>If not already done, configure Java runtime with

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.sis</groupId>
3030
<artifactId>parent</artifactId>
31-
<version>1.1-SNAPSHOT</version>
31+
<version>1.1</version>
3232
</parent>
3333

3434

core/sis-build-helper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>org.apache.sis</groupId>
3434
<artifactId>parent</artifactId>
35-
<version>1.1-SNAPSHOT</version>
35+
<version>1.1</version>
3636
<relativePath>../../pom.xml</relativePath>
3737
</parent>
3838

core/sis-build-helper/src/main/ant/prepare-release.xml

Lines changed: 0 additions & 44 deletions
This file was deleted.

core/sis-feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.sis</groupId>
3030
<artifactId>core</artifactId>
31-
<version>1.1-SNAPSHOT</version>
31+
<version>1.1</version>
3232
</parent>
3333

3434

core/sis-metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.sis</groupId>
3030
<artifactId>core</artifactId>
31-
<version>1.1-SNAPSHOT</version>
31+
<version>1.1</version>
3232
</parent>
3333

3434

0 commit comments

Comments
 (0)