Skip to content

Commit

Permalink
start 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dickschoeller committed May 31, 2017
1 parent e477d18 commit a17b7be
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ role to see living people.
* Place GEDCOM files in /var/lib/gedbrowser
* Create /var/lib/gedbrowser/userFile.csv rows are:
username,firstname,lastname,email,password,role,role...
* java -jar gedbrowser/target/gedbrowser-1.2.0-SNAPSHOT.jar
* java -jar gedbrowser/target/gedbrowser-1.2.1-SNAPSHOT.jar

Running with Docker requires running the MongoDB with Docker. The following
commands allow you to do this without conflicting ports with a native mongod
Expand All @@ -40,7 +40,7 @@ server.
name,email,password,role,role,... - supported roles are USER and ADMIN
* export DATA_DIR=<your data directory>
* export GEDBROWSER_HOME=<your gedbrowser home>
* docker run --rm -v ${DATA_DIR}:/data/db --name mongo -p 28001:27017 -d mongo
* docker run --rm -v ${DATA_DIR}:/data/db --name mongo -p 28001.2.1-SNAPSHOT17 -d mongo
* docker run --link mongo:mongo -v ${GEDBROWSER_HOME}:/var/lib/gedbrowser -p
8086:8080 -p 8087:8081 --name geoservice -d dickschoeller/geoservice
* docker run --link geoservice:geoservice --link mongo:mongo -v
Expand Down
2 changes: 1 addition & 1 deletion gedbrowser-analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.schoellerfamily.gedbrowser</groupId>
<artifactId>gedbrowser-top</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gedbrowser-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.schoellerfamily.gedbrowser</groupId>
<artifactId>gedbrowser-top</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gedbrowser-datamodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.schoellerfamily.gedbrowser</groupId>
<artifactId>gedbrowser-top</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public abstract class GedObject extends AbstractFinderObject {
/** */
protected static final String DEFAULT_IDX_NAME = "";
/** */
public static final String VERSION = "1.2.0-SNAPSHOT";
public static final String VERSION = "1.2.1-SNAPSHOT";
/** */
protected static final String DEFAULT_SURNAME = "";
/** */
Expand Down
2 changes: 1 addition & 1 deletion gedbrowser-geographics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.schoellerfamily.gedbrowser</groupId>
<artifactId>gedbrowser-top</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gedbrowser-mongo-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.schoellerfamily.gedbrowser</groupId>
<artifactId>gedbrowser-top</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gedbrowser-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.schoellerfamily.gedbrowser</groupId>
<artifactId>gedbrowser-top</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gedbrowser-renderer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.schoellerfamily.gedbrowser</groupId>
<artifactId>gedbrowser-top</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gedbrowser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<artifactId>gedbrowser-top</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<groupId>org.schoellerfamily.gedbrowser</groupId>
<relativePath>..</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion gedbrowser/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM java:8
VOLUME /tmp
ADD gedbrowser-1.2.0-SNAPSHOT.jar gedbrowser.jar
ADD gedbrowser-1.2.1-SNAPSHOT.jar gedbrowser.jar
EXPOSE 8080
EXPOSE 8081
ENV spring.data.mongodb.host=mongo
Expand Down
2 changes: 1 addition & 1 deletion gedbrowser/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
| (_| | __/ (_| | |_) | | | (_) \ V V /\__ \ __/ |
\__, |\___|\__,_|_.__/|_| \___/ \_/\_/ |___/\___|_|
__/ |
|___/ gedbrowser-1.2.0-SNAPSHOT
|___/ gedbrowser-1.2.1-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void testApplicationInfoName() {
@Test
public void testApplicationInfoVersion() {
assertEquals("Version mismatch",
"1.2.0-SNAPSHOT", appInfo.getVersion());
"1.2.1-SNAPSHOT", appInfo.getVersion());
}

/** */
Expand Down
2 changes: 1 addition & 1 deletion geoservice-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.schoellerfamily.gedbrowser</groupId>
<artifactId>gedbrowser-top</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion geoservice-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.schoellerfamily.gedbrowser</groupId>
<artifactId>gedbrowser-top</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion geoservice-persistence-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.schoellerfamily.gedbrowser</groupId>
<artifactId>gedbrowser-top</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion geoservice-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.schoellerfamily.gedbrowser</groupId>
<artifactId>gedbrowser-top</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion geoservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<artifactId>gedbrowser-top</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<groupId>org.schoellerfamily.gedbrowser</groupId>
<relativePath>..</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion geoservice/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM java:8
VOLUME /tmp
ADD geoservice-1.2.0-SNAPSHOT.jar geoservice.jar
ADD geoservice-1.2.1-SNAPSHOT.jar geoservice.jar
EXPOSE 8080
EXPOSE 8081
ENV spring.data.mongodb.host=mongo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public final class ApplicationInfo {
/** */
private static final String NAME = "gedbrowser-geoservice";
/** */
private static final String VERSION = "1.2.0-SNAPSHOT";
private static final String VERSION = "1.2.1-SNAPSHOT";
/** */
private static final String APPLICATION_URL =
"https://github.com/dickschoeller/gedbrowser";
Expand Down
2 changes: 1 addition & 1 deletion geoservice/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
| (_| | __/ (_) \__ \ __/ | \ V /| | (_| __/
\__, |\___|\___/|___/\___|_| \_/ |_|\___\___|
__/ |
|___/ gedbrowser-geoservice-1.2.0-SNAPSHOT
|___/ gedbrowser-geoservice-1.2.1-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ public void testApplicationInfoName() {
@Test
public void testApplicationInfoVersion() {
assertEquals("Version mismatch",
"1.2.0-SNAPSHOT", appInfo.getVersion());
"1.2.1-SNAPSHOT", appInfo.getVersion());
}
}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>org.schoellerfamily.gedbrowser</groupId>
<artifactId>gedbrowser-top</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<url>http://www.schoellerfamily.org</url>

Expand Down Expand Up @@ -50,7 +50,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<gedbrowser.version>1.2.0-SNAPSHOT</gedbrowser.version>
<gedbrowser.version>1.2.1-SNAPSHOT</gedbrowser.version>

<spring-boot.version>1.5.3.RELEASE</spring-boot.version>
<thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
Expand Down

0 comments on commit a17b7be

Please sign in to comment.