Skip to content

Commit

Permalink
Bump version to 4.10.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
cprudhom committed Jul 3, 2020
1 parent 5f04d48 commit d693c82
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 27 deletions.
12 changes: 11 additions & 1 deletion CHANGES.md
Expand Up @@ -4,8 +4,18 @@ Choco Solver ChangeLog
This file is dedicated to sum up the new features added and bugs fixed in Choco-solver since the version, 4.0.0.
**Note**: double-space is replaced by "\t" character on release process. Make sure the format is ok.

NEXT MILESTONE
--------------------

### Major features:

### Deprecated API (to be removed in next release):

### Other closed issues and pull requests:


4.10.3 - 03 Jul 2020
-------------------
--------------------
Multi-modules and JPMS-ready.

### Major features:
Expand Down
2 changes: 1 addition & 1 deletion cutoffseq/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.choco-solver</groupId>
<artifactId>choco</artifactId>
<version>4.10.3</version>
<version>4.10.4-SNAPSHOT</version>
</parent>
<artifactId>cutoffseq</artifactId>
<version>1.0.5</version>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.choco-solver</groupId>
<artifactId>choco</artifactId>
<version>4.10.3</version>
<version>4.10.4-SNAPSHOT</version>
</parent>
<artifactId>examples</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion parsers/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.choco-solver</groupId>
<artifactId>choco</artifactId>
<version>4.10.3</version>
<version>4.10.4-SNAPSHOT</version>
</parent>
<artifactId>choco-parsers</artifactId>
<packaging>jar</packaging>
Expand Down
@@ -1,12 +1,3 @@
/*
* This file is part of choco-parsers, http://choco-solver.org/
*
* Copyright (c) 2020, IMT Atlantique. All rights reserved.
*
* Licensed under the BSD 4-clause license.
*
* See LICENSE file in the project root for full license information.
*/
// Generated from org/chocosolver/parser/flatzinc/Flatzinc4Lexer.g4 by ANTLR 4.5
package org.chocosolver.parser.flatzinc;

Expand Down
@@ -1,12 +1,3 @@
/*
* This file is part of choco-parsers, http://choco-solver.org/
*
* Copyright (c) 2020, IMT Atlantique. All rights reserved.
*
* Licensed under the BSD 4-clause license.
*
* See LICENSE file in the project root for full license information.
*/
// Generated from org/chocosolver/parser/flatzinc/Flatzinc4Parser.g4 by ANTLR 4.5
package org.chocosolver.parser.flatzinc;

Expand Down
2 changes: 1 addition & 1 deletion pf4cs/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.choco-solver</groupId>
<artifactId>choco</artifactId>
<version>4.10.3</version>
<version>4.10.4-SNAPSHOT</version>
</parent>
<artifactId>pf4cs</artifactId>
<version>1.0.5</version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.choco-solver</groupId>
<artifactId>choco</artifactId>
<version>4.10.3</version>
<version>4.10.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>choco</name>
<url>http://choco-solver.org/</url>
Expand Down
2 changes: 1 addition & 1 deletion sat/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.choco-solver</groupId>
<artifactId>choco</artifactId>
<version>4.10.3</version>
<version>4.10.4-SNAPSHOT</version>
</parent>
<artifactId>choco-sat</artifactId>
<version>1.0.2</version>
Expand Down
4 changes: 4 additions & 0 deletions scripts/deploy.sh
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
# based on: https://dracoblue.net/dev/uploading-snapshots-and-releases-to-maven-central-with-travis/
# https://central.sonatype.org/pages/ossrh-guide.html
# https://status.maven.org/#day

echo $GPG_SECRET_KEYS | base64 --decode | gpg --import
echo $GPG_OWNERTRUST | base64 --decode | gpg --import-ownertrust
Expand All @@ -13,4 +15,6 @@ else
echo "not on a tag -> keep snapshot version in pom.xml"
fi

# manual launching:
# mvn -P release javadoc:jar source:jar deploy -DskipTests -B -U
mvn -s scripts/settings.xml -P release ${SETTINGS} deploy -DskipTests -B -U
2 changes: 1 addition & 1 deletion scripts/set_version.sh
Expand Up @@ -60,7 +60,7 @@ else
\
### Deprecated API (to be removed in next release):\
\
### Closed issues and pull requests:\
### Other closed issues and pull requests:\
\
' CHANGES.md
fi
2 changes: 1 addition & 1 deletion solver/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.choco-solver</groupId>
<artifactId>choco</artifactId>
<version>4.10.3</version>
<version>4.10.4-SNAPSHOT</version>
</parent>
<artifactId>choco-solver</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit d693c82

Please sign in to comment.