Skip to content

Commit

Permalink
update version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nittka committed Nov 17, 2024
1 parent 2c4ace7 commit 882203b
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 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.3.0.qualifier">
version="2.0.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.3.0-SNAPSHOT</version>
<version>2.0.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.3.0.qualifier
Bundle-Version: 2.0.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.3.0-SNAPSHOT</version>
<version>2.0.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.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.3.0-SNAPSHOT</version>
<version>2.0.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.3.0-SNAPSHOT</version>
<version>2.0.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.3.0.qualifier
Bundle-Version: 2.0.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.3.0-SNAPSHOT</version>
<version>2.0.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.3.0.qualifier
Bundle-Version: 2.0.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.3.0-SNAPSHOT</version>
<version>2.0.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.3.0.qualifier
Bundle-Version: 2.0.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.3.0-SNAPSHOT</version>
<version>2.0.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.3.0.qualifier
Bundle-Version: 2.0.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.3.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.tvtower.db</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down

0 comments on commit 882203b

Please sign in to comment.