Skip to content

Commit

Permalink
release v0.51.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkamke committed Sep 21, 2016
1 parent 8392ace commit 2516082
Show file tree
Hide file tree
Showing 25 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.yaktor</groupId>
<artifactId>dsl-xtext-parent</artifactId>
<version>0.51.3-SNAPSHOT</version>
<version>0.51.3</version>
</parent>
<name>${project.groupId}:${project.artifactId}</name>
<description>A command-line code generator that reads Yaktor's DSLs and produces Node.js Yaktor applications.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: io.yaktor.conversation.as
Bundle-SymbolicName: io.yaktor.conversation.as;singleton:=true
Bundle-Version: 0.51.3.qualifier
Bundle-Version: 0.51.3
Bundle-ClassPath: .
Bundle-Vendor: SciSpike LLC
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion conversation/io.yaktor.conversation.as/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>conversation-xtext-dsl</artifactId>
<version>0.51.3-SNAPSHOT</version>
<version>0.51.3</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
8 changes: 4 additions & 4 deletions conversation/io.yaktor.conversation.cs.sdk/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
<feature
id="io.yaktor.conversation.cs.sdk"
label="Conversation SDK Feature "
version="0.51.3.qualifier">
version="0.51.3">

<plugin
id="io.yaktor.conversation.cs"
download-size="0"
install-size="0"
version="0.51.3.qualifier"
version="0.51.3"
unpack="false"/>

<plugin
id="io.yaktor.conversation.as"
download-size="0"
install-size="0"
version="0.51.3.qualifier"
version="0.51.3"
unpack="false"/>

<plugin
id="io.yaktor.conversation.cs.ui"
download-size="0"
install-size="0"
version="0.51.3.qualifier"
version="0.51.3"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion conversation/io.yaktor.conversation.cs.sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>conversation-xtext-dsl</artifactId>
<version>0.51.3-SNAPSHOT</version>
<version>0.51.3</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: io.yaktor.conversation.cs.ui
Bundle-Vendor: SciSpike LLC
Bundle-Version: 0.51.3.qualifier
Bundle-Version: 0.51.3
Bundle-SymbolicName: io.yaktor.conversation.cs.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: io.yaktor.conversation.cs;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion conversation/io.yaktor.conversation.cs.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>conversation-xtext-dsl</artifactId>
<version>0.51.3-SNAPSHOT</version>
<version>0.51.3</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: io.yaktor.conversation.cs
Bundle-Vendor: SciSpike LLC
Bundle-Version: 0.51.3.qualifier
Bundle-Version: 0.51.3
Bundle-SymbolicName: io.yaktor.conversation.cs; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;bundle-version="[2.7.0,2.9.0)",
Expand Down
2 changes: 1 addition & 1 deletion conversation/io.yaktor.conversation.cs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>conversation-xtext-dsl</artifactId>
<version>0.51.3-SNAPSHOT</version>
<version>0.51.3</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
8 changes: 4 additions & 4 deletions conversation/io.yaktor.conversation/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="io.yaktor.conversation"
label="conversation"
version="0.51.3.qualifier"
version="0.51.3"
provider-name="Yaktor">

<description url="http://yaktor.io">
Expand All @@ -21,21 +21,21 @@
id="io.yaktor.conversation.as"
download-size="0"
install-size="0"
version="0.51.3.qualifier"
version="0.51.3"
unpack="false"/>

<plugin
id="io.yaktor.conversation.cs"
download-size="0"
install-size="0"
version="0.51.3.qualifier"
version="0.51.3"
unpack="false"/>

<plugin
id="io.yaktor.conversation.cs.ui"
download-size="0"
install-size="0"
version="0.51.3.qualifier"
version="0.51.3"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion conversation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>dsl-xtext-parent</artifactId>
<version>0.51.3-SNAPSHOT</version>
<version>0.51.3</version>
</parent>
<groupId>io.yaktor</groupId>
<artifactId>conversation-xtext-dsl</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions conversation/update.all/site.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/io.yaktor.domain.cs.sdk_0.51.3.qualifier.jar" id="io.yaktor.domain.cs.sdk" version="0.51.3.qualifier">
<feature url="features/io.yaktor.domain.cs.sdk_0.51.3.jar" id="io.yaktor.domain.cs.sdk" version="0.51.3">
<category name="domain_0.51.3"/>
</feature>
<feature url="features/io.yaktor.conversation.cs.sdk_0.51.3.qualifier.jar" id="io.yaktor.conversation.cs.sdk" version="0.51.3.qualifier">
<feature url="features/io.yaktor.conversation.cs.sdk_0.51.3.jar" id="io.yaktor.conversation.cs.sdk" version="0.51.3">
<category name="conversation_0.51.3"/>
</feature>
<category-def name="domain_0.51.3" label="domain_0.51.3"/>
Expand Down
2 changes: 1 addition & 1 deletion domain/io.yaktor.domain.as/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: io.yaktor.domain.as
Bundle-SymbolicName: io.yaktor.domain.as;singleton:=true
Bundle-Version: 0.51.3.qualifier
Bundle-Version: 0.51.3
Bundle-ClassPath: .
Bundle-Vendor: SciSpike LLC
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion domain/io.yaktor.domain.as/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>domain-xtext-dsl</artifactId>
<version>0.51.3-SNAPSHOT</version>
<version>0.51.3</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
8 changes: 4 additions & 4 deletions domain/io.yaktor.domain.cs.sdk/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
<feature
id="io.yaktor.domain.cs.sdk"
label="Domain SDK Feature "
version="0.51.3.qualifier">
version="0.51.3">

<plugin
id="io.yaktor.domain.cs"
download-size="0"
install-size="0"
version="0.51.3.qualifier"
version="0.51.3"
unpack="false"/>

<plugin
id="io.yaktor.domain.cs.ui"
download-size="0"
install-size="0"
version="0.51.3.qualifier"
version="0.51.3"
unpack="false"/>

<plugin
id="io.yaktor.domain.as"
download-size="0"
install-size="0"
version="0.51.3.qualifier"
version="0.51.3"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion domain/io.yaktor.domain.cs.sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>domain-xtext-dsl</artifactId>
<version>0.51.3-SNAPSHOT</version>
<version>0.51.3</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
2 changes: 1 addition & 1 deletion domain/io.yaktor.domain.cs.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: io.yaktor.domain.cs.ui
Bundle-Vendor: SciSpike LLC
Bundle-Version: 0.51.3.qualifier
Bundle-Version: 0.51.3
Bundle-SymbolicName: io.yaktor.domain.cs.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: io.yaktor.domain.cs;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion domain/io.yaktor.domain.cs.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>domain-xtext-dsl</artifactId>
<version>0.51.3-SNAPSHOT</version>
<version>0.51.3</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
2 changes: 1 addition & 1 deletion domain/io.yaktor.domain.cs/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: io.yaktor.domain.cs
Bundle-Vendor: SciSpike LLC
Bundle-Version: 0.51.3.qualifier
Bundle-Version: 0.51.3
Bundle-SymbolicName: io.yaktor.domain.cs; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;bundle-version="[2.7.0,2.9.0)",
Expand Down
2 changes: 1 addition & 1 deletion domain/io.yaktor.domain.cs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>domain-xtext-dsl</artifactId>
<version>0.51.3-SNAPSHOT</version>
<version>0.51.3</version>
</parent>

<groupId>io.yaktor.dsl</groupId>
Expand Down
8 changes: 4 additions & 4 deletions domain/io.yaktor.domain/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="io.yaktor.domain"
label="io.yaktor.domain"
version="0.51.3.qualifier"
version="0.51.3"
provider-name="Yaktor">

<description url="http://www.example.com/description">
Expand All @@ -21,21 +21,21 @@
id="io.yaktor.domain.as"
download-size="0"
install-size="0"
version="0.51.3.qualifier"
version="0.51.3"
unpack="false"/>

<plugin
id="io.yaktor.domain.cs"
download-size="0"
install-size="0"
version="0.51.3.qualifier"
version="0.51.3"
unpack="false"/>

<plugin
id="io.yaktor.domain.cs.ui"
download-size="0"
install-size="0"
version="0.51.3.qualifier"
version="0.51.3"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>io.yaktor</groupId>
<artifactId>dsl-xtext-parent</artifactId>
<version>0.51.3-SNAPSHOT</version>
<version>0.51.3</version>
</parent>
<groupId>io.yaktor</groupId>
<artifactId>domain-xtext-dsl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yaktor-dsl-xtext",
"version": "0.51.3-pre.0",
"version": "0.51.3",
"private": true,
"description": "Yaktor Xtext DSL",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.yaktor</groupId>
<artifactId>dsl-xtext-parent</artifactId>
<version>0.51.3-SNAPSHOT</version>
<version>0.51.3</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>An Xtext-based eclipse &amp; command-line code generator that reads Yaktor's DSLs and produces Node.js Yaktor applications.</description>
<url>http://yaktor.io</url>
Expand Down
2 changes: 1 addition & 1 deletion test-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.yaktor</groupId>
<artifactId>dsl-xtext-parent</artifactId>
<version>0.51.3-SNAPSHOT</version>
<version>0.51.3</version>
</parent>
<groupId>io.yaktor</groupId>
<artifactId>dsl-xtext-test-project</artifactId>
Expand Down

0 comments on commit 2516082

Please sign in to comment.