Skip to content

Commit 95fecc7

Browse files
[maven-release-plugin] prepare release typescript.java-1.1.0
1 parent 40692f0 commit 95fecc7

File tree

35 files changed

+35
-35
lines changed

35 files changed

+35
-35
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>fr.opensagres.js</groupId>
55
<artifactId>typescript.java</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77
</parent>
88
<artifactId>core</artifactId>
99
<packaging>pom</packaging>

core/ts.core.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<parent>
66
<groupId>fr.opensagres.js</groupId>
77
<artifactId>core</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
</parent>
1010
</project>

core/ts.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<parent>
66
<groupId>fr.opensagres.js</groupId>
77
<artifactId>core</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
</parent>
1010
</project>

core/ts.repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<parent>
66
<groupId>fr.opensagres.js</groupId>
77
<artifactId>core</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
</parent>
1010
</project>

eclipse/embed/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>fr.opensagres.js</groupId>
55
<artifactId>eclipse</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77
</parent>
88
<artifactId>embed</artifactId>
99
<packaging>pom</packaging>

eclipse/embed/ts.eclipse.ide.server.nodejs.embed.linux.gtk.x86/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>fr.opensagres.js</groupId>
55
<artifactId>embed</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77
</parent>
88
<artifactId>ts.eclipse.ide.server.nodejs.embed.linux.gtk.x86</artifactId>
99
<packaging>eclipse-plugin</packaging>

eclipse/embed/ts.eclipse.ide.server.nodejs.embed.linux.gtk.x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>fr.opensagres.js</groupId>
55
<artifactId>embed</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77
</parent>
88
<artifactId>ts.eclipse.ide.server.nodejs.embed.linux.gtk.x86_64</artifactId>
99
<packaging>eclipse-plugin</packaging>

eclipse/embed/ts.eclipse.ide.server.nodejs.embed.macosx.cocoa.x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>fr.opensagres.js</groupId>
55
<artifactId>embed</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77
</parent>
88
<artifactId>ts.eclipse.ide.server.nodejs.embed.macosx.cocoa.x86_64</artifactId>
99
<packaging>eclipse-plugin</packaging>

eclipse/embed/ts.eclipse.ide.server.nodejs.embed.win32.win32.x86/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>fr.opensagres.js</groupId>
66
<artifactId>embed</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
</parent>
99
<artifactId>ts.eclipse.ide.server.nodejs.embed.win32.win32.x86</artifactId>
1010
<build>

eclipse/embed/ts.eclipse.ide.server.nodejs.embed.win32.win32.x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>fr.opensagres.js</groupId>
66
<artifactId>embed</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
</parent>
99
<artifactId>ts.eclipse.ide.server.nodejs.embed.win32.win32.x86_64</artifactId>
1010
<build>

0 commit comments

Comments
 (0)