Skip to content

Commit f3004bc

Browse files
[maven-release-plugin] prepare release typescript.java-1.0.0
1 parent 3fd6b25 commit f3004bc

File tree

35 files changed

+36
-37
lines changed

35 files changed

+36
-37
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.0.0-SNAPSHOT</version>
6+
<version>1.0.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.0.0-SNAPSHOT</version>
8+
<version>1.0.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.0.0-SNAPSHOT</version>
8+
<version>1.0.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.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
</project>

eclipse/embed/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>fr.opensagres.js</groupId>
65
<artifactId>eclipse</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
87
</parent>
98
<artifactId>embed</artifactId>
109
<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.0.0-SNAPSHOT</version>
6+
<version>1.0.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.0.0-SNAPSHOT</version>
6+
<version>1.0.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.0.0-SNAPSHOT</version>
6+
<version>1.0.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.0.0-SNAPSHOT</version>
7+
<version>1.0.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.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99
<artifactId>ts.eclipse.ide.server.nodejs.embed.win32.win32.x86_64</artifactId>
1010
<build>

0 commit comments

Comments
 (0)