Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
Set version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasbehnke committed Mar 1, 2015
1 parent 263a05a commit ccf033b
Show file tree
Hide file tree
Showing 26 changed files with 179 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
**/.classpath
**/.project
**/.settings/*
**/pom.xml.versionsBackup
.project
.settings/*
/index
/repository
/derby.log
/target
2 changes: 1 addition & 1 deletion cee-client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cee-parser-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cee-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cee-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
package org.cee.processing.site;

/*
* #%L
* Content Extraction Engine - Content Processing
* %%
* Copyright (C) 2013 - 2015 Andreas Behnke
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/

import java.io.IOException;
import java.net.MalformedURLException;

Expand Down
2 changes: 1 addition & 1 deletion cee-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cee-search-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cee-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
package org.cee.service;

/*
* #%L
* Content Extraction Engine - Services
* %%
* Copyright (C) 2013 - 2015 Andreas Behnke
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/

import org.cee.store.EntityKey;


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
package org.cee.service;

/*
* #%L
* Content Extraction Engine - Services
* %%
* Copyright (C) 2013 - 2015 Andreas Behnke
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/

import org.cee.store.EntityKey;

public class EntityNotFoundException extends Exception {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
package org.cee.service.article;

/*
* #%L
* Content Extraction Engine - Services
* %%
* Copyright (C) 2013 - 2015 Andreas Behnke
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/

import java.util.ArrayList;
import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
package org.cee.service.language;

/*
* #%L
* Content Extraction Engine - Services
* %%
* Copyright (C) 2013 - 2015 Andreas Behnke
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/

import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
Expand Down
20 changes: 20 additions & 0 deletions cee-service/src/main/java/org/cee/service/site/SiteService.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
package org.cee.service.site;

/*
* #%L
* Content Extraction Engine - Services
* %%
* Copyright (C) 2013 - 2015 Andreas Behnke
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/

import java.util.ArrayList;
import java.util.List;
import java.util.Set;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
package org.cee.service.workingset;

/*
* #%L
* Content Extraction Engine - Services
* %%
* Copyright (C) 2013 - 2015 Andreas Behnke
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/

import java.util.ArrayList;
import java.util.List;
import java.util.Set;
Expand Down
2 changes: 1 addition & 1 deletion cee-store-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
20 changes: 20 additions & 0 deletions cee-store-api/src/main/java/org/cee/store/EntityKeyUtils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
package org.cee.store;

/*
* #%L
* Content Extraction Engine - News Store API
* %%
* Copyright (C) 2013 - 2015 Andreas Behnke
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/

import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
Expand Down
2 changes: 1 addition & 1 deletion cee-store-jcr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cee-store-lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cee-store-test-suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cee-webreader-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cee-webreader-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cee-webreader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jetty-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<name>Content Extraction Engine</name>
<description>Framework for extracting content from documents and websites</description>
<inceptionYear>2013</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion webreader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.cee</groupId>
<artifactId>cee</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit ccf033b

Please sign in to comment.