Skip to content

Commit 9bd5ee1

Browse files
committed
[maven-release-plugin] prepare release java-iso-tools-parent-2.0.1
1 parent 6c0b594 commit 9bd5ee1

File tree

10 files changed

+20
-19
lines changed

10 files changed

+20
-19
lines changed

iso9660-ant-tasks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>java-iso-tools-parent</artifactId>
2323
<groupId>com.github.stephenc.java-iso-tools</groupId>
24-
<version>2.0.1-SNAPSHOT</version>
24+
<version>2.0.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.github.stephenc.java-iso-tools</groupId>
3939
<artifactId>iso9660-writer</artifactId>
40-
<version>2.0.1-SNAPSHOT</version>
40+
<version>2.0.1</version>
4141
</dependency>
4242
</dependencies>
4343

iso9660-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.github.stephenc.java-iso-tools</groupId>
2525
<artifactId>java-iso-tools-parent</artifactId>
26-
<version>2.0.1-SNAPSHOT</version>
26+
<version>2.0.1</version>
2727
</parent>
2828

2929
<artifactId>iso9660-maven-plugin</artifactId>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.github.stephenc.java-iso-tools</groupId>
4646
<artifactId>iso9660-writer</artifactId>
47-
<version>2.0.1-SNAPSHOT</version>
47+
<version>2.0.1</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.codehaus.plexus</groupId>

iso9660-vfs-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.github.stephenc.java-iso-tools</groupId>
2525
<artifactId>java-iso-tools-parent</artifactId>
26-
<version>2.0.1-SNAPSHOT</version>
26+
<version>2.0.1</version>
2727
</parent>
2828

2929
<artifactId>iso9660-vfs-impl</artifactId>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.github.stephenc.java-iso-tools</groupId>
5454
<artifactId>loop-fs-iso-impl</artifactId>
55-
<version>2.0.1-SNAPSHOT</version>
55+
<version>2.0.1</version>
5656
</dependency>
5757
</dependencies>
5858

iso9660-writer/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.github.stephenc.java-iso-tools</groupId>
2525
<artifactId>java-iso-tools-parent</artifactId>
26-
<version>2.0.1-SNAPSHOT</version>
26+
<version>2.0.1</version>
2727
</parent>
2828

2929
<artifactId>iso9660-writer</artifactId>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.github.stephenc.java-iso-tools</groupId>
4747
<artifactId>sabre</artifactId>
48-
<version>2.0.1-SNAPSHOT</version>
48+
<version>2.0.1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>junit</groupId>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.github.stephenc.java-iso-tools</groupId>
6464
<artifactId>iso9660-vfs-impl</artifactId>
65-
<version>2.0.1-SNAPSHOT</version>
65+
<version>2.0.1</version>
6666
<scope>test</scope>
6767
</dependency>
6868
</dependencies>

loop-fs-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>java-iso-tools-parent</artifactId>
2323
<groupId>com.github.stephenc.java-iso-tools</groupId>
24-
<version>2.0.1-SNAPSHOT</version>
24+
<version>2.0.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

loop-fs-iso-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>java-iso-tools-parent</artifactId>
2323
<groupId>com.github.stephenc.java-iso-tools</groupId>
24-
<version>2.0.1-SNAPSHOT</version>
24+
<version>2.0.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.github.stephenc.java-iso-tools</groupId>
5252
<artifactId>loop-fs-spi</artifactId>
53-
<version>2.0.1-SNAPSHOT</version>
53+
<version>2.0.1</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>junit</groupId>

loop-fs-spi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>java-iso-tools-parent</artifactId>
2323
<groupId>com.github.stephenc.java-iso-tools</groupId>
24-
<version>2.0.1-SNAPSHOT</version>
24+
<version>2.0.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.github.stephenc.java-iso-tools</groupId>
4747
<artifactId>loop-fs-api</artifactId>
48-
<version>2.0.1-SNAPSHOT</version>
48+
<version>2.0.1</version>
4949
</dependency>
5050
</dependencies>
5151

loop-fs-udf-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>java-iso-tools-parent</artifactId>
2323
<groupId>com.github.stephenc.java-iso-tools</groupId>
24-
<version>2.0.1-SNAPSHOT</version>
24+
<version>2.0.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.github.stephenc.java-iso-tools</groupId>
4747
<artifactId>loop-fs-spi</artifactId>
48-
<version>2.0.1-SNAPSHOT</version>
48+
<version>2.0.1</version>
4949
</dependency>
5050
</dependencies>
5151

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>com.github.stephenc.java-iso-tools</groupId>
3030
<artifactId>java-iso-tools-parent</artifactId>
31-
<version>2.0.1-SNAPSHOT</version>
31+
<version>2.0.1</version>
3232
<packaging>pom</packaging>
3333
<name>Java ISO9660 Tools Parent</name>
3434

@@ -48,7 +48,8 @@
4848
<connection>scm:git:git://github.com/stephenc/java-iso-tools.git</connection>
4949
<developerConnection>scm:git:git@github.com:stephenc/java-iso-tools.git</developerConnection>
5050
<url>http://github.com/stephenc/java-iso-tools/tree/master/</url>
51-
</scm>
51+
<tag>java-iso-tools-parent-2.0.1</tag>
52+
</scm>
5253

5354
<licenses>
5455
<license>

sabre/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.github.stephenc.java-iso-tools</groupId>
2525
<artifactId>java-iso-tools-parent</artifactId>
26-
<version>2.0.1-SNAPSHOT</version>
26+
<version>2.0.1</version>
2727
</parent>
2828

2929
<artifactId>sabre</artifactId>

0 commit comments

Comments
 (0)