Skip to content

Commit fa0ffbe

Browse files
author
objectiser
committed
Change back to 2.0.0-SNAPSHOT
1 parent c4936f3 commit fa0ffbe

21 files changed

Lines changed: 35 additions & 35 deletions

File tree

build/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.scribble</groupId>
55
<artifactId>build</artifactId>
6-
<version>2.0.0.CR3</version>
6+
<version>2.0.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>Scribble::Build</name>
99

1010
<parent>
1111
<groupId>org.scribble</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>2.0.0.CR3</version>
13+
<version>2.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

bundles/org.scribble.command/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Bundle-Name: Scribble Command Line
22
Bundle-Description: A bundle provides command line access to Scribble functionality
33
Bundle-Vendor: www.scribble.org
4-
Bundle-Version: 2.0.0.CR3
4+
Bundle-Version: 2.0.0.SNAPSHOT
55
Bundle-Activator: org.scribble.command.osgi.Activator
66
Export-Package: org.scribble.command
77
Import-Package: org.osgi.framework,

bundles/org.scribble.command/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<groupId>org.scribble.bundles</groupId>
55
<artifactId>org.scribble.command</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.0.0.CR3</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
<name>Scribble::Bundles::Command</name>
99

1010
<parent>
1111
<groupId>org.scribble</groupId>
1212
<artifactId>bundles</artifactId>
13-
<version>2.0.0.CR3</version>
13+
<version>2.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

bundles/org.scribble.common/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Scribble Common
44
Bundle-SymbolicName: org.scribble.common
5-
Bundle-Version: 2.0.0.CR3
5+
Bundle-Version: 2.0.0.SNAPSHOT
66
Bundle-Activator: org.scribble.common.osgi.Activator
77
Bundle-Vendor: www.scribble.org
88
Import-Package: org.osgi.framework

bundles/org.scribble.common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.scribble.bundles</groupId>
55
<artifactId>org.scribble.common</artifactId>
6-
<version>2.0.0.CR3</version>
6+
<version>2.0.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>Scribble::Bundles::Common</name>
99

1010
<parent>
1111
<groupId>org.scribble</groupId>
1212
<artifactId>bundles</artifactId>
13-
<version>2.0.0.CR3</version>
13+
<version>2.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

bundles/org.scribble.protocol.conformance/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Scribble Protocol Conformance
44
Bundle-SymbolicName: org.scribble.protocol.conformance;singleton:=true
5-
Bundle-Version: 2.0.0.CR3
5+
Bundle-Version: 2.0.0.SNAPSHOT
66
Bundle-Vendor: www.scribble.org
77
Import-Package: org.osgi.framework;version="1.3.0",
88
org.scribble.common.logging,

bundles/org.scribble.protocol.conformance/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<groupId>org.scribble.bundles</groupId>
55
<artifactId>org.scribble.protocol.conformance</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.0.0.CR3</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
<name>Scribble::Bundles::ProtocolConformance</name>
99

1010
<parent>
1111
<groupId>org.scribble</groupId>
1212
<artifactId>bundles</artifactId>
13-
<version>2.0.0.CR3</version>
13+
<version>2.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

bundles/org.scribble.protocol.export.monitor/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Scribble Protocol Export Monitor
44
Bundle-SymbolicName: org.scribble.protocol.export.monitor
5-
Bundle-Version: 2.0.0.CR3
5+
Bundle-Version: 2.0.0.SNAPSHOT
66
Bundle-Activator: org.scribble.protocol.export.monitor.osgi.Activator
77
Bundle-Vendor: www.scribble.org
88
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

bundles/org.scribble.protocol.export.monitor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<groupId>org.scribble.bundles</groupId>
55
<artifactId>org.scribble.protocol.export.monitor</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.0.0.CR3</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
<name>Scribble::Bundles::ProtocolExportMonitor</name>
99

1010
<parent>
1111
<groupId>org.scribble</groupId>
1212
<artifactId>bundles</artifactId>
13-
<version>2.0.0.CR3</version>
13+
<version>2.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

bundles/org.scribble.protocol.monitor/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Scribble Protocol Monitor
44
Bundle-SymbolicName: org.scribble.protocol.monitor;singleton:=true
5-
Bundle-Version: 2.0.0.CR3
5+
Bundle-Version: 2.0.0.SNAPSHOT
66
Bundle-Vendor: www.scribble.org
77
Import-Package: javax.xml.bind,
88
javax.xml.namespace,

0 commit comments

Comments
 (0)