Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nittka committed Jul 20, 2024
1 parent 5b88b7e commit dff50b6
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion org.tvtower.db.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.tvtower.db.feature"
label="Database Feature "
version="1.2.0.qualifier">
version="1.3.0.qualifier">
<plugin
id="org.tvtower.db"
download-size="0"
Expand Down
2 changes: 1 addition & 1 deletion org.tvtower.db.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.tvtower.db</groupId>
<artifactId>org.tvtower.db.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.tvtower.db.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.tvtower.db.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.tvtower.db.ide
Bundle-ManifestVersion: 2
Bundle-Name: org.tvtower.db.ide
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.3.0.qualifier
Bundle-SymbolicName: org.tvtower.db.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.tvtower.db,
Expand Down
2 changes: 1 addition & 1 deletion org.tvtower.db.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.tvtower.db</groupId>
<artifactId>org.tvtower.db.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.tvtower.db.ide</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.tvtower.db.product/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TVTower DB Editor
Bundle-SymbolicName: org.tvtower.db.product;singleton:=true
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.3.0.qualifier
Automatic-Module-Name: org.tvtower.db.product
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2 changes: 1 addition & 1 deletion org.tvtower.db.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.tvtower.db</groupId>
<artifactId>org.tvtower.db.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.tvtower.db.repository</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.tvtower.db.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.tvtower.db</groupId>
<artifactId>org.tvtower.db.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.tvtower.db.target</artifactId>
<packaging>eclipse-target-definition</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.tvtower.db.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.tvtower.db.tests
Bundle-ManifestVersion: 2
Bundle-Name: org.tvtower.db.tests
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.3.0.qualifier
Bundle-SymbolicName: org.tvtower.db.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.tvtower.db,
Expand Down
2 changes: 1 addition & 1 deletion org.tvtower.db.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.tvtower.db</groupId>
<artifactId>org.tvtower.db.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.tvtower.db.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.tvtower.db.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.tvtower.db.ui.tests
Bundle-ManifestVersion: 2
Bundle-Name: org.tvtower.db.ui.tests
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.3.0.qualifier
Bundle-SymbolicName: org.tvtower.db.ui.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.tvtower.db.ui,
Expand Down
2 changes: 1 addition & 1 deletion org.tvtower.db.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.tvtower.db</groupId>
<artifactId>org.tvtower.db.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.tvtower.db.ui.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.tvtower.db.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
Automatic-Module-Name: org.tvtower.db.ui
Bundle-ManifestVersion: 2
Bundle-Name: org.tvtower.db.ui
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.3.0.qualifier
Bundle-SymbolicName: org.tvtower.db.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.tvtower.db,
Expand Down
2 changes: 1 addition & 1 deletion org.tvtower.db.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.tvtower.db</groupId>
<artifactId>org.tvtower.db.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.tvtower.db.ui</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.tvtower.db/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.tvtower.db
Bundle-ManifestVersion: 2
Bundle-Name: org.tvtower.db
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.3.0.qualifier
Bundle-SymbolicName: org.tvtower.db; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext,
Expand Down
2 changes: 1 addition & 1 deletion org.tvtower.db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.tvtower.db</groupId>
<artifactId>org.tvtower.db.parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.tvtower.db</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.tvtower.db</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<artifactId>org.tvtower.db.parent</artifactId>
<packaging>pom</packaging>

Expand Down

0 comments on commit dff50b6

Please sign in to comment.