Skip to content

Commit

Permalink
maint: Start 4.3.1 stream
Browse files Browse the repository at this point in the history
Signed-off-by: BJ Hargrave <[email protected]>
  • Loading branch information
bjhargrave committed Oct 18, 2019
1 parent f1eb4b6 commit 9d58a7d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aQute.libg/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Bundle-Description: A library to be statically linked. Contains many small utili

-builderignore: testresources

-fixupmessages.bundleversion: "The bundle version \\(4.2.0/4.3.0\\) is too low, must be at least 5.0.0";is:=ignore
-fixupmessages.bundleversion: "The bundle version \\(4.2.0/4.3.1\\) is too low, must be at least 5.0.0";is:=ignore
2 changes: 1 addition & 1 deletion biz.aQute.bndlib/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ Bundle-Contributors: [email protected], ferry.huberts@pelagic
-baseline: *

-fixupmessages.converter: "Export aQute.bnd.http,* private references \\[aQute.lib.converter\\]"
-fixupmessages.bundleversion: "The bundle version \\(4.2.0/4.3.0\\) is too low, must be at least 5.0.0";is:=ignore
-fixupmessages.bundleversion: "The bundle version \\(4.2.0/4.3.1\\) is too low, must be at least 5.0.0";is:=ignore
2 changes: 1 addition & 1 deletion biz.aQute.bndlib/src/aQute/bnd/osgi/About.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class About {
public static final Version _4_0 = new Version(4, 0, 0);
public static final Version _4_1 = new Version(4, 1, 0);
public static final Version _4_2 = new Version(4, 2, 0);
public static final Version _4_3 = new Version(4, 3, 0);
public static final Version _4_3 = new Version(4, 3, 1);
public static final Version CURRENT = _4_3;

public static final String[] CHANGES_4_3 = {};
Expand Down
4 changes: 2 additions & 2 deletions cnf/build.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Git-SHA: ${system-allow-fail;git rev-list -1 --no-abbrev-commit H
# This is the version to baseline this build against. See cnf/ext/baseline.mvn.
baseline.version: 4.2.0
# biz.aQute.bndlib:aQute.bnd.osgi.About.CURRENT needs to be kept in sync with the base.version.
base.version: 4.3.0
base.version: 4.3.1
# Uncomment the following line to build the non-snapshot version.
-snapshot:
#-snapshot:
Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT

# Maven info. The maven artifactId defaults to Bundle-SymbolicName
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<version>${revision}</version>

<properties>
<revision>4.3.0</revision>
<revision>4.3.1-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.target.version>3.1.1</maven.target.version>
<aether.version>0.9.0.M2</aether.version>
Expand Down

0 comments on commit 9d58a7d

Please sign in to comment.