Skip to content

Commit

Permalink
Release: Version v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed May 14, 2023
1 parent dccf447 commit e377f56
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 36 deletions.
6 changes: 2 additions & 4 deletions devtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->

<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">
<parent>
<groupId>nl.basjes.energy</groupId>
<artifactId>energy-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
7 changes: 3 additions & 4 deletions generate-sunspec-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->

<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">
<parent>
<groupId>nl.basjes.energy</groupId>
<artifactId>energy-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -187,6 +185,7 @@
<url>https://energy.basjes.nl</url>
<connection>scm:git:https://github.com/nielsbasjes/energy.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>v0.0.1</tag>
</scm>

</project>
7 changes: 3 additions & 4 deletions modbus-parsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->

<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">
<parent>
<artifactId>energy-parent</artifactId>
<groupId>nl.basjes.energy</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -161,6 +159,7 @@
<url>https://energy.basjes.nl</url>
<connection>scm:git:https://github.com/nielsbasjes/energy.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>v0.0.1</tag>
</scm>

</project>
15 changes: 7 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->

<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>

<groupId>nl.basjes.energy</groupId>
<artifactId>energy-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -62,7 +60,7 @@
<junit5.version>5.9.3</junit5.version>

<!-- See http://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html-->
<jacoco.surefireArgLine/>
<jacoco.surefireArgLine />
<argLine>@{jacoco.surefireArgLine} -Xmx2048m</argLine>

<sonar.language>java</sonar.language>
Expand All @@ -74,7 +72,7 @@
<version.copyright>Copyright (C) 2019-2023 Niels Basjes</version.copyright>
<version.license>Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.</version.license>
<version.url>${project.url}</version.url>
<project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-05-14T14:46:04Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -398,7 +396,7 @@
<enforceBytecodeVersion>
<maxJdkVersion>8</maxJdkVersion>
</enforceBytecodeVersion>
<dependencyConvergence/>
<dependencyConvergence />
</rules>
</configuration>
</execution>
Expand Down Expand Up @@ -439,7 +437,7 @@
<license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
<licenseFamilyCategory>CC-BY-NC-ND</licenseFamilyCategory>
<licenseFamilyName>Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International</licenseFamilyName>
<notes></notes>
<notes />
<patterns>
<pattern>Attribution-NonCommercial-NoDerivatives</pattern>
</patterns>
Expand Down Expand Up @@ -636,6 +634,7 @@
<url>https://energy.basjes.nl</url>
<connection>scm:git:https://github.com/nielsbasjes/energy.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>v0.0.1</tag>
</scm>

</project>
12 changes: 6 additions & 6 deletions udfs/nifi/nifi-energy-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,17 @@
~ distributed under the License is distributed on an AS IS BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->
<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>nl.basjes.energy.nifi</groupId>
<artifactId>energy-nifi-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<artifactId>nifi-energy-nar</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>nar</packaging>

<name>Energy : UDFs : Apache Nifi : Packaging (NAR)</name>
Expand All @@ -41,7 +40,7 @@
<dependency>
<groupId>nl.basjes.energy.nifi</groupId>
<artifactId>nifi-energy-processors</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>
</dependencies>

Expand All @@ -66,7 +65,7 @@
<doUpdate>false</doUpdate>
<shortRevisionLength>7</shortRevisionLength>
<getRevisionOnlyOnce>true</getRevisionOnlyOnce>
<revisionOnScmFailure/>
<revisionOnScmFailure />
<buildNumberPropertyName>buildRevision</buildNumberPropertyName>
<scmBranchPropertyName>buildBranch</scmBranchPropertyName>
</configuration>
Expand Down Expand Up @@ -106,6 +105,7 @@
<url>https://energy.basjes.nl</url>
<connection>scm:git:https://github.com/nielsbasjes/energy.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>v0.0.1</tag>
</scm>

</project>
6 changes: 3 additions & 3 deletions udfs/nifi/nifi-energy-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
~ distributed under the License is distributed on an AS IS BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->
<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>nl.basjes.energy.nifi</groupId>
<artifactId>energy-nifi-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<artifactId>nifi-energy-processors</artifactId>
Expand Down Expand Up @@ -113,6 +112,7 @@
<url>https://energy.basjes.nl</url>
<connection>scm:git:https://github.com/nielsbasjes/energy.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>v0.0.1</tag>
</scm>

</project>
6 changes: 3 additions & 3 deletions udfs/nifi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
~ distributed under the License is distributed on an AS IS BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->
<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>nl.basjes.energy</groupId>
<artifactId>energy-udfs-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<groupId>nl.basjes.energy.nifi</groupId>
Expand Down Expand Up @@ -64,6 +63,7 @@
<url>https://energy.basjes.nl</url>
<connection>scm:git:https://github.com/nielsbasjes/energy.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>v0.0.1</tag>
</scm>

</project>
7 changes: 3 additions & 4 deletions udfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->

<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">
<parent>
<groupId>nl.basjes.energy</groupId>
<artifactId>energy-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -61,6 +59,7 @@
<url>https://energy.basjes.nl</url>
<connection>scm:git:https://github.com/nielsbasjes/energy.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>v0.0.1</tag>
</scm>

</project>

0 comments on commit e377f56

Please sign in to comment.