Skip to content

Commit

Permalink
[fenixedu-releaser] prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fenixedu-buildbot committed Nov 20, 2018
1 parent 8ef23f9 commit 859d25b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
11 changes: 4 additions & 7 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>pt.ist</groupId>
<artifactId>bennu-webservices</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -71,11 +70,9 @@
<target>
<property name="basedir" refid="maven.project" />

<echo
message="ANTRUN: copy resources and convert to UTF-8 to webapp/WEB-INF/resources" />
<echo message="ANTRUN: copy resources and convert to UTF-8 to webapp/WEB-INF/resources" />

<copy todir="${basedir}/src/main/webapp/WEB-INF/resources"
encoding="ISO-8859-15" outputencoding="UTF-8" overwrite="true">
<copy todir="${basedir}/src/main/webapp/WEB-INF/resources" encoding="ISO-8859-15" outputencoding="UTF-8" overwrite="true">
<fileset dir="${basedir}/src/main/resources/resources/" />
</copy>
</target>
Expand Down
5 changes: 2 additions & 3 deletions maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>pt.ist</groupId>
<artifactId>bennu-webservices</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions maven-project/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>pt.ist</groupId>
<artifactId>bennu-webservices</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -11,7 +10,7 @@

<groupId>pt.ist</groupId>
<artifactId>bennu-webservices</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>Bennu webservices</name>
Expand All @@ -33,7 +32,7 @@
<connection>scm:git:[email protected]:ist-dsi/bennu-webservices.git</connection>
<developerConnection>scm:git:[email protected]:ist-dsi/bennu-webservices.git</developerConnection>
<url>http://github.com/ist-dsi/bennu-webservices</url>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 859d25b

Please sign in to comment.