Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions re-assert-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<version>0.0.3-SNAPSHOT</version>
<relativePath>../re-project/pom.xml</relativePath>
</parent>

<name>Reassert Test</name>
<description>End to end testing of reassert</description>

<dependencies>
<dependency>
Expand Down
7 changes: 6 additions & 1 deletion re-assert/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?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>

<artifactId>re-assert</artifactId>
Expand All @@ -11,6 +13,9 @@
<relativePath>../re-project/pom.xml</relativePath>
</parent>

<name>Reassert</name>
<description>The reassert command.</description>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
3 changes: 3 additions & 0 deletions re-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<version>0.0.3-SNAPSHOT</version>
<relativePath>../re-project/pom.xml</relativePath>
</parent>

<name>Reassert Cache</name>
<description>Reassert local cache for pre-computed data</description>

<dependencies>
<dependency>
Expand Down
3 changes: 3 additions & 0 deletions re-contract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<version>0.0.3-SNAPSHOT</version>
<relativePath>../re-project/pom.xml</relativePath>
</parent>

<name>Reassert Contract</name>
<description>Abstract model &amp; algorithms for contracts and contract analysis</description>

<dependencies>
<dependency>
Expand Down
3 changes: 3 additions & 0 deletions re-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<relativePath>../re-project/pom.xml</relativePath>
</parent>

<name>Reassert Core Test</name>
<description>Abstractions for testing other reassert modules</description>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
3 changes: 3 additions & 0 deletions re-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<version>0.0.3-SNAPSHOT</version>
<relativePath>../re-project/pom.xml</relativePath>
</parent>

<name>Reassert Core</name>
<description>Core abstractions for reassert</description>

<dependencies>
<dependency>
Expand Down
3 changes: 3 additions & 0 deletions re-express/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<version>0.0.3-SNAPSHOT</version>
<relativePath>../re-project/pom.xml</relativePath>
</parent>

<name>Reassert Express</name>
<description>Models and algorithms for expressions and expression evaluation</description>

<dependencies>
<dependency>
Expand Down
3 changes: 3 additions & 0 deletions re-git/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<relativePath>../re-project/pom.xml</relativePath>
</parent>

<name>Reassert Git</name>
<description>Reassert git module</description>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
7 changes: 6 additions & 1 deletion re-list/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?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>

<artifactId>re-list</artifactId>
Expand All @@ -11,6 +13,9 @@
<relativePath>../re-project/pom.xml</relativePath>
</parent>

<name>Reassert List</name>
<description>Reassert list module</description>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
3 changes: 3 additions & 0 deletions re-maven-modifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<version>0.0.3-SNAPSHOT</version>
<relativePath>../re-project/pom.xml</relativePath>
</parent>

<name>Reassert Maven Modifier</name>
<description>Maven modifiers - apply custom changes to pre-existing poms to correct their issues</description>

<dependencies>
<dependency>
Expand Down
3 changes: 3 additions & 0 deletions re-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<relativePath>../re-project/pom.xml</relativePath>
</parent>

<name>Reassert Maven</name>
<description>Reassert maven module</description>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
7 changes: 6 additions & 1 deletion re-standard-module/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?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>

<artifactId>re-standard-module</artifactId>
Expand All @@ -11,6 +13,9 @@
<relativePath>../re-project/pom.xml</relativePath>
</parent>

<name>Reassert Standard Module</name>
<description>Reassert module for standard licenses &amp; usages</description>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
7 changes: 6 additions & 1 deletion re-standard/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?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>

<artifactId>re-standard</artifactId>
Expand All @@ -11,6 +13,9 @@
<relativePath>../re-project/pom.xml</relativePath>
</parent>

<name>Reassert Standard</name>
<description>Standard licenses &amp; usages</description>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down