Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
aurusov committed Nov 24, 2016
1 parent 8e1fe98 commit e18b9ee
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion assembly/pom.xml
Expand Up @@ -6,7 +6,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>ru.bmstu.rk9.rao</groupId>
<artifactId>parent</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
</parent>

<artifactId>assembly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<modelVersion>4.0.0</modelVersion>
<groupId>ru.bmstu.rk9.rao</groupId>
<artifactId>parent</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<packaging>pom</packaging>
<modules>
<module>ru.bmstu.rk9.rao</module>
Expand Down
2 changes: 1 addition & 1 deletion ru.bmstu.rk9.rao.lib/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Rao X Library
Bundle-SymbolicName: ru.bmstu.rk9.rao.lib;singleton:=true
Bundle-Version: 3.5.0
Bundle-Version: 3.6.0
Bundle-Vendor: raox.ru
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: ru.bmstu.rk9.rao.lib.animation,
Expand Down
2 changes: 1 addition & 1 deletion ru.bmstu.rk9.rao.lib/pom.xml
Expand Up @@ -6,7 +6,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>ru.bmstu.rk9.rao</groupId>
<artifactId>parent</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
</parent>

<artifactId>ru.bmstu.rk9.rao.lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ru.bmstu.rk9.rao.sdk/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="ru.bmstu.rk9.rao.sdk"
label="Rao X SDK Feature"
version="3.5.0">
version="3.6.0">
<plugin
id="ru.bmstu.rk9.rao"
download-size="0"
Expand Down
2 changes: 1 addition & 1 deletion ru.bmstu.rk9.rao.sdk/pom.xml
Expand Up @@ -6,7 +6,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>ru.bmstu.rk9.rao</groupId>
<artifactId>parent</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
</parent>

<artifactId>ru.bmstu.rk9.rao.sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ru.bmstu.rk9.rao.tests/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Rao X Tests
Bundle-Vendor: raox.ru
Bundle-Version: 3.5.0
Bundle-Version: 3.6.0
Bundle-SymbolicName: ru.bmstu.rk9.rao.tests;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: ru.bmstu.rk9.rao,
Expand Down
2 changes: 1 addition & 1 deletion ru.bmstu.rk9.rao.tests/pom.xml
Expand Up @@ -6,7 +6,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>ru.bmstu.rk9.rao</groupId>
<artifactId>parent</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
</parent>

<artifactId>ru.bmstu.rk9.rao.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ru.bmstu.rk9.rao.ui/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Rao X UI
Bundle-Vendor: raox.ru
Bundle-Version: 3.5.0
Bundle-Version: 3.6.0
Bundle-SymbolicName: ru.bmstu.rk9.rao.ui;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: ru.bmstu.rk9.rao;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion ru.bmstu.rk9.rao.ui/pom.xml
Expand Up @@ -6,7 +6,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>ru.bmstu.rk9.rao</groupId>
<artifactId>parent</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
</parent>

<artifactId>ru.bmstu.rk9.rao.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ru.bmstu.rk9.rao/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Rao X Language
Bundle-Vendor: raox.ru
Bundle-Version: 3.5.0
Bundle-Version: 3.6.0
Bundle-SymbolicName: ru.bmstu.rk9.rao;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion ru.bmstu.rk9.rao/pom.xml
Expand Up @@ -6,7 +6,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>ru.bmstu.rk9.rao</groupId>
<artifactId>parent</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
</parent>

<artifactId>ru.bmstu.rk9.rao</artifactId>
Expand Down

0 comments on commit e18b9ee

Please sign in to comment.